Class PolarAxisCircle
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
A polar axis tick describes the radius of a circle centered at the origin and includes the styling information required to render it
public class PolarAxisCircle : IHasLine
- Inheritance
-
PolarAxisCircle
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
PolarAxisCircle(double)
A polar axis tick describes the radius of a circle centered at the origin and includes the styling information required to render it
public PolarAxisCircle(double radius)
Parameters
radius
double
Properties
LabelAngle
public Angle LabelAngle { get; set; }
Property Value
LabelStyle
public LabelStyle LabelStyle { get; set; }
Property Value
LabelText
public string LabelText { 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
Origin
public Coordinates Origin { get; set; }
Property Value
Radius
public double Radius { get; set; }
Property Value
StartAngle
public Angle StartAngle { get; set; }
Property Value
SweepAngle
public Angle SweepAngle { get; set; }