GapSize
GapSize (Get method)
Returns the size of indents between the chart elements.
int GapSize()Return Value
Indent size in pixels.
GapSize (Set method)
Sets the size of indents between the chart elements.
void GapSize(
const int size // indent size
)Parameters
- size
[in] Indent size in pixels.
Last updated on