| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Methods Structures Enumerations Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Style examples > Relative data Relative dataData is assumed to be relative, so the series values are accumulated as each series is plotted. sp.DataStyle = DataStyles.Relative; This is the default style for stacked or floating barcharts but must be set explicitly for shaded surfaces on LineGraphs. It may be used in any other chart to have the series summed. See also ...SharpPlot Members | DataStyles Enumeration |