StackedMountainRenderableSeries

StockSharp.Xaml.Charting.Visuals.RenderableSeries

Defines a Stacked-Mountain renderable series, supporting rendering of mountain areas which have accumulated Y-values for multiple series in a group.

继承自: BaseMountainRenderableSeries

实现: IStackedMountainRenderableSeries, IStackedRenderableSeries, IRenderableSeries, IRenderableSeriesBase, IDrawable, IXmlSerializable

构造函数

StackedMountainRenderableSeries()

Initializes a new instance of the StackedMountainRenderableSeries class.

属性

IsOneHundredPercent : bool

Gets or sets a value whether all series with the same StackedGroupId will appear 100% stacked

StackedGroupId : string

Gets or sets a string stacked-group Id, used to ensure columns are stacked together

方法

GetYRange(IRange, bool) : IRange

Returns the data range of the assosiated IDataSeries on Y direction The X-Axis Range currently in viewIndicates whether to return positive YRange only

IsHitTest(Point, HitTestInfo, double, Point, Point) : bool

When overridden in derived classes, performs hit test on series using interpolated values

StockSharp#Xaml#Charting#Visuals#RenderableSeries#IStackedMountainRenderableSeries#DrawMountain(IRenderContext2D, bool)

Draws the StackedMountainRenderableSeries using the IRenderContext2D, IRenderPassData and renderable series itself passed in

字段

IsOneHundredPercentProperty : DependencyProperty

Defines the IsOneHundredPercent DependencyProperty

StackedGroupIdProperty : DependencyProperty

Defines the StackedGroupId DependencyProperty