Legend Members
In This Article
#Constructors
Name | Description |
---|---|
Legend() | Initializes a new instance of the Legend class with default settings. |
#Fields
Name | Description |
---|---|
Horizontal |
Identifies the Horizontal |
Orientation |
Identifies the Orientation bindable property. |
Style |
Identifies the Style bindable property. |
Vertical |
Identifies the Vertical |
Visible |
Identifies the Visible bindable property. |
#Properties
Name | Description |
---|---|
Horizontal |
Gets or sets the horizontal position of the legend relative to the chart diagram. |
Orientation | Specifies whether legend items are arranged in a column (from the top to the bottom) or row (from the left to the right). |
Style | Gets or sets the legend appearance settings. |
Vertical |
Gets or sets the vertical position of the legend relative to the chart diagram. |
Visible | Specifies whether the legend is visible. |
See Also