PolarYAxis

StockSharp.Xaml.Charting.Visuals.Axes

Provides a Polar, Value Numeric Axis, capable of rendering double, int, short, byte, long ticks on the YAxis of a UltrachartSurface.

Inherits: NumericAxis

Constructors

PolarYAxis()

Initializes a new instance of the PolarYAxis class.

Properties

Angle : double

Gets or set rotation angle for this axis

IsPolarAxis : bool

Gets a value indicating whether this instance is a polar axis.

Methods

DrawGridLine(IRenderContext2D, Style, IEnumerable<float>)

Draws grid lines on chart at specified coordinates

renderContext
gridLineStyle
coordsToDraw
GetAxisOffset() : double

Returns the offset of the Axis

GetAxisParams() : AxisParams

Gets an AxisParams struct with info about the current axis setup

Fields

AngleProperty : DependencyProperty

Defines the Angle DependencyProperty