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