BarSeriesStyle Members
Stores bar series appearance settings.Constructors
| Name | Description |
|---|---|
| BarSeriesStyle() | Initializes a new instance of the BarSeriesStyle class with default settings. |
Fields
| Name | Description |
|---|---|
| FillProperty static | Identifies the Fill bindable property. |
| StrokeProperty static | Identifies the Stroke bindable property. |
| StrokeThicknessProperty static | Identifies the StrokeThickness bindable property. |
Properties
| Name | Description |
|---|---|
| Fill | Gets or sets the fill color of bars. |
| Stroke | Gets or sets the bar stroke color. |
| StrokeThickness | Gets or sets the bar stroke thickness. |
See Also