|
SharpPlot Reference > SharpPlot Properties > VectorStyle Property SharpPlot.VectorStyle Property
Set Vector style to any combination of flags.
public VectorStyles VectorStyle {get; set;}
Example
sp.VectorStyle = VectorStyles.ArrowLines;
Options
| ArrowLines | Draw arrows at ends of lines | | Clipped | Clip axes and vectors at chart edge | | CroppedAxes | Crops all chart elements at the axis boundary | | Dissected | Vectors are spaced away from target points | | ExplodeAxes | Axes are set back from the plotting area | | ForceZero | Force zero (all axes include origin) | | FrameAxes | Axes are completed to frame chart and all data is cropped | | GridLines | Draw gridlines (all axes) | | Middle | Markers in the middle of vectors | | NoAxes | No axes are drawn on the chart | | OverlayGrid | Gridlines are drawn ontop of data | | Rooted | Markers at the source of vectors | | Terminated | Markers on target of vectors | | ValueTags | Value tags are written for data items |
See also ...SharpPlot.DrawVectors Method
Send comments on this topic © Dyalog Ltd 2021
|