SharpPlot Reference > SharpPlot Properties > DataStyle Property SharpPlot.DataStyle Property
Set the data style to any combination of flags.
public DataStyles DataStyle {get; set;}
Example
sp.DataStyle = DataStyles.Relative;
Options
Relative | Relative data (values are accumulated) | Rows | Series are presented in rows, not columns |
Send comments on this topic © Dyalog Ltd 2021
|