Series in WPF Charts (SfChart)

14 Jul 20211 minute to read

ChartSeries is the visual representation of the data. SfChart offers many types of series ranging from LineSeries to FinancialSeries like HiLo and Candle. Based on your requirements and specifications, any type of Series can be added for data visualization.

The following APIs are common for the most of the series types:

  • XBindingPath – A string property that represents the X values for the series.
  • YBindingPath – A string property that represents the Y values for the series.
  • Stroke – Represents the brush for the series outline.
  • StrokeThickness – Represents the thickness of the series outline.
  • Interior – Represents the brush to fill the series.
  • Palette – Used to define the set of pre-defined or custom colors for the series.
  • IsSeriesVisible – A bool property, which is used to enable or disable the series visibility.

NOTE

You can refer to our WPF Charts feature tour page for its groundbreaking feature representations. You can also explore our WPF Charts example to knows various chart types and how to easily configured with built-in support for creating stunning visual effects.