Table of Contents

Class RadarSeries

Namespace
ScottPlot
Assembly
ScottPlot.dll

Defines values and styling information for displaying a single shape on a radar chart

public class RadarSeries : LabelStyleProperties, IHasLegendText, IHasFill, IHasLine
Inheritance
RadarSeries
Implements
Inherited Members
Extension Methods

Properties

FillColor

public Color FillColor { get; set; }

Property Value

Color

FillHatch

public IHatch? FillHatch { get; set; }

Property Value

IHatch

FillHatchColor

public Color FillHatchColor { get; set; }

Property Value

Color

FillStyle

public FillStyle FillStyle { get; set; }

Property Value

FillStyle

LabelStyle

public override LabelStyle LabelStyle { get; set; }

Property Value

LabelStyle

LegendText

If populated, this text appears in the legend

public string LegendText { 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

Values

public IReadOnlyList<double> Values { get; set; }

Property Value

IReadOnlyList<double>