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
利用する番号の形式を取得するか、または設定する。