LegendStyle Members
Stores legend appearance settings.Constructors
| Name | Description |
|---|---|
| LegendStyle() | Initializes a new instance of the LegendStyle class with default settings. |
Fields
| Name | Description |
|---|---|
| BackgroundColorProperty static | Identifies the BackgroundColor bindable property. |
| BorderColorProperty static | Identifies the BorderColor bindable property. |
| BorderThicknessProperty static | Identifies the BorderThickness bindable property. |
| IndentFromDiagramProperty static | Identifies the IndentFromDiagram bindable property. |
| ItemsHorizontalIndentProperty static | Identifies the ItemsHorizontalIndent bindable property. |
| ItemsVerticalIndentProperty static | Identifies the ItemsVerticalIndent bindable property. |
| MarkerSizeProperty static | Identifies the MarkerSize bindable property. |
| PaddingProperty static | Identifies the Padding bindable property. |
| TextIndentProperty static | Identifies the TextIndent bindable property. |
| TextStyleProperty static | Identifies the TextStyle bindable property. Inherited from TextElementStyleBase. |
Properties
| Name | Description |
|---|---|
| BackgroundColor | Gets or sets the legend background color. |
| BorderColor | Gets or sets the legend border color. |
| BorderThickness | Gets or sets the legend border thickness. |
| IndentFromDiagram | |
| ItemsHorizontalIndent | Gets or sets the indent between legend items when they are arranged in a row. |
| ItemsVerticalIndent | Gets or sets the indent between legend items when they are arranged in a column. |
| MarkerSize | Gets or sets the size of legend markers. |
| Padding | Gets or sets the spacing between the legend’s content and its edges, in scale-independent units. |
| TextIndent | Gets or sets the indent between legend markers and text. |
| TextStyle | Gets or sets the text style of the chart’s element. Inherited from TextElementStyleBase. |
See Also