Table of Contents

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

value double
color Color

PieSlice(double, Color, string)

public PieSlice(double value, Color color, string label)

Parameters

value double
color Color
label string

Properties

Fill

public FillStyle Fill { get; set; }

Property Value

FillStyle

FillColor

public Color FillColor { get; set; }

Property Value

Color

Label

public string Label { get; set; }

Property Value

string

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

Value

public double Value { get; set; }

Property Value

double