ILNumerics - Technical Application Development
Top
The Axis type exposes the following members.
Fields
Name | Description | |
---|---|---|
AxisGroupTag |
Default node tag for new instances of Axis
| |
DefaultLabelPosition |
The relative position of the axis main label, if LabelPosition is null. Default: follow axis at (0.5,1) (axis center, close to tick label)
| |
DefaultScaleLabelPosition |
The relative position of the axis tick scale label, if ScaleLabelPosition is null. Default: follow axis at (1,1) (upper axis end, close to tick label)
| |
GridMajorLinesTag |
Default node tag for new instances of axis' grid major lines, default: 'GridMajorLines'
| |
GridMinorLinesTag |
Default node tag for new instances of axis' grid minor lines, default: 'GridMinorLines'
| |
LabelTag |
Default node tag for new instances of axis' label, default: 'AxesLabel'
| |
m_animations | (Inherited from Group.) | |
m_children | (Inherited from Group.) | |
m_timeoutAware | (Inherited from Group.) | |
ScaleLabelTag |
Default node tag for new instances of axis' scale label, default: 'ScaleLabel'
| |
TickLabelMargin |
Margin around tick labels as fraction of Ticks.DefaultLabel.Font.Height; default: 0.33f
| |
TickLabelPadding |
Padding between individual ticks, default: 7
| |
TicksTag |
Default node tag for new instances of axis' ticks collection, default: 'TicksCollectionGroup'
|
See Also