Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 45
Forks 2
NuGet downloads 48,107
Release ChartForgeX-v1.7.0
Language: HTML Updated: 2026-09-02

API Reference

Class

ChartBoxPlot

Namespace ChartForgeX.Core

Represents one box plot summary.

Inheritance

  • Object
  • ChartBoxPlot

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

ChartBoxPlot 2 overloads
ChartBoxPlot(System.Double x, System.Double minimum, System.Double q1, System.Double median, System.Double q3, System.Double maximum) #

Initializes a new instance of the ChartBoxPlot struct.

Parameters

x System.Double required
The horizontal coordinate.
minimum System.Double required
The minimum whisker value.
q1 System.Double required
The first quartile value.
median System.Double required
The median value.
q3 System.Double required
The third quartile value.
maximum System.Double required
The maximum whisker value.
ChartBoxPlot(System.DateTime x, System.Double minimum, System.Double q1, System.Double median, System.Double q3, System.Double maximum) #

Initializes a new instance of the ChartBoxPlot struct from a date/time x value.

Parameters

x System.DateTime required
The date/time x value.
minimum System.Double required
The minimum whisker value.
q1 System.Double required
The first quartile value.
median System.Double required
The median value.
q3 System.Double required
The third quartile value.
maximum System.Double required
The maximum whisker value.

Fields

X #

Gets the horizontal coordinate.

Minimum #

Gets the minimum whisker value.

Q1 #

Gets the first quartile value.

Median #

Gets the median value.

Q3 #

Gets the third quartile value.

Maximum #

Gets the maximum whisker value.