PolarYAxis

StockSharp.Xaml.Charting.Visuals.Axes

倍、int、ショート、バイト、UltrachartSurfaceのYAxisの長いダニをレンダリングできる、極端、価値の数字軸線を提供します。

継承元: NumericAxis

コンストラクター

PolarYAxis
public PolarYAxis()
polarYAxis = PolarYAxis()

PolarYAxisクラスの新しいインスタンスを初期化します。

プロパティ

Angle
public double Angle { get; set; }
value = polarYAxis.Angle
polarYAxis.Angle = value

この軸の回転角度を得られるか、または設定する

IsPolarAxis
public override bool IsPolarAxis { get; }
value = polarYAxis.IsPolarAxis

このインスタンスが偏光軸かどうかを示す値を取得します。

メソッド

DrawGridLine
protected override void DrawGridLine(IRenderContext2D renderContext, Style gridLineStyle, IEnumerable<float> coordsToDraw)
polarYAxis.DrawGridLine(renderContext, gridLineStyle, coordsToDraw)

指定された座標でチャート上のグリッド線を描画

renderContext
gridLineStyle
coordsToDraw
GetAxisOffset
public override double GetAxisOffset()
result = polarYAxis.GetAxisOffset()

軸のオフセットを返す

GetAxisParams
public override AxisParams GetAxisParams()
result = polarYAxis.GetAxisParams()

現軸の設定に関する情報をAxisParams struct で取得

フィールド

AngleProperty
public static readonly DependencyProperty AngleProperty
value = PolarYAxis.AngleProperty

角度@DependencyProperty@を定義する