Class Series
Chart series
public class Series
- Inheritance
-
Series
- Inherited Members
Properties
Autoscale
Enable Y autoscale
public bool Autoscale { get; set; }
Property Value
Color
Series foreground color
public SeriesColor Color { get; set; }
Property Value
Data
Current sample data buffer
public ReadOnlySpan<Sample> Data { get; }
Property Value
Paused
Screen updates are paused
public bool Paused { get; set; }
Property Value
Selected
This series is currently selected
public bool Selected { get; set; }
Property Value
Remarks
Selected series will be the default choice for series operations which don't specify a series index
SeriesId
Unique series identifier
public uint SeriesId { get; }
Property Value
Methods
ToString()
public override string ToString()