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

RelativeRelative data (values are accumulated)
RowsSeries are presented in rows, not columns

Send comments on this topic
© Dyalog Ltd 2021