Class PolarAxisSpoke
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
A straight line extending outward from the origin
public class PolarAxisSpoke : IHasLine
- Inheritance
-
PolarAxisSpoke
- Implements
- Inherited Members
- Extension Methods
Constructors
PolarAxisSpoke(Angle, double)
A straight line extending outward from the origin
public PolarAxisSpoke(Angle angle, double length)
Parameters
Properties
Angle
public Angle Angle { get; set; }
Property Value
LabelLength
public double LabelLength { get; }
Property Value
LabelPaddingFraction
public double LabelPaddingFraction { get; set; }
Property Value
LabelStyle
public LabelStyle LabelStyle { get; }
Property Value
LabelText
public string? LabelText { get; set; }
Property Value
Length
public double Length { 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; }