DefaultTickLabel

StockSharp.Xaml.Charting.Visuals.Axes

Provides a class for tick axis labels rendering.

Herda de: TemplatableControl

Implementa: INotifyPropertyChanged

Construtores

DefaultTickLabel()

Initializes a new instance of the DefaultTickLabel class.

Propriedades

HorizontalAnchorPoint : HorizontalAnchorPoint

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 : VerticalAnchorPoint

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.

Métodos

OnPropertyChanged(string)

Implementation of INotifyPropertyChanged

propertyName
Name of the property.

Eventos

PropertyChanged : PropertyChangedEventHandler

Occurs when a property value changes.

Campos

DefaultForegroundProperty : DependencyProperty

Defines the DefaultForeground DependencyProperty

DefaultHorizontalAnchorPointProperty : DependencyProperty

Defines the DefaultHorizontalAnchorPoint DependencyProperty

DefaultVerticalAnchorPointProperty : DependencyProperty

Defines the DefaultVerticalAnchorPoint DependencyProperty

HorizontalAnchorPointProperty : DependencyProperty

Defines the HorizontalAnchorPoint DependencyProperty

LayoutTransformProperty : DependencyProperty

Defines the LayoutTransform DependencyProperty

PositionProperty : DependencyProperty

Defines the Position DependencyProperty

VerticalAnchorPointProperty : DependencyProperty

Defines the VerticalAnchorPoint DependencyProperty