FastErrorBarsRenderableSeries

StockSharp.Xaml.Charting.Visuals.RenderableSeries

Defines an Error Bars renderable series, supporting solid, stroked error bars and optional Point-markers .

Hereda de: BaseRenderableSeries

Constructores

FastErrorBarsRenderableSeries()

Initializes a new instance of the FastErrorBarsRenderableSeries class.

Propiedades

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

Métodos

GetIsValidForDrawing() : bool

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

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

Campos

DataPointWidthProperty : DependencyProperty

Defines the DataPointWidth DependencyProperty