Object tvTicks (TrendViewer scale ticks)
Description:
Object for configuration of scale ticks or grid lines layout
Properties and methods:
AlignType | Align type of main ticks of the scale, grid lines owing to values on axis |
AlignValue | Align value of main ticks of the scale legends owing to values |
CountType | Type of setting number of main ticks-legends of the scale or grid lines |
CountValue | The number of main ticks-legends of the scale |
Note:
The object of the
tvTicks type is owned by two types of objects:
1) by the object of the
tvScale type that is accessible by means of the
tvScale.Ticks property. Specifies the number of main ticks (longer ones) of the scale and an assignment which values on axis have got the main tick (and thereby a legend). For example, it can be defined a legend for the value on the time axis at 10:00 and then every
8 hours. The number of minor ticks (shorter ones) is defined by the
MinorTicksNum property.
or
2) by the object of the
tvGrid type that is accessible by means of the
tvGrid.Ticks property. Specifies the number of grid lines and an assignment which values on axis have got the grid line.
If they remains preset by properties of this object, then the number, layout and alignment of main ticks (longer ones) are counted automatically and the layout of grid lines (vertical or horizontal) is always the same according to the ticks layout that refers to the time scale or value scale.
The object is used only if the
graphic mode is set.