NChartDataSmootherSpline Properties |
The NChartDataSmootherSpline type exposes the following members.
Name | Description | |
---|---|---|
DataSmootherInternal |
Return internal class.
| |
Resolution |
Resolution of the spline. Resolution is the number of subdivisions by the step dimension for each segment.
The default value is 32. The allowed value are [2 .. 1024].
| |
StepDimension |
Key of the value that should be interpreted as step dimension. Typically it is NChartValue.X (which is the default
value), however for bar series it should be NChartValue.Y.
| |
ValueDimension |
Key of the value that should be interpreted as height dimension. Typically it is NChartValue.Y (which is the default
value), however for bar series it should be NChartValue.X.
|