Click or drag to resize

PerformanceSampleMinValue Property

The minimum expected value (scaled by Scale).

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

Property Value

Type: Double
Remarks

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

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

See Also