Class Coxcomb
- Namespace
- ScottPlot.Plottables
- Assembly
- ScottPlot.dll
public class Coxcomb : PieBase, IPlottable, IManagesAxisLimits, IHasLine
- Inheritance
-
Coxcomb
- Implements
- Inherited Members
- Extension Methods
Constructors
Coxcomb(IList<PieSlice>)
public Coxcomb(IList<PieSlice> slices)
Parameters
Properties
StarAxis
public IStarAxis StarAxis { get; set; }
Property Value
Methods
GetAxisLimits()
Return the 2D area (in coordinate space) occupied by the data contained in this plottable
public override AxisLimits GetAxisLimits()
Returns
Render(RenderPack)
Draw the data from this plottable into the data area defined in the Axes. By default the surface is already clipped to the data area, but this can be cleared inside the plottable.
public override void Render(RenderPack rp)
Parameters
rp
RenderPack