LegendItemOrder Enum

Definition

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

public enum class LegendItemOrder
public enum LegendItemOrder
type LegendItemOrder = 
Public Enum LegendItemOrder
Inheritance
LegendItemOrder

Fields

Auto 0

The chart automatically determines the order in which items are added to the legend.

ReversedSeriesOrder 2

Items are added to the legend in the reverse order of items added to the chart series.

SameAsSeriesOrder 1

Items are added to the legend in the same order as items added to the chart series.

Applies to