StackedColumnsWrapper

StockSharp.Xaml.Charting.Visuals.RenderableSeries

继承自: StackedSeriesWrapperBase<IStackedColumnRenderableSeries>

实现: IStackedColumnsWrapper, IStackedSeriesWrapperBase<IStackedColumnRenderableSeries>

方法

DrawColumns(IRenderContext2D, StackedColumnRenderableSeries)

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

DrawStackedSeries(IRenderContext2D)

Draws the StackedColumnRenderableSeries using the IRenderContext2D passed in

renderContext
GetSeriesBodyWidth(IStackedColumnRenderableSeries, int) : double

Returns DataPointWith of IStackedColumnRenderableSeries considering spacing between groups

GetSeriesVerticalBounds(IStackedColumnRenderableSeries, int) : Tuple<double, double>

Returns Upper and Lower Bound of IStackedColumnRenderableSeries column

GetSpacing(string) : double

Gets spacing between stacked column groups

GetSpacingMode(string) : SpacingMode

Gets mode of setting Spacing between stacked column groups

GetXRange(bool) : IRange

Returns the data range of all the assosiated IDataSeries on X direction

ShiftHitTestInfo(Point, HitTestInfo, double, IStackedColumnRenderableSeries) : HitTestInfo

Returns shifted HitTestInfo for horizontally / vertically stacked StackedColumnRenderableSeries