[]
Specifies visual style for chart elements.
[TypeConverter(typeof(ChartStyleConverter))]
public class ChartStyle : INotifyPropertyChanged
| Name | Description |
|---|---|
| ChartStyle() | Creates an instance of ChartStyle class. |
| Name | Description |
|---|---|
| Fill | Gets or sets the fill brush of element. |
| FillColor | Gets or sets the fill color. |
| Font | Gets or sets the font of the chart element. |
| LinePattern | Gets or sets the Line Pattern. |
| Stroke | Gets or sets the stroke brush of element. |
| StrokeColor | Gets or sets the stroke color. |
| StrokeDashPattern | Gets or sets the stroke dash pattern. |
| StrokeWidth | Gets or sets the stroke width. |
| VerticalText | Gets or sets a value indicating whether the text should be rendered vertically. |
| Name | Description |
|---|---|
| ResetFillColor() | Restores the default value of the FillColor property. |
| ResetFont() | Restores the default value of the Font property. |
| ResetStrokeColor() | Restores the default value of the StrokeColor property. |
| ResetStrokeWidth() | Restores the default value of the StrokeWidth property. |
| ResetVerticalText() | Restores the default value of the VerticalText property. |
| ShouldSerializeFillColor() | Specifies whether to save the value of the FillColor property. |
| ShouldSerializeFont() | Specifies whether to save the value of the Font property. |
| ShouldSerializeStrokeColor() | Specifies whether to save the value of the StrokeColor property. |
| ShouldSerializeStrokeWidth() | Specifies whether to save the value of the StrokeWidth property. |
| ShouldSerializeVerticalText() | Specifies whether to save the value of the VerticalText property. |
| Name | Description |
|---|---|
| PropertyChanged | Fires when property value has changed. |