DashboardObjectShowRegressionLines Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that determines if this object will show regression lines on a scatter or bubble chart
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ShowRegressionLines { get; set; }
Public Property ShowRegressionLines As Boolean
Get
Set
public:
virtual property bool ShowRegressionLines {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowRegressionLines();
function set_ShowRegressionLines(value);
Return Value
Type:
BooleanTrue if this object will show regression lines on a scatter or bubble chart
See Also