Class PieSlice
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public class PieSlice : LabelStyleProperties, IHasLegendText
- Inheritance
-
PieSlice
- Implements
- Inherited Members
- Extension Methods
Constructors
PieSlice()
public PieSlice()
PieSlice(double, Color)
public PieSlice(double value, Color color)
Parameters
PieSlice(double, Color, string)
public PieSlice(double value, Color color, string label)
Parameters
Properties
Fill
public FillStyle Fill { get; set; }
Property Value
FillColor
public Color FillColor { get; set; }
Property Value
Label
public string Label { 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
Value
public double Value { get; set; }