DashboardObjectshowPointLabels Property |
|
DataPA OpenAnalytics API Reference
Gets and sets value that indicates whether point labels should be shown on this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool showPointLabels { get; set; }
Public Property showPointLabels As Boolean
Get
Set
public:
virtual property bool showPointLabels {
bool get () sealed;
void set (bool value) sealed;
}
function get_showPointLabels();
function set_showPointLabels(value);
Property Value
Type:
BooleanTrue if point labels should be shown on this object.
Return Value
Type:
Booleantrue if point labels should be shown on this object.
Remarks See Also