ProviderBase

StockSharp.Xaml.Charting.Numerics

A base class for TickCoordinate Providers and LabelProviders.

Properties

ParentAxis
public IAxis ParentAxis { get; protected set; }
value = providerBase.ParentAxis
providerBase.ParentAxis = value

Gets the axis current provider instance was initialized with

Methods

Init
public virtual void Init(IAxis parentAxis)
providerBase.Init(parentAxis)

Called when the provider instance is initialized as it is attached to the parent axis, with the parent axis instance

parentAxis
The parent IAxis instance