LogControlGetDurationChart Method |
Gets the duration chart.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected virtual string GetDurationChart(
Object duration,
double valueOk,
int width,
int height
)
Parameters
- duration
- Type: SystemObject
Duration 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:
StringSee Also