ILNumerics - Technical Application Development
Top
The TickCollection type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| DefaultFontFunc |
Font creation function used for initial fonts for tick labels; default:
gives the default font for all labels (Helvetica, 10pt)
| |
| DefaultLabelTransformFunc |
Default function used to transform tick positions into tick label texts. It applies a simple number transform,
taking the current culture into account.
| |
| DefaultTickCreationFunc | Obsolete.
Default tick creation function for all axis objects with TickMode set to Automatic.
| |
| LabelTransformFunc |
Function used to control the creation of tick labels from position values. Default: DefaultLabelTransformFunc | |
| m_animations | (Inherited from Group.) | |
| m_children | (Inherited from Group.) | |
| m_timeoutAware | (Inherited from Group.) | |
| TickCreationFunc | Obsolete.
Function used to control the creation of ticks for this axis. Default: DefaultTickCreationFunc | |
| TickCreationFuncEx |
Function used to control the creation of ticks for this axis. Default: CreateTicksAuto(Single, Single, Int32, Axis, AxisScale) | |
| TickLabelTag |
Tag identifying the tick label within the scene graph
| |
| TickLinesTag |
Tag identifying the tick lines within the scene graph
|
See Also