Legend Properties
Represents a chart control’s legend.Name | Description |
---|---|
HorizontalPosition | Gets or sets the legend’s horizontal position within the chart control. |
IsMovableInsideDiagram | Gets or sets a value indicating if a legend is movable inside a chart area at runtime. |
ItemTemplate | Gets or sets the template for the legend items. |
MaximumRowsOrColumns | Gets or sets the maximum number of rows allowed (if a legend displays its items vertically) or columns (if a legend displays its items horizontally). |
Orientation | Specifies whether the legend items are vertically or horizontally oriented. |
ReverseItems | Gets or sets a value indicating whether the order of legend items is reversed. |
VerticalPosition | Gets or sets the legend’s vertical position within the chart control. |
See Also