[]
Represents visual style of chart element.
public class ChartStyle : Object, IDependencyObject
Name | Description |
---|---|
ChartStyle() | Create an instance of ChartStyle. |
Name | Description |
---|---|
DefaultBrush | Default brush. |
DefaultFont | Default font. |
DefaultValueFontSize | Default font size. |
DefaultValueFontTypeFace | Default font type face. |
FillProperty | Identifies the Fill dependency property. |
FontAttributesProperty | Identifies the FontAttributes dependency property. |
FontFamilyProperty | Identifies the FontFamily dependency property. |
FontSizeProperty | Identifies the FontSize dependency property. |
StrokeDashArrayProperty | Identifies the StrokeDashArray dependency property. |
StrokeProperty | Identifies the Stroke dependency property. |
StrokeThicknessProperty | Identifies the StrokeThickness dependency property. |
Name | Description |
---|---|
Fill | Gets or sets the fill brush. |
FontAttributes | Gets or sets the font attributes. |
FontFamily | Gets or sets the font family. |
FontSize | Gets or sets the font size. |
Stroke | Gets or sets the stroke brush. |
StrokeDashArray | Gets or sets the stroke dash array. |
StrokeThickness | Gets or sets the stroke thickness. |