DashboardObjectDashboardLabelOrientation Property |
|
DataPA OpenAnalytics API Reference
Gets and sets value that indicates the orientation of X axis labels for this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardObjectDashboardLabelOrientationType DashboardLabelOrientation { get; set; }
Public Property DashboardLabelOrientation As DashboardObjectDashboardLabelOrientationType
Get
Set
public:
virtual property DashboardObjectDashboardLabelOrientationType DashboardLabelOrientation {
DashboardObjectDashboardLabelOrientationType get () sealed;
void set (DashboardObjectDashboardLabelOrientationType value) sealed;
}
function get_DashboardLabelOrientation();
function set_DashboardLabelOrientation(value);
Property Value
Type:
DashboardObjectDashboardLabelOrientationTypeTrue if the orientation of X axis labels for this object.
Return Value
Type:
DashboardObjectDashboardLabelOrientationTypeTrue if the orientation of X axis labels for this object.
Remarks See Also