Click or drag to resize
NChartValueAxisZoomToRegion Method
Overload List
  NameDescription
Public methodZoomToRegion(Single, Single, Single, Single)
Zoom to given region by specifying the least and the greatest values that should be visible on the axis. If the axis has array of ticks indices in this array can be used. Use this method after you updated data of the chart with UpdateData call.
Public methodZoomToRegion(DateTimeOffset, DateTimeOffset, Single, Single)
Zoom to given region by specifying the earliest and the latest dates that should be visible on the axis. This method works in date mode only, if property HasDates is true. Use this method after you updated data of the chart with UpdateData call.
Top
See Also