LegendReversed Property (Chart2DGroup)
In This Topic
Gets or sets a value indicating whether the order in which the series entries of each Chart2DGroup appear in the legend is reversed.
The series of each Chart2DGroup normally appear in index order in the legend. If this property is true, the series entries appear in reversed order.
Syntax
'Declaration
Public Property LegendReversed As Boolean
public bool LegendReversed {get; set;}
See Also