LegendTableStyle Enum

Definition

Specifies the legend table style.

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

Fields

Auto 0

The legend table style is automatically determined by the Chart control.

Tall 2

Legend items will be fit vertically within the legend. This style is preferred when Docking is set to Left or Right.

Wide 1

Legend items will be fit horizontally within the legend. This style is preferred when Docking is set to Top or Bottom.

Applies to