| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Methods Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Properties > Baseline Property SharpPlot.Baseline PropertySet baseline to set a reference line from which the bars on barcharts hang, or from which surface charts are shaded. public double Baseline {get; set;} Examplesp.Baseline = 10; The baseline is drawn with the current setting of the axis attributes, typically a black, medium-weight line. A typical use is for variance plots, where the bars are expected to run up and down from a zero line. For horizontal barcharts, the baseline is drawn vertically at the given x-value, and the bars are drawn left and right of it. See also ...SharpPlot Members | SetBaselineStyle Method |