Class SfSparkColumnChart
Renders a Spark Column Chart with customizable fill for specific data points.
Implements
Inherited Members
Namespace: Syncfusion.Maui.Toolkit.SparkCharts
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class SfSparkColumnChart : SfSparkChart, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
SfSparkColumnChart()
Declaration
public SfSparkColumnChart()
Fields
FillProperty
Identifies the Fill bindable property.
Declaration
public static readonly BindableProperty FillProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
FirstPointFillProperty
Identifies the FirstPointFill bindable property.
Declaration
public static readonly BindableProperty FirstPointFillProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
HighPointFillProperty
Identifies the HighPointFill bindable property.
Declaration
public static readonly BindableProperty HighPointFillProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
LastPointFillProperty
Identifies the LastPointFill bindable property.
Declaration
public static readonly BindableProperty LastPointFillProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
LowPointFillProperty
Identifies the LowPointFill bindable property.
Declaration
public static readonly BindableProperty LowPointFillProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
NegativePointsFillProperty
Identifies the NegativePointsFill bindable property.
Declaration
public static readonly BindableProperty NegativePointsFillProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
StrokeWidthProperty
Identifies the StrokeWidth bindable property.
Declaration
public static readonly BindableProperty StrokeWidthProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
Fill
Gets or sets the Fill property to fill the interior of the column spark chart.
Declaration
public Brush Fill { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
FirstPointFill
Gets or sets the brush for the first point in the Spark Column Chart.
Declaration
public Brush FirstPointFill { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
HighPointFill
Gets or sets the brush for the highest point in the Spark Column Chart.
Declaration
public Brush HighPointFill { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
LastPointFill
Gets or sets the brush for the last point in the Spark Column Chart.
Declaration
public Brush LastPointFill { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
LowPointFill
Gets or sets the brush for the lowest point in the Spark Column Chart.
Declaration
public Brush LowPointFill { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
NegativePointsFill
Gets or sets the brush for negative points in the Spark Column Chart.
Declaration
public Brush NegativePointsFill { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
StrokeWidth
Gets or sets the stroke width for the Spark Column Chart.
Declaration
public double StrokeWidth { get; set; }
Property Value
Type |
---|
System.Double |