| NChartTimeAxis Properties |
The NChartTimeAxis type exposes the following members.
| Name | Description | |
|---|---|---|
| AnimationTime |
Time that takes to play the whole time axis in seconds.
| |
| AutohideTooltip |
Flag indicating whether the tooltip should be hidden automatically when the user interactions end (true) or not (false).
| |
| Chart |
Chart the object belongs to.
This property is assigned automatically whenever the object is assigned to the chart.
| |
| CurrentIndex |
Current timestamp index (index of the timestamp tick where the handler stays).
| |
| DataSource |
Time axis data source.
| |
| Frame |
Frame of the time axis in the view's coordinate system.
The frame is a rect fully enclosing the entire time axis with its ticks, labels and control buttons, but not
its tooltip. This rect is calculated during UpdateData | |
| Margin |
Margin of the time axis.
| |
| MinTickSpacing |
Minimal spacing between neighbor ticks in pixels (the tick is the center place of the timestamp title a kind of
milestone on the axis). According to this value some timestamps can be hidden if there are too many of them.
| |
| Padding |
Padding of the time axis.
| |
| TickColor |
Color used to display timestamp ticks.
| |
| TickOffset |
Offset of timestamp ticks (spacing between slider and ticks) in pixels. If positive ticks are outside of slider
if negative ticks may overlap the slider; so the outer border of the slider (including the slider's handler) is
assumed as zero offset.
| |
| TickShape |
Shape of timestamp ticks.
| |
| TickSize |
Size of ticks in pixels.
| |
| TickTitlesColor |
Color used to display timestamp titles.
| |
| TickTitlesFont |
Font used to display timestamp titles.
| |
| TickTitlesLayout |
Layout of timestamp titles.
| |
| TickTitlesOffset |
Offset of timestamp titles (spacing between the slider and titles) in pixels.
| |
| TickTitlesPosition |
Position of timestamp titles.
| |
| Tooltip |
Tooltip that appears over the handler. This is null by default.
| |
| Visible |
Flag that determines if the object is visible (true) or not (false). The default value is true.
|