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

ArrowLinesDraw arrows at ends of lines
ClippedClip axes and vectors at chart edge
CroppedAxesCrops all chart elements at the axis boundary
DissectedVectors are spaced away from target points
ExplodeAxesAxes are set back from the plotting area
ForceZeroForce zero (all axes include origin)
FrameAxesAxes are completed to frame chart and all data is cropped
GridLinesDraw gridlines (all axes)
MiddleMarkers in the middle of vectors
NoAxesNo axes are drawn on the chart
OverlayGridGridlines are drawn ontop of data
RootedMarkers at the source of vectors
TerminatedMarkers on target of vectors
ValueTagsValue tags are written for data items

See also ...

SharpPlot.DrawVectors Method


Send comments on this topic
© Dyalog Ltd 2021