| Contents > SharpPlot > Properties | Index |
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 |
