DataPA Enterprise Dashboard Controls API Reference
Gets and sets a YAxis object that represents the primary Y Axis.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public YAxis PrimaryYAxis { get; set; }
Visual Basic
Public Property PrimaryYAxis As YAxis
	Get
	Set
Visual C++
public:
virtual property YAxis^ PrimaryYAxis {
	YAxis^ get () sealed;
	void set (YAxis^ value) sealed;
}

Property Value

Type: YAxis
The YAxis object that represents the primary Y Axis

Return Value

Type: YAxis
The YAxis object that represents the primary Y Axis

Remarks