SharpPlot Reference > SharpPlot Methods > SetBaselineStyle Method

SharpPlot.SetBaselineStyle Method

Set Baseline format given any of color, lineStyle and lineweight (pts). this has the same default appearance as the chart axes, but any element of the style may be reset.

Example

sp.SetBaselineStyle(Color.Navy,LineStyle.Solid,1.2);
sp.SetBaselineStyle(LineStyle.Invisible);

Overloads

A common use of this function would be to select the Invisible LineStyle to have the line eliminated from the chart.

See also ...

SharpPlot.Baseline Property


Send comments on this topic
© Dyalog Ltd 2021