You are here:
Symbol Reference >
Dew Namespace
>
Dew.Stats Namespace
>
Dew.Stats.Tee Namespace
>
Classes
>
HorizBoxPlot Class
Dew Stats for .NET
HorizBoxPlot Class
HorizBoxPlot Constructor
HorizBoxPlot Methods
HorizBoxPlot Properties
HorizBoxPlot Members
Classes
Example
Collapse All
Horizontal box plot.
Class Hierarchy
Syntax
C#
Visual Basic
public
class
HorizBoxPlot
:
CustomBoxPlot
;
Public
Class
HorizBoxPlot
Inherits
CustomBoxPlot
File
BoxPlot.cs
Example
Create horizontal 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(); HorizBoxPlot bp; tChart1.Series.Clear(); tChart1.Series.Add(bp =
new
HorizBoxPlot()); bp.MildOutlier.Width = 3; bp.MildOutlier.Height = 3; MtxVecTee.DrawValues(v,bp,0,1,
false
);
Group
Classes
Links
HorizBoxPlot Constructor
,
HorizBoxPlot Methods
,
HorizBoxPlot Properties
,
HorizBoxPlot 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!