ILogarithmicAxis
StockSharp.Xaml.Charting.Visuals.Axes
Define a interface com um eixo logarítmico, o eixo de valor que usa uma escala logarítmica. A propriedade LogarithmicBase determina qual a base usada para o logaritmo.
Implementa: IAxis, IAxisParams, IHitTestable, ISuspendable, IInvalidatableElement, IDrawable
Propriedades
LogarithmicBase
public double LogarithmicBase { get; set; }
value = iLogarithmicAxis.LogarithmicBase
iLogarithmicAxis.LogarithmicBase = value
Obtém ou define o valor que determina a base usada para o logaritmo.
ScientificNotation
public ScientificNotation ScientificNotation { get; set; }
value = iLogarithmicAxis.ScientificNotation
iLogarithmicAxis.ScientificNotation = value
Obtém ou define o formato de número usado.