HtmlForgeX

API Reference

Class

ChartValueClampResult

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Result of evaluating clamping/rounding options against a value set.

Inheritance

  • Object
  • ChartValueClampResult

Constructors

public ChartValueClampResult() #

Properties

public Nullable<Int32> RoundDigits { get; set; } #

Number of decimal digits to round to (when enabled).

public Nullable<Double> CappedMax { get; set; } #

Computed max value cap (percentile) when outlier capping triggers.

public Int32 ClippedCount { get; set; } #

Number of values above the capped max.

public Int32 TotalValues { get; set; } #

Total number of values evaluated.

public Nullable<Double> MaxValue { get; set; } #

Maximum value in the dataset.

public Nullable<Double> PercentileValue { get; set; } #

Percentile value used for the cap (when computed).