Category Line Renderer

This renderer is a subtype of Category Renderer used in conjunction with a Category Plot to create line charts. It displays data items by drawing a shape at each data point and/or connecting data points with straight lines.

Properties

Series Lines Visible

The table defining item-to-item line visibility for individual data series.

Property

Name

Type

Description

Index

index

Integer

Series index.

Series Lines Visible

seriesLinesVisible

Boolean

Flag controlling visibility of item-to-item lines for the series.

Property name: seriesLinesVisible

Property type: Data Table

Series Shapes Visible

The table defining item shape visibility for individual data series.

Property

Name

Type

Description

Index

index

Integer

Series index.

Series Shapes Visible

seriesShapesVisible

Boolean

Flag controlling visibility of item shapes for the series.

Property name: seriesShapesVisible

Property type: Data Table

Series Shapes Filled

The table controlling item shape filling for individual data series.

Property

Name

Type

Description

Index

index

Integer

Series index.

Series Shapes Filled

seriesShapesFilled

Boolean

Flag controlling filling of item shapes for the series.

Property name: seriesShapesFilled

Property type: Data Table

Default Lines Visible

Default value for visibility of lines between data items.

Property name: baseLinesVisible

Property type: Boolean

Default Shapes Visible

Default value for item shape visibility.

Property name: baseShapesVisible

Property type: Boolean

Default Shapes Fill

Default setting for filling item shapes.

Property name: baseShapesFilled

Property type: Boolean

Draw Outlines

Flag that controls whether or not outlines are drawn around item shapes.

Property name: drawOutlines

Property type: Boolean

Use Fill Paint

Flag that controls whether the series fill paint or the regular series paint is used to fill item shapes.

Property name: useFillPaint

Property type: Boolean

Use Outline Paint

Flag that controls which paint is used for the shape outlines. The renderer uses one of two possible colors for the shape outlines

  • The outline paint for the current series, or
  • The regular paint for the current series.

This property is valid for Line and Line 3D renderers.

Property name: useOutlinePaint

Property type: Boolean

Use Series Offset

Flag that controls whether or not the stepped lines for the series are offset from one another.

Property name: useSeriesOffset

Property type: Boolean

Was this page helpful?