DXStaticCrosshairLabelPosition Class
The Crosshair Label position specifying that the Crosshair label always is at a position specified by the horizontalAlignment and verticalAlignment properties.
Declaration
@interface DXStaticCrosshairLabelPosition: DXCrosshairLabelPositionBase
Remarks
Inheritance
NSObject
DXCrosshairLabelPositionBase
DXStaticCrosshairLabelPosition
Properties
horizontalAlignment Property
Gets or sets the value indicating the horizontal label alignment.
Declaration
@property (readwrite) DXLabelPositionHorizontalAlignment horizontalAlignment
Property Value
Type | Description |
---|---|
DXLabelPositionHorizontalAlignment | The DXLabelPositionHorizontalAlignment enumeration value that specifies the horizontal label alignment. |
verticalAlignment Property
Gets or sets the value indicating the vertical label alignment.
Declaration
@property (readwrite) DXLabelPositionVerticalAlignment verticalAlignment
Property Value
Type | Description |
---|---|
DXLabelPositionVerticalAlignment | The DXLabelPositionVerticalAlignment enumeration value that specifies the vertical label alignment. |