[]
        
(Showing Draft Content)

C1.Maui.Chart.ChartStyle

ChartStyle Class

Represents visual style of chart element.

Inheritance
ChartStyle
Namespace: C1.Maui.Chart
Assembly: C1.Maui.Chart.dll
Syntax
public class ChartStyle : BindableObject

Constructors

Name Description
ChartStyle()

Creates an instance of ChartStyle class.

Fields

Name Description
FillProperty

Identifies the Fill dependency property.

FontAttributesProperty

Identifies the FontAttributes dependency property.

FontFamilyProperty

Identifies the FontFamily dependency property.

FontSizeProperty

Identifies the FontSize dependency property.

LinePatternProperty

Identifies the LinePattern 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 the font family.

FontFamily

Gets or sets the font family.

FontSize

Gets or sets the font size.

LinePattern

Gets or sets the Line Pattern.

Stroke

Gets or sets the stroke brush.

StrokeDashArray

Gets or sets the stroke dash array.

StrokeThickness

Gets or sets the stroke thickness.