FastBoxPlotRenderableSeries

StockSharp.Xaml.Charting.Visuals.RenderableSeries

Defines a Box Plot renderable series, supporting rendering of Lowest, Lower Quartile, Median, Upper Quartile, Maximum statistical data onto a wicked (stroked-outline) box with solid color or gradient filled body.

Erbt von: BaseRenderableSeries

Konstruktoren

FastBoxPlotRenderableSeries()

Initializes a new instance of the class.

Eigenschaften

BodyBrush : Brush

Gets or sets the Brush used for box-plot body

DataPointWidth : double

Gets or sets the DataPointWidth, a value between 0.0 and 1.0 which defines the fraction of available space each column should occupy

Methoden

GetIsValidForDrawing() : bool

Gets a value indicating whether this BaseRenderableSeries is valid for drawing.

GetSeriesInfo(HitTestInfo) : SeriesInfo

Converts the result of a Hit-Test operation (HitTestInfo) to a SeriesInfo struct, which may be used as a ViewModel when outputting series values as bindings. SeriesInfo is used by the RolloverModifier, CursorModifier and UltrachartLegend classes

hitTestInfo
InternalDraw(IRenderContext2D, IRenderPassData)

Draws the series using the IRenderContext2D and the IRenderPassData passed in

renderContext
The render context. This is a graphics object which has methods to draw lines, quads and polygons to the screen
renderPassData
The render pass data. Contains a resampled IPointSeries, the IndexRange of points on the screen and the current YAxis and XAxis ICoordinateCalculator to convert data-points to screen points

Felder

BodyBrushProperty : DependencyProperty

Defines the UpBodyBrush DependencyProperty

DataPointWidthProperty : DependencyProperty

Defines the DataPointWidth DependencyProperty