LineChartExpression

The LineChartExpression inherits from CategoricalChartExpression and AbstractChartExpression. It adds the following additional properties.

LineChartExpression Properties

Property Name

Data Type

Description

lineStyle

String

Sets the style of the series lines - valid values are solid, dot, dashdot, dashdotdot . This will set the style for all series lines.

lineWidth

Float

Sets the width of the series lines. The default value is 1.0, and can be any float value up to 10.0. This will set the width for all series lines.

markersVisible

Boolean

Determines if there should be a visible marker at each point on a series line. When true, markers are visible. This controls markers for all series.

Class Descendants