DefaultTickLabel

StockSharp.Xaml.Charting.Visuals.Axes

Provides a class for tick axis labels rendering.

Inherits: TemplatableControl

Implements: INotifyPropertyChanged

Constructors

DefaultTickLabel
public DefaultTickLabel()
defaultTickLabel = DefaultTickLabel()

Initializes a new instance of the DefaultTickLabel class.

Properties

HorizontalAnchorPoint
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.

VerticalAnchorPoint
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

OnPropertyChanged
protected virtual void OnPropertyChanged(string propertyName)
defaultTickLabel.OnPropertyChanged(propertyName)

Implementation of INotifyPropertyChanged

propertyName
Name of the property.

Events

PropertyChanged
public event PropertyChangedEventHandler PropertyChanged
defaultTickLabel.PropertyChanged += handler

Occurs when a property value changes.

Fields

DefaultForegroundProperty
public static readonly DependencyProperty DefaultForegroundProperty
value = DefaultTickLabel.DefaultForegroundProperty

Defines the DefaultForeground DependencyProperty

DefaultHorizontalAnchorPointProperty
public static readonly DependencyProperty DefaultHorizontalAnchorPointProperty
value = DefaultTickLabel.DefaultHorizontalAnchorPointProperty

Defines the DefaultHorizontalAnchorPoint DependencyProperty

DefaultVerticalAnchorPointProperty
public static readonly DependencyProperty DefaultVerticalAnchorPointProperty
value = DefaultTickLabel.DefaultVerticalAnchorPointProperty

Defines the DefaultVerticalAnchorPoint DependencyProperty

HorizontalAnchorPointProperty
public static readonly DependencyProperty HorizontalAnchorPointProperty
value = DefaultTickLabel.HorizontalAnchorPointProperty

Defines the HorizontalAnchorPoint DependencyProperty

LayoutTransformProperty
public static readonly DependencyProperty LayoutTransformProperty
value = DefaultTickLabel.LayoutTransformProperty

Defines the LayoutTransform DependencyProperty

PositionProperty
public static readonly DependencyProperty PositionProperty
value = DefaultTickLabel.PositionProperty

Defines the Position DependencyProperty

VerticalAnchorPointProperty
public static readonly DependencyProperty VerticalAnchorPointProperty
value = DefaultTickLabel.VerticalAnchorPointProperty

Defines the VerticalAnchorPoint DependencyProperty