[VB] | Public Sub setFullRange(id As String, minValue As {double | DateTime}, maxValue As {double | DateTime} maxValue) |
[C#] | public void setFullRange(string id, {double | DateTime} minValue, {double | DateTime} maxValue); |
ChartDirector 5.1 (.NET Edition)
WebChartViewer.setFullRange
Usage
[VB] | Public Sub setFullRange(id As String, minValue As {double | DateTime}, maxValue As {double | DateTime} maxValue) |
[C#] | public void setFullRange(string id, {double | DateTime} minValue, {double | DateTime} maxValue); |
Description
Arguments
Argument | Default | Description |
---|---|---|
id | (Mandatory) | The name of the data scale. |
minValue | (Mandatory) | The minimum value of the data scale. |
maxValue | (Mandatory) | The maximum value of the data scale. |
Return Value