DefaultTickLabel
Provides a class for tick axis labels rendering.
Inherits: TemplatableControl
Implements: INotifyPropertyChanged
Constructors
public DefaultTickLabel()
defaultTickLabel = DefaultTickLabel()
Initializes a new instance of the DefaultTickLabel class.
Properties
public HorizontalAnchorPoint HorizontalAnchorPoint { get; set; }
value = defaultTickLabel.HorizontalAnchorPoint
defaultTickLabel.HorizontalAnchorPoint = value
Gets or sets the HorizontalAnchorPoint. The value of Left means the X1,Y1 coordinate of the annotation is on the Left horizontally. The value of Center means the X1,Y1 coordinate of the annotation is at the center horizontally. The value of Right means the X1,Y1 coordinate of the annotation is at the right horizontally.
public VerticalAnchorPoint VerticalAnchorPoint { get; set; }
value = defaultTickLabel.VerticalAnchorPoint
defaultTickLabel.VerticalAnchorPoint = value
Gets or sets the VerticalAnchorPoint. The value of Top means the X1,Y1 coordinate of the annotation is on the Top vertically. The value of Center means the X1,Y1 coordinate of the annotation is at the center vertically. The value of Bottom means the X1,Y1 coordinate of the annotation is at the Bottom vertically.
Methods
protected virtual void OnPropertyChanged(string propertyName)
defaultTickLabel.OnPropertyChanged(propertyName)
Implementation of INotifyPropertyChanged
- propertyName
- Name of the property.
Events
public event PropertyChangedEventHandler PropertyChanged
defaultTickLabel.PropertyChanged += handler
Occurs when a property value changes.
Fields
public static readonly DependencyProperty DefaultForegroundProperty
value = DefaultTickLabel.DefaultForegroundProperty
Defines the DefaultForeground DependencyProperty
public static readonly DependencyProperty DefaultHorizontalAnchorPointProperty
value = DefaultTickLabel.DefaultHorizontalAnchorPointProperty
Defines the DefaultHorizontalAnchorPoint DependencyProperty
public static readonly DependencyProperty DefaultVerticalAnchorPointProperty
value = DefaultTickLabel.DefaultVerticalAnchorPointProperty
Defines the DefaultVerticalAnchorPoint DependencyProperty
public static readonly DependencyProperty HorizontalAnchorPointProperty
value = DefaultTickLabel.HorizontalAnchorPointProperty
Defines the HorizontalAnchorPoint DependencyProperty
public static readonly DependencyProperty LayoutTransformProperty
value = DefaultTickLabel.LayoutTransformProperty
Defines the LayoutTransform DependencyProperty
public static readonly DependencyProperty PositionProperty
value = DefaultTickLabel.PositionProperty
Defines the Position DependencyProperty
public static readonly DependencyProperty VerticalAnchorPointProperty
value = DefaultTickLabel.VerticalAnchorPointProperty
Defines the VerticalAnchorPoint DependencyProperty