Gets the kind of labels supported by this series.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
LabelKinds SupportedLabels { get; } |
Visual Basic
Copy Code
|
|---|
ReadOnly Property SupportedLabels As LabelKinds |
A combination of LabelKinds flags specifying what kinds of labels could be returned by GetLabel method.
See Also