MindFusion.Wpf Pack Programmer's Guide
Series

RealTimeChart supports unlimited number of series. Each series is an instance of the Series class and must be added to the RealTimeChart.SeriesCollection. It exposes a variety of properties, the most important one is Data. The data for each series is a list of Point objects.

Series can be drawn as scatters or as a line with scatters. The ScatterType property lets you choose among several scatter shapes. Use ScatterStroke to specify the brush for the scatters.

Each Series can have a Title, with customizable TitleFontFamily and TitleFontSize. Those properties are used by the legend to render a label for this Series.