ILogarithmicAxis

StockSharp.Xaml.Charting.Visuals.Axes

Defines the interface to a logarithmic axis, the value axis which uses a logarithmic scale. The LogarithmicBase property determines which base is used for the logarithm.

Implements: IAxis, IAxisParams, IHitTestable, ISuspendable, IInvalidatableElement, IDrawable

Properties

LogarithmicBase
public double LogarithmicBase { get; set; }
value = iLogarithmicAxis.LogarithmicBase
iLogarithmicAxis.LogarithmicBase = value

Gets or sets the value which determines the base used for the logarithm.

ScientificNotation
public ScientificNotation ScientificNotation { get; set; }
value = iLogarithmicAxis.ScientificNotation
iLogarithmicAxis.ScientificNotation = value

Gets or sets used number format.