DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates which YAxis this alert condition will be evaluated against

Namespace: DataPAEnterpriseDashboard
Assembly: 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..::..YAxisTypeEnum
A value that indicates which YAxis this alert condition will be evaluated against

Return Value

Type: YAxis..::..YAxisTypeEnum
A value that indicates which YAxis this alert condition will be evaluated against

Remarks