SharpPlot.VectorStyle Property
Set Vector style to any combination of flags.
public VectorStyles VectorStyle {get; set;}
Example
sp.VectorStyle = VectorStyles.ArrowLines;
Options
| ForceZero | Force zero (all axes include origin) |
| GridLines | Draw gridlines (all axes) |
| FrameAxes | Axes are completed to frame chart |
| ExplodeAxes | Axes are set back from the plotting area |
| ValueTags | Value tags are written for data items |
| ArrowLines | Draw arrows at ends of lines |
| Middle | Middle of line |
| Rooted | Markers at the source of each vector |
| Terminated | Draw current marker on both ends of MinMax plots |
| Dissected | Vectors are spaced away from target points |
| Columns | Vector plot has column-wise data |
| NoAxes | No axes are drawn on the chart |