TAxisTickOptions Class
Properties for the ticks and labels of an axis.
Syntax
Unit: FlexCel.Core
TAxisTickOptions = class(TFlexCelObject);
Constructors
Name |
Description |
Create |
Overloaded Create(TTickType, TTickType, TAxisLabelPosition, TBackgroundMode, TDrawingColor, NullableInt32) Create(TTickType, TTickType, TAxisLabelPosition, TBackgroundMode, IShapeFill, TDrawingColor, NullableInt32)
|
Methods
Name |
Description |
Clone |
Returns a deep copy of this object.
|
Properties
Name |
Description |
MinorTickType |
Major ticks type.
|
MajorTickType |
Minor ticks type.
|
LabelPosition |
Position of the label relative to the axis.
|
BackgroundMode |
How the background of text will be rendered.
|
LabelFill |
Background color of the text of labels in this axis.
|
LabelColor |
Color of the text of labels in this axis.
|
Rotation |
Text Rotation in degrees.
If null, then the rotation will be calculated automatically. When this value is from 0 to 90 then this is the rotation degrees in the up direction.
When this value is from 91 to 180 then this is a rotation in the down direction. 91 means -1 degree rotation, 92 means -2 degrees, and so on until 180 which means -90 degrees.
255 is vertical text.
Other values are invalid.
|