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
FillHatch
public IHatch? FillHatch { get; set; }
Property Value
FillHatchColor
public Color FillHatchColor { get; set; }
Property Value
FillStyle
public FillStyle FillStyle { get; set; }
Property Value
LabelStyle
public override LabelStyle LabelStyle { get; set; }
Property Value
LegendText
If populated, this text appears in the legend
public string LegendText { 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
Values
public IReadOnlyList<double> Values { get; set; }