DefaultTickLabel

StockSharp.Xaml.Charting.Visuals.Axes

Provides a class for tick axis labels rendering.

继承自: TemplatableControl

实现: INotifyPropertyChanged

构造函数

DefaultTickLabel()

Initializes a new instance of the DefaultTickLabel class.

属性

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.

方法

OnPropertyChanged(string)

Implementation of INotifyPropertyChanged

propertyName
Name of the property.

事件

PropertyChanged : PropertyChangedEventHandler

Occurs when a property value changes.

字段

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