Search
DateTimeSeries.SupportedLabels Property
See Also
 






Implements Series.SupportedLabels. Returns LabelKinds.XAxisLabel.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public virtual LabelKinds SupportedLabels { get; }

Visual Basic  Copy Code

Public Overridable ReadOnly Property SupportedLabels As LabelKinds

 Property Value

A member of the LabelKinds enumeration.

 See Also