Sets both the minimum and maximum values of the ChartAxis.
Namespace: Mindscape.SilverlightElements.ChartingAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public void SetRange( double min, double max ) |
| Visual Basic |
|---|
Public Sub SetRange ( _ min As Double, _ max As Double _ ) |
| Visual C++ |
|---|
public: void SetRange( double min, double max ) |
Parameters
- min
- Type: System..::..Double
The new minimum value.
- max
- Type: System..::..Double
The new maximum value.