Table of Contents

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

angle Angle
length double

Properties

Angle

public Angle Angle { get; set; }

Property Value

Angle

LabelLength

public double LabelLength { get; }

Property Value

double

LabelPaddingFraction

public double LabelPaddingFraction { get; set; }

Property Value

double

LabelStyle

public LabelStyle LabelStyle { get; }

Property Value

LabelStyle

LabelText

public string? LabelText { get; set; }

Property Value

string

Length

public double Length { get; set; }

Property Value

double

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