IStackedMountainRenderableSeries

StockSharp.Xaml.Charting.Visuals.RenderableSeries

Defines the interface to StackedMountainRenderableSeries

Implements: IStackedRenderableSeries, IRenderableSeries, IRenderableSeriesBase, IDrawable, IXmlSerializable

Properties

IsDigitalLine
public bool IsDigitalLine { get; set; }
value = iStackedMountainRenderableSeries.IsDigitalLine
iStackedMountainRenderableSeries.IsDigitalLine = value

Gets or sets a value indicating whether this line series is a digital (step) line.

Wrapper
public IStackedMountainsWrapper Wrapper { get; }
value = iStackedMountainRenderableSeries.Wrapper

Gets the instance of IStackedColumnsWrapper used internally for stacked series composition and rendering.

Methods

DrawMountain
public void DrawMountain(IRenderContext2D renderContext, bool isPreviousSeriesDigital)
iStackedMountainRenderableSeries.DrawMountain(renderContext, isPreviousSeriesDigital)

Draws the StackedMountainRenderableSeries using IRenderContext2D, IRenderPassData.