PolarYAxis

StockSharp.Xaml.Charting.Visuals.Axes

提供极,值数轴,能使一UltrachartSurface的YA轴上出现双,直取,短取,字节,长出一 tick.

继承自: 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+% 结构信息

字段

AngleProperty
public static readonly DependencyProperty AngleProperty
value = PolarYAxis.AngleProperty

定义角 {}DependencyProperty}{}