SharpPlot Tutorials > Style Examples > Indexed data

Indexed data

Data is indexed to the initial value = 100.


sp.LineGraphStyle = LineGraphStyles.Indexed;

The charted data is 100 times the ratio to the first series value.

This is often used to compare series such as currencies or share prices.

Setting YAxisStyle set to YAxisStyles.LogScale is probably appropriate when using this.

See also ...

SharpPlot Members | SharpPlot.BarChartStyle Property | SharpPlot.CloudChartStyle Property | SharpPlot.LineGraphStyle Property | SharpPlot.MinMaxChartStyle Property | SharpPlot.PolarChartStyle Property | SharpPlot.StepChartStyle Property | SharpPlot.TowerChartStyle Property | SharpPlot.XBarChartStyle Property


Send comments on this topic
© Dyalog Ltd 2021