In This Topic
Gets or sets a value indicating whether the point has a data label.
Syntax
'Declaration
Property ShowDataLabel As Boolean
'Usage
Dim instance As IPoint
Dim value As Boolean
instance.ShowDataLabel = value
value = instance.ShowDataLabel
bool ShowDataLabel {get; set;}
See Also