ILogarithmicAxis

StockSharp.Xaml.Charting.Visuals.Axes

Define la interfaz a un eje logarítmico, el eje de valor que utiliza una escala logarítmica. La propiedad LogarithmicBase determina qué base se utiliza para el logaritmo.

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

Propiedades

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

Obtiene o establece el valor que determina la base utilizada para el logaritmo.

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

Consigue o establece el formato de número usado.