Implements Series.SupportedLabels. Returns a combination of InnerLabel and OuterLabel.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public override LabelKinds SupportedLabels { get; } |
Visual Basic
Copy Code
|
|---|
Public Overrides ReadOnly Property SupportedLabels As LabelKinds |
See Also