Class SfWinLossSparkline
Represents the SfWinLossSparkline class.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class SfWinLossSparkline : ColumnBase
Constructors
SfWinLossSparkline()
Initializes a new instance of the SfWinLossSparkline class.
Declaration
public SfWinLossSparkline()
Fields
NegativePointBrushProperty
The DependencyProperty for NegativePointBrush property.
Declaration
public static readonly DependencyProperty NegativePointBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
NeutralBrushProperty
The DependencyProperty for NeutralBrush property.
Declaration
public static readonly DependencyProperty NeutralBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
NegativePointBrush
Gets or sets the brush to paint the interior of the negative segment(s).
Declaration
public Brush NegativePointBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
NeutralBrush
Gets or sets the brush to paint the interior of the neutral segment(s).
Declaration
public Brush NeutralBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
Methods
RenderSegments()
Renders the segments.
Declaration
protected override void RenderSegments()
Overrides
UpdateMinMaxValues()
Updates the minimum and maximum values.
Declaration
protected override void UpdateMinMaxValues()