Click or drag to resize

PerformanceSampleMaxValue Property

The maximum expected value (scaled by Scale).

Namespace:  Demo3D.Utilities.Performance
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntax
C#
public double MaxValue { get; }

Property Value

Type: Double
Remarks

Computed from the maxValue passed to PerformanceValue(String, PerformanceValueType, PerformanceValue, PerformanceChartType, Int64, Int64, Double, FuncInt64) multiplied by the current Scale.

This is just an indication of the maximum value, useful for setting up charts. Actual values may fall significantly outside this range.

See Also