DashboardObjectverticalPointLabels Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether point labels should be displayed vertically.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool verticalPointLabels { get; set; }
Public Property verticalPointLabels As Boolean
Get
Set
public:
virtual property bool verticalPointLabels {
bool get () sealed;
void set (bool value) sealed;
}
function get_verticalPointLabels();
function set_verticalPointLabels(value);
Property Value
Type:
BooleanTrue if point labels should be displayed vertically.
Return Value
Type:
BooleanTrue if point labels will be displayed vertically.
Remarks See Also