ILogarithmicAxis
StockSharp.Xaml.Charting.Visuals.Axes
定义对数轴的接口,该值轴使用对数尺度。LogarithmicBase属性决定对数所用的基数。
实现: IAxis, IAxisParams, IHitTestable, ISuspendable, IInvalidatableElement, IDrawable
属性
LogarithmicBase
public double LogarithmicBase { get; set; }
value = iLogarithmicAxis.LogarithmicBase
iLogarithmicAxis.LogarithmicBase = value
获取或设置确定对数使用的基础的值。
ScientificNotation
public ScientificNotation ScientificNotation { get; set; }
value = iLogarithmicAxis.ScientificNotation
iLogarithmicAxis.ScientificNotation = value
获取或设置已使用的数字格式。