Skip to main content
All docs
V25.1
  • BoxPlotNumericValues Properties

    Contains the Box Plot point values for charts with the numeric y-axis.
    Name Description
    Max Returns the Box Plot point’s Max value when the chart y-axis scale type is Numerical.
    Mean Returns the Box Plot point’s Mean value when the chart y-axis scale type is Numerical.
    Median Returns the Box Plot point’s Median value when the chart y-axis scale type is Numerical.
    Min Returns the Box Plot point’s Min value when the chart y-axis scale type is Numerical
    Outliers Returns the Box Plot point’s Outliers when the chart y-axis scale type is Numerical.
    Quartile1 Returns the Box Plot point’s First Quartile value when the chart y-axis scale type is Numerical.
    Quartile3 Returns the Box Plot point’s Third Quartile value when the chart y-axis scale type is Numerical.
    TypeNameSerializable Gets the string value used to support serialization of the BoxPlotValuesBase type. Inherited from BoxPlotValuesBase.
    See Also