Click or drag to resize
LogControlGetChart Method
Gets the effectiveness chart.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public static string GetChart(
	Object maxValue,
	Object value,
	double valueOk,
	int width,
	int height
)

Parameters

maxValue
Type: SystemObject
Maximum value
value
Type: SystemObject
Chart value
valueOk
Type: SystemDouble
Value which is still considered OK even if it has high percentage
width
Type: SystemInt32
Width of the chart
height
Type: SystemInt32
Height of the chart

Return Value

Type: String
See Also