DataPA Enterprise Dashboard Controls API Reference
Gets and sets value that indicates the orientation of X axis labels for this object.

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

Syntax

C#
public DashboardObject..::..DashboardLabelOrientationType DashboardLabelOrientation { get; set; }
Visual Basic
Public Property DashboardLabelOrientation As DashboardObject..::..DashboardLabelOrientationType
	Get
	Set
Visual C++
public:
virtual property DashboardObject..::..DashboardLabelOrientationType DashboardLabelOrientation {
	DashboardObject..::..DashboardLabelOrientationType get () sealed;
	void set (DashboardObject..::..DashboardLabelOrientationType value) sealed;
}

Property Value

Type: DashboardObject..::..DashboardLabelOrientationType
True if the orientation of X axis labels for this object.

Return Value

Type: DashboardObject..::..DashboardLabelOrientationType
True if the orientation of X axis labels for this object.

Remarks