DataPA Enterprise Dashboard Controls 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
C# |
---|
public bool showPointLabelsInside { get; set; } |
Visual Basic |
---|
Public Property showPointLabelsInside As Boolean
Get
Set |
Visual C++ |
---|
public:
virtual property bool showPointLabelsInside {
bool get () sealed;
void set (bool value) sealed;
} |
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