PolarAxisPanel
StockSharp.Xaml.Charting.Themes
Ultrachart 内で PolarXAxis で使用するための Bitmap と Labels キャンバスを提供するパネル
継承元: AxisPanel
メソッド
DrawTicks
public override void DrawTicks(TickCoordinates tickCoords, float offset)
polarAxisPanel.DrawTicks(tickCoords, offset)
爪は軸にダニ
- tickCoords
- offset
DrawTicks
protected override void DrawTicks(IRenderContext2D renderContext, Style tickStyle, double tickSize, float[] tickCoords, float offset)
polarAxisPanel.DrawTicks(renderContext, tickStyle, tickSize, tickCoords, offset)
Draws は axis bitmap でティック
- renderContext
- tickStyle
- tickSize
- tickCoords
- offset
GetRenderContextSize
protected override Size GetRenderContextSize()
result = polarAxisPanel.GetRenderContextSize()
ダニの描画のための画像のサイズを取得します