Share via


ChartLegendReversedTypes Enumeration

Specifies the order in which items are added to the legend.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Enumeration ChartLegendReversedTypes
'Usage
Dim instance As ChartLegendReversedTypes
public enum ChartLegendReversedTypes
public enum class ChartLegendReversedTypes
type ChartLegendReversedTypes
public enum ChartLegendReversedTypes

Members

Member name Description
Auto Indicates that the report processor should automatically determines the order in which items are added to the legend.
True Indicates that items are added to the legend in the reverse order of items added to the chart series.
False Indicates that items are added to the legend in the same order as items added to the chart series.