SRGDisplayBase::SetResolutionX

voidSRGDisplayBase::SetResolutionX(doubledRes)

Sets the interval between axis labels (resolution) for the horizontal axis
Can be used to specify how axis labels are chosen if the automatic selection is not satisfactory.

Defined in: SRGDisplayBase.h

Return Value

void

Parameters

dRes

For axes with a decimal, date, or log scale -- the desired numeric difference between labeled values.
For axes with an index or group scale -- the step between labels (e.g. 2 to use the annotations from every other data object).

Remarks

Does not apply to compound displays.