Table of Contents

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

double

BoxMiddle

public double? BoxMiddle { get; set; }

Property Value

double?

BoxMin

public double BoxMin { get; set; }

Property Value

double

Fill

[Obsolete("use FillColor or FillStyle")]
public FillStyle Fill { get; set; }

Property Value

FillStyle

FillColor

public Color FillColor { get; set; }

Property Value

Color

FillHatch

public IHatch? FillHatch { get; set; }

Property Value

IHatch

FillHatchColor

public Color FillHatchColor { get; set; }

Property Value

Color

FillStyle

public FillStyle FillStyle { get; set; }

Property Value

FillStyle

IsVisible

public bool IsVisible { get; set; }

Property Value

bool

LineColor

public Color LineColor { get; set; }

Property Value

Color

LinePattern

public LinePattern LinePattern { get; set; }

Property Value

LinePattern

LineStyle

public LineStyle LineStyle { get; set; }

Property Value

LineStyle

LineWidth

public float LineWidth { get; set; }

Property Value

float

Orientation

public Orientation Orientation { get; set; }

Property Value

Orientation

Position

public double Position { get; set; }

Property Value

double

Stroke

[Obsolete("use LineWidth, LineColor, or LineStyle")]
public LineStyle Stroke { get; set; }

Property Value

LineStyle

WhiskerMax

public double? WhiskerMax { get; set; }

Property Value

double?

WhiskerMin

public double? WhiskerMin { get; set; }

Property Value

double?

WhiskerSize

public double WhiskerSize { get; }

Property Value

double

WhiskerSizeFraction

public double WhiskerSizeFraction { get; set; }

Property Value

double

Width

public double Width { get; set; }

Property Value

double

Methods

GetAxisLimits()

public AxisLimits GetAxisLimits()

Returns

AxisLimits

Render(RenderPack, SKPaint, IAxes)

public void Render(RenderPack rp, SKPaint paint, IAxes axes)

Parameters

rp RenderPack
paint SKPaint
axes IAxes