ChartStyleBase Members
The base class for all chart styles.Fields
| Name | Description |
|---|---|
| BackgroundColorProperty static | Identifies the BackgroundColor bindable property. |
| BorderColorProperty static | Identifies the BorderColor bindable property. |
| BorderThicknessProperty static | Identifies the BorderThickness bindable property. |
| PaddingProperty static | Identifies the Padding bindable property. |
| PaletteProperty static | Identifies the Palette bindable property. |
Properties
| Name | Description |
|---|---|
| BackgroundColor | Gets or sets the color the chart uses to paint its background. |
| BorderColor | Gets or sets the color the chart uses to paint its border. |
| BorderThickness | Gets or sets the chart border thickness. |
| Padding | Gets or sets the space between the chart borders and its contents. |
| Palette | Gets or sets a palette (collection of colors) used to draw a chart series. |
See Also