Réserver une Démo
Pré. Proc.

ChartFormatSeries Class

A helper class for the ChartSeries class that allows setting appearance options.

ChartFormatSeries Methods

Method

Description

See also

SetCurveType(ChartCurveType type)

void

Sets the graphic option for rendering lines.

Parameters:

  • type: long, one of the ChartCurveType enumerations
ChartCurveType

SetSeriesLineWidth(long width)

void

Sets the line width in pixels.

Parameters:

  • width: long, a pixel value

SetSeriesOutlineDashStyle(ChartDashStyle dashstyle)

void

Sets the dash style of the line on the chart/graph.

Parameters:

  • dashstyle: ChartDashStyle, one of the ChartDashStyle enumerations
ChartDashStyle