Gets or sets whether the labels from a single series are drawn. Namespace: MindFusion.Charting Syntax
Property Valuetrue if labels from just one series are taken; false otherwise. RemarksSingleSeriesLabels 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. See Also |