SetPaintingStrategy

SetPaintingStrategy ( int paintingStrategy);

Default values:

Description

Controls a painting style of a line. For a list of valid style parameters, see the PaintingStrategy constant in the Constants section.

Input parameters

Parameter Default value Description
paintingStrategy - Defines painting style of the line with PaintingStrategy constants.

Example

plot Data = open;
Data.SetPaintingStrategy(PaintingStrategy.HISTOGRAM);

In this example, the painting style of the Data plot is a histogram.