Reference > 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
ColumnsVector plot has column-wise data
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)
MiddleMiddle of line
NoAxesNo axes are drawn on the chart
OverlayGridGridlines are drawn ontop of data
RootedMarkers at the source of each vector
TerminatedDraw current marker on both ends of MinMax plots and target of Vector plots
ValueTagsValue tags are written for data items

Send comments on this topic
© Dyalog Ltd 2013