IAxisDelta

StockSharp.Xaml.Charting

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

Implements: IAxisDelta, ICloneable

Properties

MajorDelta
public T MajorDelta { get; set; }
value = iAxisDelta.MajorDelta
iAxisDelta.MajorDelta = value

Gets or sets the Major Delta

MinorDelta
public T MinorDelta { get; set; }
value = iAxisDelta.MinorDelta
iAxisDelta.MinorDelta = value

Gets or sets the Minor Delta