IAxisDelta

StockSharp.Xaml.Charting

Defines the interface to a Delta type, which defines Major and Minor deltas as used in AxisBase

Properties

MajorDelta
public IComparable MajorDelta { get; }
value = iAxisDelta.MajorDelta

Gets or sets the Major Delta

MinorDelta
public IComparable MinorDelta { get; }
value = iAxisDelta.MinorDelta

Gets or sets the Minor Delta