Class ArrowStyle
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public class ArrowStyle : IHasLine, IHasFill
- Inheritance
-
ArrowStyle
- Implements
- Inherited Members
- Extension Methods
Properties
Anchor
public ArrowAnchor Anchor { get; set; }
Property Value
ArrowWidth
public float ArrowWidth { get; set; }
Property Value
ArrowheadAxisLength
public float ArrowheadAxisLength { get; set; }
Property Value
ArrowheadLength
public float ArrowheadLength { get; set; }
Property Value
ArrowheadWidth
public float ArrowheadWidth { get; set; }
Property Value
FillColor
public Color FillColor { get; set; }
Property Value
FillHatch
public IHatch? FillHatch { get; set; }
Property Value
FillHatchColor
public Color FillHatchColor { get; set; }
Property Value
FillStyle
public FillStyle FillStyle { get; set; }
Property Value
IsVisible
public bool IsVisible { get; set; }
Property Value
LineColor
public Color LineColor { get; set; }
Property Value
LinePattern
public LinePattern LinePattern { get; set; }
Property Value
LineStyle
public LineStyle LineStyle { get; set; }
Property Value
LineWidth
public float LineWidth { get; set; }
Property Value
MaximumLength
The arrow will always be rendered to its length never exceeds this value (in pixels). If too large, its base will move toward the tip.
public float MaximumLength { get; set; }
Property Value
MinimumLength
The arrow will always be rendered to be at least this long (in pixels). If too small, its base will move away from the tip.
public float MinimumLength { get; set; }
Property Value
Offset
Back the arrow away from its tip along its axis by this many pixels
public float Offset { get; set; }
Property Value
Methods
Render(SKCanvas, PixelLine, SKPaint)
public void Render(SKCanvas canvas, PixelLine line, SKPaint paint)