ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
ScottPlot.Box Class Reference

Holds values for drawing a box-and-whisker symbol. More...

Inheritance diagram for ScottPlot.Box:
ScottPlot.IHasFill ScottPlot.IHasLine

Public Member Functions

AxisLimits GetAxisLimits ()
 
void Render (RenderPack rp, SKPaint paint, IAxes axes)
 

Properties

double Position [get, set]
 
double BoxMin [get, set]
 
double BoxMax [get, set]
 
double? BoxMiddle [get, set]
 
double? WhiskerMin [get, set]
 
double? WhiskerMax [get, set]
 
double Width = 0.8 [get, set]
 
double WhiskerSizeFraction = 0.5 [get, set]
 
double WhiskerSize [get]
 
Orientation Orientation = Orientation.Vertical [get, set]
 
bool IsVisible = true [get, set]
 
FillStyle FillStyle = new() [get, set]
 
Color FillColor [get, set]
 
Color FillHatchColor [get, set]
 
IHatchFillHatch [get, set]
 
LineStyle LineStyle = new() { Width = 1 } [get, set]
 
float LineWidth [get, set]
 
LinePattern LinePattern [get, set]
 
Color LineColor [get, set]
 
FillStyle Fill [get, set]
 
LineStyle Stroke [get, set]
 
- Properties inherited from ScottPlot.IHasFill
- Properties inherited from ScottPlot.IHasLine

Detailed Description

Holds values for drawing a box-and-whisker symbol.

Member Function Documentation

◆ GetAxisLimits()

AxisLimits ScottPlot.Box.GetAxisLimits ( )
inline

◆ Render()

void ScottPlot.Box.Render ( RenderPack  rp,
SKPaint  paint,
IAxes  axes 
)
inline

Property Documentation

◆ BoxMax

double ScottPlot.Box.BoxMax
getset

◆ BoxMiddle

double? ScottPlot.Box.BoxMiddle
getset

◆ BoxMin

double ScottPlot.Box.BoxMin
getset

◆ Fill

FillStyle ScottPlot.Box.Fill
getset

◆ FillColor

Color ScottPlot.Box.FillColor
getset

Implements ScottPlot.IHasFill.

◆ FillHatch

IHatch? ScottPlot.Box.FillHatch
getset

Implements ScottPlot.IHasFill.

◆ FillHatchColor

Color ScottPlot.Box.FillHatchColor
getset

Implements ScottPlot.IHasFill.

◆ FillStyle

FillStyle ScottPlot.Box.FillStyle = new()
getset

Implements ScottPlot.IHasFill.

◆ IsVisible

bool ScottPlot.Box.IsVisible = true
getset

◆ LineColor

Color ScottPlot.Box.LineColor
getset

Implements ScottPlot.IHasLine.

◆ LinePattern

LinePattern ScottPlot.Box.LinePattern
getset

Implements ScottPlot.IHasLine.

◆ LineStyle

LineStyle ScottPlot.Box.LineStyle = new() { Width = 1 }
getset

Implements ScottPlot.IHasLine.

◆ LineWidth

float ScottPlot.Box.LineWidth
getset

Implements ScottPlot.IHasLine.

◆ Orientation

Orientation ScottPlot.Box.Orientation = Orientation.Vertical
getset

◆ Position

double ScottPlot.Box.Position
getset

◆ Stroke

LineStyle ScottPlot.Box.Stroke
getset

◆ WhiskerMax

double? ScottPlot.Box.WhiskerMax
getset

◆ WhiskerMin

double? ScottPlot.Box.WhiskerMin
getset

◆ WhiskerSize

double ScottPlot.Box.WhiskerSize
get

◆ WhiskerSizeFraction

double ScottPlot.Box.WhiskerSizeFraction = 0.5
getset

◆ Width

double ScottPlot.Box.Width = 0.8
getset

The documentation for this class was generated from the following file: