DashboardObjectAllowRegressionLines Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if this object supports regression lines
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool AllowRegressionLines { get; }
Public ReadOnly Property AllowRegressionLines As Boolean
Get
public:
virtual property bool AllowRegressionLines {
bool get () sealed;
}
function get_AllowRegressionLines();
Return Value
Type:
BooleanTrue if this object supports regression lines
See Also