Réserver une Démo

SVP notez : Cette page d’aide n’est pas pour la dernière version d’Enterprise Architect. La dernière aide peut être trouvée ici.

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