LogControl.GetDurationChart Method |
Gets the duration chart.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntaxprotected 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