Gets or sets whether the labels from a single series are drawn.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public bool SingleSeriesLabels { get; set; } |
Visual Basic
![]() |
---|
Public Property SingleSeriesLabels As Boolean |
true if labels from just one series are taken; false otherwise.
SingleSeriesLabels forces the control to consider the data from just one series when drawing the axis labels. The zero-based index of the series, which provides data for the labels is set with LabelSeriesIndex. The property is considered only when the LabelType is set to AxisLabelType.ChartData.
If SingleSeriesLabels is false, the data from all chart series is drawn.