Determines the order in which the series entries of each ChartGroup appear in the legend.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[XmlAttributeAttribute]
[DefaultValueAttribute(false)]
public bool LegendReversed { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<XmlAttributeAttribute> _
<DefaultValueAttribute(False)> _
Public Property LegendReversed As Boolean
	Get
	Set

Remarks

The series of each ChartGroup normally appear in index order in the legend. If the LegendReversed property is true, then the series entries for the ChartGroup appear in reversed order.

See Also