Click or drag to resize

PerformanceSampleScale Property

Scale, applied to the sample, min and max values.

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

Property Value

Type: Double
Remarks

Initialized from scale passed to PerformanceValue(String, PerformanceValueType, PerformanceValue, PerformanceChartType, Int64, Int64, Double, FuncInt64) but can be changed to alter the scale.

Setting this property won't recompute any of the other properties (eg Sample, Min/MaxSample, Avg, Exp1/2/3Avg). For reliable results, consider calling Reset after setting this property.

See Also