IAxisParams

StockSharp.Xaml.Charting.Visuals.Axes

Defines the interface used to pass the set of parameters to ITickProvider.

Свойства

GrowBy : IRange<double>

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 : IComparable

Gets or sets the Major Delta

MinorDelta : IComparable

Gets or sets the Minor Delta

VisibleRange : IRange

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

Методы

GetMaximumRange() : IRange

Gets the maximum range of the axis, based on the data-range of all series