SimpleSeries.SupportedLabels override. Returns a combination of InnerLabel, OuterLabel and XAxisLabel.
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 |
A combination of LabelKinds flags.
See Also