[C#] | public void setFullRange(string id, {double | DateTime} minValue, {double | DateTime} maxValue); |
[VB] | Public Sub setFullRange(id As String, minValue As {double | DateTime}, maxValue As {double | DateTime} maxValue) |
ChartDirector 7.1 (.NET Edition)
WebChartViewer.
Usage
[C#] | public void setFullRange(string id, {double | DateTime} minValue, {double | DateTime} maxValue); |
[VB] | Public Sub setFullRange(id As String, minValue As {double | DateTime}, maxValue As {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