IAxisParams Interface Members
The following tables list the members exposed by IAxisParams.
Public Properties
Name | Description | |
---|---|---|
![]() | GrowBy | Gets or sets the GrowBy Factor. e.g. GrowBy(0.1, 0.2) will increase the axis extents by 10% (min) and 20% (max) outside of the data range |
![]() | MajorDelta | Gets or sets the Major Delta |
![]() | MinorDelta | Gets or sets the Minor Delta |
![]() | VisibleRange | Gets or sets the VisibleRange of the Axis. In the case of XAxis, this will cause an align to X-Axis operation to take place |
Public Methods
Name | Description | |
---|---|---|
![]() | GetMaximumRange | Gets the maximum range of the axis, based on the data-range of all series |
See Also