FlexChart | ComponentOne
WPF FlexChart / Working with FlexChart / FlexChart Elements / FlexChart Series
本主题中
    FlexChart Series
    本主题中

    A series is a set of data or more specifically related data points that are plotted on a chart.

    In FlexChart, a series is represented by the Series object, which provides the entire data plotted on the chart. And the Flexchart.Series collection comprises all data series (Series objects) in the control.

    You can assign any of the following properties to a series in FlexChart:

    A series consists of a collection of data points that you can customize using the following properties:

    Once you have set these properties in a series, the same settings are inherited by all data points.

    Here are the links to key information regarding the Series object in FlexChart: