EJSC.AreaSeries Property Examples

Properties Demonstrated

  • Standard EJSC.AreaSeries Properties

Desired Result

Default EJSC.AreaSeries Settings

Source Code

    Rendering Source Code...

Properties Demonstrated

  • color
  • lineWidth
  • title

Desired Result

This chart will have a red series, a line width of 4 pixels, and a custom series title.

Source Code

    Rendering Source Code...

Properties Demonstrated

  • visible

Desired Result

This chart will not initially load the series. Click the closed eye icon in the legend to load data and draw the series.

Source Code

    Rendering Source Code...

Properties Demonstrated

  • color
  • lineWidth
  • title

Desired Result

This chart will have a red series, a line width of 4 pixels, and a custom series title.

Source Code

    Rendering Source Code...

Properties Demonstrated

  • drawPoints
  • closeLine

Desired Result

Default point style when drawPoints is true, and line will only follow points, not around the entire fill.

Source Code

    Rendering Source Code...

Properties Demonstrated

  • drawPoints
  • pointSize
  • pointColor
  • pointBorderSize
  • pointBorderColor

Desired Result

Display different color points with a white border

Source Code

    Rendering Source Code...