Class SegmentTemplateSelector
Represents the SegmentTemplateSelector class.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class SegmentTemplateSelector : TemplateSelector
Constructors
SegmentTemplateSelector()
Declaration
public SegmentTemplateSelector()
Fields
FirstPointBrushProperty
The DependencyProperty for FirstPointBrush property.
Declaration
public static readonly DependencyProperty FirstPointBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HighPointBrushProperty
The DependencyProperty for HighPointBrush property.
Declaration
public static readonly DependencyProperty HighPointBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LastPointBrushProperty
The DependencyProperty for LastPointBrush property.
Declaration
public static readonly DependencyProperty LastPointBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LowPointBrushProperty
The DependencyProperty for LowPointBrush property.
Declaration
public static readonly DependencyProperty LowPointBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
NegativePointBrushProperty
The DependencyProperty for NegativePointBrush property.
Declaration
public static readonly DependencyProperty NegativePointBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
FirstPointBrush
Gets or sets the brush to paint the first point of the sparkline.
Declaration
public Brush FirstPointBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
HighPointBrush
Gets or sets the brush to paint the high points of the sparkline.
Declaration
public Brush HighPointBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
LastPointBrush
Gets or sets the brush to paint the last point of the sparkline.
Declaration
public Brush LastPointBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
LowPointBrush
Gets or sets the brush to paint the low point(s) of the sparkline.
Declaration
public Brush LowPointBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
NegativePointBrush
Gets or sets the brush to paint the negative points of the sparkline.
Declaration
public Brush NegativePointBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
Methods
BindFillProperty(String, Shape, ref Binding)
Binds the fill property of the template selector with the marker shape.
Declaration
protected void BindFillProperty(string propertyName, Shape marker, ref Binding binding)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | The property name. |
System.Windows.Shapes.Shape | marker | The marker shape to be bind. |
System.Windows.Data.Binding | binding | The binding provider. |