StackedMountainRenderableSeries
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