MicroChartMarker Class
Represents a control capable of rendering predefined shapes.
[TemplatePart(Name = "PART_Path", Type = typeof(Path))]
public class MicroChartMarker : Control
- Inheritance:
- object Visual UIElement FrameworkElement Control object
Constructors
MicroChartMarker()
Initializes an instance of the class.
public MicroChartMarker()
Properties
Path
The Path associated with the marker.
ShapeKind
A MicroChartMarkerShapeKind, which indicates what kind of shape should be rendered by the marker.
public MicroChartMarkerShapeKind ShapeKind { get; set; }
Property Value
- MicroChartMarkerShapeKind:
The default value is Ellipse.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()
UpdatePath()
protected virtual void UpdatePath()
Fields
ShapeKindProperty
Defines the ShapeKind property.
public static readonly DependencyProperty ShapeKindProperty