:: com :: sun :: star :: chart2 ::

struct ExplicitSubIncrement

Elements' Summary
IntervalCount  
PostEquidistant If true, the distance between two sub-tick-marks on the screen is always the same. If false, the distances may differ depending on the XScaling.  
Elements' Details
IntervalCount
long IntervalCount;
PostEquidistant
boolean PostEquidistant;
Description
If true, the distance between two sub-tick-marks on the screen is always the same. If false, the distances may differ depending on the XScaling.
Top of Page