dotnetCHARTING Send comments on this topic.
ShapeLabels Property
See Also 
dotnetCHARTING Namespace > Series Class : ShapeLabels Property


(JS Chart Only) A collection of labels used with gauge charts.

Syntax

Visual Basic (Declaration) 
Public Property ShapeLabels As ShapeLabelCollection
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As ShapeLabelCollection
 
instance.ShapeLabels = value
 
value = instance.ShapeLabels
C# 
public ShapeLabelCollection ShapeLabels {get; set;}

See Also

© 2021 All Rights Reserved.