Class PointMarkAppearanceSettings
This class represents appearance settings associated with point marks.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class PointMarkAppearanceSettings : AppearanceSettings, INotifyPropertyChanged
Constructors
PointMarkAppearanceSettings()
Declaration
public PointMarkAppearanceSettings()
Fields
ShapeProperty
Identifies the Shape dependency property.
Declaration
public static readonly DependencyProperty ShapeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Shape
Gets or sets the shape of the point mark.
Declaration
public MarkerShape Shape { get; set; }
Property Value
MarkerShape
|