PolarYAxis
StockSharp.Xaml.Charting.Visuals.Axes
提供极,值数轴,能使一UltrachartSurface的YA轴上出现双,直取,短取,字节,长出一 tick.
继承自: NumericAxis
构造函数
属性
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
GetAxisParams
public override AxisParams GetAxisParams()
result = polarYAxis.GetAxisParams()
获得关于当前轴线设置的% AxisParams+% 结构信息
字段
AngleProperty
public static readonly DependencyProperty AngleProperty
value = PolarYAxis.AngleProperty
定义角 {}DependencyProperty}{}