PointsSize
PointsSize (Get method)
Returns the linear size (in pixels) of dots used in plotting the curve.
int PointsSize()Return Value
Size of dots defining the curve in pixels.
PointsSize (Set method)
Sets the linear size (in pixels) of dots used in plotting the curve.
void PointsSize(
const int size // dot size in pixels
)Parameters
- size
[in] Linear size (in pixels) of dots used in plotting the curve.
Last updated on