You are here:
Symbol Reference >
Dew Namespace
>
Dew.Stats Namespace
>
Dew.Stats.Tee Namespace
>
Classes
>
BoxPlot Class
Dew Stats for .NET
BoxPlot Class
BoxPlot Constructor
BoxPlot Methods
BoxPlot Properties
BoxPlot Members
Classes
Example
Collapse All
Vertical box plot.
Class Hierarchy
Syntax
C#
Visual Basic
public
class
BoxPlot
:
CustomBoxPlot
;
Public
Class
BoxPlot
Inherits
CustomBoxPlot
File
BoxPlot.cs
Example
Create vertical box plot from data values.
using
Dew.Stats.Tee
;
using
Dew.Math
;
using
Dew.Math.Tee
; Vector v =
new
Vector(100); v.RandGauss(); v.SortAscending(); BoxPlot bp; tChart1.Series.Clear(); tChart1.Series.Add(bp =
new
BoxPlot()); bp.MildOutlier.Width = 3; bp.MildOutlier.Height = 3; MtxVecTee.DrawValues(v,bp,0,1,
false
);
Group
Classes
Links
BoxPlot Constructor
,
BoxPlot Methods
,
BoxPlot Properties
,
BoxPlot Members
,
Classes
,
Example
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!