Click or drag to resize
LogControl.GetDurationChart Method
Gets the duration chart.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetDurationChart(
	Object duration,
	double valueOk,
	int width,
	int height
)

Parameters

duration
Type: System.Object
Duration value
valueOk
Type: System.Double
Value which is still considered OK even if it has high percentage
width
Type: System.Int32
Width of the chart
height
Type: System.Int32
Height of the chart

Return Value

Type: String
See Also