Class MarkerData
Represents the chart series adornments style customization
Inheritance
System.Object
MarkerData
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.SmithChart
Assembly: Syncfusion.SfSmithChart.UWP.dll
Syntax
public class MarkerData : DependencyObject, INotifyPropertyChanged
Constructors
MarkerData()
Declaration
public MarkerData()
Fields
InteriorProperty
The DependencyProperty for Interior property.
Declaration
public static readonly DependencyProperty InteriorProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
StrokeProperty
The DependencyProperty for Stroke property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Height
Gets or sets marker height.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
Interior
Gets or sets interior for marker
Declaration
public Brush Interior { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
Stroke
Gets or sets marker stroke color.
Declaration
public Brush Stroke { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
Width
Gets or sets marker width.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |
Events
PropertyChanged
Occurs when binding property values are changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged