预订演示

请注意 : 本帮助页面不适用于最新版本的Enterprise Architect. 最新的帮助文档在这里.

前页 后页

ChartFormatSeries类

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