Reference > Methods > SetDatumLineStyle Method SharpPlot.SetDatumLineStyle Method
Set DatumLine style given any of color, lineStyle and lineweight (pts).
Example
sp.SetDatumLineStyle(Color.Maroon,new LineStyle(new int[] {12,4,24,4})); // Long dashes
Overloads
Datum lines are drawn as specified by the user, or automatically at major tickmarks which exceed the Datumline threshold (default 160% of standard tick length).
See also ...SharpPlot Members | LineStyle Struct
Send comments on this topic © Dyalog Ltd 2013
|