Class Box
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
Holds values for drawing a box-and-whisker symbol
public class Box : IHasFill, IHasLine
- Inheritance
-
Box
- Implements
- Inherited Members
- Extension Methods
Properties
BoxMax
public double BoxMax { get; set; }
Property Value
BoxMiddle
public double? BoxMiddle { get; set; }
Property Value
BoxMin
public double BoxMin { get; set; }
Property Value
Fill
[Obsolete("use FillColor or FillStyle")]
public FillStyle Fill { get; set; }
Property Value
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
IsVisible
public bool IsVisible { 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
Orientation
public Orientation Orientation { get; set; }
Property Value
Position
public double Position { get; set; }
Property Value
Stroke
[Obsolete("use LineWidth, LineColor, or LineStyle")]
public LineStyle Stroke { get; set; }
Property Value
WhiskerMax
public double? WhiskerMax { get; set; }
Property Value
WhiskerMin
public double? WhiskerMin { get; set; }
Property Value
WhiskerSize
public double WhiskerSize { get; }
Property Value
WhiskerSizeFraction
public double WhiskerSizeFraction { get; set; }
Property Value
Width
public double Width { get; set; }
Property Value
Methods
GetAxisLimits()
public AxisLimits GetAxisLimits()
Returns
Render(RenderPack, SKPaint, IAxes)
public void Render(RenderPack rp, SKPaint paint, IAxes axes)
Parameters
rp
RenderPackpaint
SKPaintaxes
IAxes