The VisibleRange is the range of the Axis (min to max).
description
For example, if you have data-values from 0 to 100 in your DataSeries, but you only want to show
values from 15-25 on the axis, then set the visibleRange as follows:
axis.visibleRange = new NumberRange(15, 25);
remarks
The visibleRange is a data-value for NumericAxis, @{link NumericAxis3D} but refers to an index to the data
for CategoryAxis types.
Interface to minimal set of parameters which define an Axis in SciChart