Class MarkerTemplateSelector
Represents the MarkerTemplateSelector class.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class MarkerTemplateSelector : SegmentTemplateSelector
Constructors
MarkerTemplateSelector()
Declaration
public MarkerTemplateSelector()
Fields
MarkerBrushProperty
The DependencyProperty for MarkerBrush property.
Declaration
public static readonly DependencyProperty MarkerBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
MarkerHeightProperty
The DependencyProperty for MarkerHeight property.
Declaration
public static readonly DependencyProperty MarkerHeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
MarkerTemplateProperty
The DependencyProperty for MarkerTemplate property.
Declaration
public static readonly DependencyProperty MarkerTemplateProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
MarkerWidthProperty
The DependencyProperty for MarkerWidth property.
Declaration
public static readonly DependencyProperty MarkerWidthProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
MarkerBrush
Gets or sets the brush to paint the markers of the sparkline.
Declaration
public Brush MarkerBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
MarkerHeight
Gets or sets height of the marker.
Declaration
public double MarkerHeight { get; set; }
Property Value
Type |
---|
System.Double |
MarkerTemplate
Gets or sets the marker template.
Declaration
public DataTemplate MarkerTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.DataTemplate | System.Windows.DataTemplate |
MarkerWidth
Gets or sets width of the marker.
Declaration
public double MarkerWidth { get; set; }
Property Value
Type |
---|
System.Double |
Methods
SelectTemplate(Double, Double)
Selects the template.
Declaration
protected override DataTemplate SelectTemplate(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | The x value. |
System.Double | y | The y value. |
Returns
Type | Description |
---|---|
System.Windows.DataTemplate | Returns the selected template. |