[]
        
(Showing Draft Content)

C1.iOS.Chart.ChartStyle

ChartStyle Class

Represents visual style of chart element.

Inheritance
ChartStyle
Implements
Namespace: C1.iOS.Chart
Assembly: C1.iOS.Chart.dll
Syntax
public class ChartStyle : Object, IDependencyObject

Constructors

Name Description
ChartStyle()

Create an instance of ChartStyle.

Fields

Name Description
DefaultBrush

Default brush.

DefaultFont

Default font.

DefaultValueFontName

Default font name.

DefaultValueFontSize

Default font size.

FillProperty

Identifies the Fill dependency property.

FontAttributesProperty

Font attributes property.

FontFamilyProperty

Font family 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.

Properties

Name Description
Fill

Gets or sets the fill brush.

FontAttributes

Gets or sets font attributes.

FontFamily

Gets or sets 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.