LinesIsSmooth
LinesIsSmooth (Get method)
Returns a flag defining if smoothing should be done when plotting a curve by lines.
bool LinesIsSmooth()Return Value
Flag value
Note
true — perform smoothing
false — do not perform smoothing
LinesIsSmooth (Set method)
Sets a flag defining if smoothing should be done when plotting a curve by lines.
void LinesIsSmooth(
const bool smooth // flag value
)Parameters
- smooth
[in] Flag value
Note
true — perform smoothing
false — do not perform smoothing
Last updated on