Base Series Property Examples

Properties Demonstrated

  • Standard Base Series Properties

Desired Result

Default Base Series Settings

Source Code

    Rendering Source Code...

Properties Demonstrated

  • autosort
  • color
  • hint_string

Desired Result

This chart will draw in red, and not automatically sort its data. It will also show a custom hint string.

Source Code

    Rendering Source Code...

Properties Demonstrated

  • x_axis
  • x_axis_formatter
  • y_axis
  • y_axis_formatter

Desired Result

This chart will use the top and right axis, and force 2 decimal places in both the X and Y values in the hint.

Source Code

    Rendering Source Code...

Properties Demonstrated

  • coloredLegend
  • title
  • visible

Desired Result

This chart will give its series a custom title, and will start off invisible, and will not use the series color in the legend title.

Source Code

    Rendering Source Code...

Properties Demonstrated

  • lineOpacity
  • lineWidth
  • legendIsVisible

Desired Result

This chart will have a thick, 50% transparent line, and not appear in the legend.

Source Code

    Rendering Source Code...

Properties Demonstrated

  • delayLoad

Desired Result

This chart will load all of its series as they are created, and not delay their loads.

Source Code

    Rendering Source Code...