Version

BoxAndWhiskerSettings Constructor

Creates a new instance with the specified property settings.
Syntax
public BoxAndWhiskerSettings( 
   bool showInnerPoints,
   bool showOutlierPoints,
   bool showMeanMarkers,
   bool showMeanLine,
   QuartileCalculation quartileCalculation
)

Parameters

showInnerPoints
The value of the ShowInnerPoints property.
showOutlierPoints
The value of the ShowOutlierPoints property.
showMeanMarkers
The value of the ShowMeanMarkers property.
showMeanLine
The value of the ShowMeanLine property.
quartileCalculation
The value of the QuartileCalculation property.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also