PolarYAxis

StockSharp.Xaml.Charting.Visuals.Axes

Proporciona un eje Polar, Valor Numeric, capaz de renderizar doble, int, short, byte, largas garrapatas en el eje de un UltrachartSurface@.

Hereda de: NumericAxis

Constructores

PolarYAxis
public PolarYAxis()
polarYAxis = PolarYAxis()

Inicia una nueva instancia de la clase PolarYAxis.

Propiedades

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

Obtiene o establece ángulo de rotación para este eje

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

Obtiene un valor indicando si esta instancia es un eje polar.

Métodos

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

Dibuja líneas de rejilla en el gráfico en coordenadas especificadas

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

Devuelve el offset del eje

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

Consigue una AxisParams struct con información sobre la configuración del eje actual

Campos

AngleProperty
public static readonly DependencyProperty AngleProperty
value = PolarYAxis.AngleProperty

Define el Angle DependencyProperty