Table of Contents

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

Angle

LabelStyle

public LabelStyle LabelStyle { get; set; }

Property Value

LabelStyle

LabelText

public string LabelText { get; set; }

Property Value

string

LineColor

public Color LineColor { get; set; }

Property Value

Color

LinePattern

public LinePattern LinePattern { get; set; }

Property Value

LinePattern

LineStyle

public LineStyle LineStyle { get; set; }

Property Value

LineStyle

LineWidth

public float LineWidth { get; set; }

Property Value

float

Origin

public Coordinates Origin { get; set; }

Property Value

Coordinates

Radius

public double Radius { get; set; }

Property Value

double

StartAngle

public Angle StartAngle { get; set; }

Property Value

Angle

SweepAngle

public Angle SweepAngle { get; set; }

Property Value

Angle