ScottPlot
Loading...
Searching...
No Matches
Properties | List of all members
ScottPlot.RadarSeries Class Reference

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

Inheritance diagram for ScottPlot.RadarSeries:
ScottPlot.LabelStyleProperties ScottPlot.IHasLabel ScottPlot.IHasLegendText ScottPlot.IHasFill ScottPlot.IHasLine ScottPlot.IHasLabel

Properties

IReadOnlyList< double > Values = [] [get, set]
 
override LabelStyle LabelStyle = new() { Alignment = Alignment.MiddleCenter } [get, set]
 
string LegendText [get, set]
 If populated, this text appears in the legend.
 
FillStyle FillStyle [get, set]
 
Color FillColor [get, set]
 
Color FillHatchColor [get, set]
 
IHatchFillHatch [get, set]
 
LineStyle LineStyle [get, set]
 
float LineWidth [get, set]
 
LinePattern LinePattern [get, set]
 
Color LineColor [get, set]
 
- Properties inherited from ScottPlot.LabelStyleProperties
LabelStyle LabelStyle [get, set]
 
float LabelOffsetX [get, set]
 
float LabelOffsetY [get, set]
 
float LabelRotation [get, set]
 
float LabelPadding [set]
 
PixelPadding LabelPixelPadding [get, set]
 
PixelRect LabelLastRenderPixelRect [get]
 
string LabelText [get, set]
 
Alignment LabelAlignment [get, set]
 
string LabelFontName [get, set]
 
float LabelFontSize [get, set]
 
float? LabelLineSpacing [get, set]
 
bool LabelItalic [get, set]
 
bool LabelBold [get, set]
 
Color LabelFontColor [get, set]
 
Color LabelBackgroundColor [get, set]
 
float LabelBorderRadius [get, set]
 
float LabelBorderRadiusX [get, set]
 
float LabelBorderRadiusY [get, set]
 
float LabelBorderWidth [get, set]
 
Color LabelBorderColor [get, set]
 
Color LabelShadowColor [get, set]
 
PixelOffset LabelShadowOffset [get, set]
 
- Properties inherited from ScottPlot.IHasLabel
- Properties inherited from ScottPlot.IHasLegendText
- Properties inherited from ScottPlot.IHasFill
- Properties inherited from ScottPlot.IHasLine

Detailed Description

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

Property Documentation

◆ FillColor

Color ScottPlot.RadarSeries.FillColor
getset

Implements ScottPlot.IHasFill.

◆ FillHatch

IHatch? ScottPlot.RadarSeries.FillHatch
getset

Implements ScottPlot.IHasFill.

◆ FillHatchColor

Color ScottPlot.RadarSeries.FillHatchColor
getset

Implements ScottPlot.IHasFill.

◆ FillStyle

FillStyle ScottPlot.RadarSeries.FillStyle
getset
Initial value:
= new()
{
IsVisible = true,
Color = Colors.Black.WithAlpha(.2),
}

Implements ScottPlot.IHasFill.

◆ LabelStyle

override LabelStyle ScottPlot.RadarSeries.LabelStyle = new() { Alignment = Alignment.MiddleCenter }
getset

Implements ScottPlot.IHasLabel.

◆ LegendText

string ScottPlot.RadarSeries.LegendText
getset

If populated, this text appears in the legend.

Implements ScottPlot.IHasLegendText.

◆ LineColor

Color ScottPlot.RadarSeries.LineColor
getset

Implements ScottPlot.IHasLine.

◆ LinePattern

LinePattern ScottPlot.RadarSeries.LinePattern
getset

Implements ScottPlot.IHasLine.

◆ LineStyle

LineStyle ScottPlot.RadarSeries.LineStyle
getset
Initial value:
= new()
{
IsVisible = true,
Width = 1,
Pattern = LinePattern.Solid,
Color = Colors.Black,
}
LinePattern LinePattern
Definition RadarSeries.cs:30

Implements ScottPlot.IHasLine.

◆ LineWidth

float ScottPlot.RadarSeries.LineWidth
getset

Implements ScottPlot.IHasLine.

◆ Values

IReadOnlyList<double> ScottPlot.RadarSeries.Values = []
getset

The documentation for this class was generated from the following file: