IAxisParams

StockSharp.Xaml.Charting.Visuals.Axes

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

Properties

GrowBy
public IRange<double> GrowBy { get; set; }
value = iAxisParams.GrowBy
iAxisParams.GrowBy = value

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
public IComparable MajorDelta { get; set; }
value = iAxisParams.MajorDelta
iAxisParams.MajorDelta = value

Gets or sets the Major Delta

MinorDelta
public IComparable MinorDelta { get; set; }
value = iAxisParams.MinorDelta
iAxisParams.MinorDelta = value

Gets or sets the Minor Delta

VisibleRange
public IRange VisibleRange { get; set; }
value = iAxisParams.VisibleRange
iAxisParams.VisibleRange = value

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

Methods

GetMaximumRange
public IRange GetMaximumRange()
result = iAxisParams.GetMaximumRange()

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