DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates which YAxis this alert condition will be evaluated against
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public YAxis..::..YAxisTypeEnum AssociatedYAxis { get; set; } |
Visual Basic |
---|
Public Property AssociatedYAxis As YAxis..::..YAxisTypeEnum
Get
Set |
Visual C++ |
---|
public:
virtual property YAxis..::..YAxisTypeEnum AssociatedYAxis {
YAxis..::..YAxisTypeEnum get () sealed;
void set (YAxis..::..YAxisTypeEnum value) sealed;
} |
Property Value
Type:
YAxis..::..YAxisTypeEnumA value that indicates which YAxis this alert condition will be evaluated against
Return Value
Type:
YAxis..::..YAxisTypeEnumA value that indicates which YAxis this alert condition will be evaluated against
Remarks
See Also