FastErrorBarsRenderableSeries

StockSharp.Xaml.Charting.Visuals.RenderableSeries

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

Inherits: BaseRenderableSeries

Constructors

FastErrorBarsRenderableSeries
public FastErrorBarsRenderableSeries()
fastErrorBarsRenderableSeries = FastErrorBarsRenderableSeries()

Initializes a new instance of the FastErrorBarsRenderableSeries class.

Properties

DataPointWidth
public virtual double DataPointWidth { get; set; }
value = fastErrorBarsRenderableSeries.DataPointWidth
fastErrorBarsRenderableSeries.DataPointWidth = value

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

Methods

GetIsValidForDrawing
protected override bool GetIsValidForDrawing()
result = fastErrorBarsRenderableSeries.GetIsValidForDrawing()

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

InternalDraw
protected override void InternalDraw(IRenderContext2D renderContext, IRenderPassData renderPassData)
fastErrorBarsRenderableSeries.InternalDraw(renderContext, renderPassData)

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

Fields

DataPointWidthProperty
public static readonly DependencyProperty DataPointWidthProperty
value = FastErrorBarsRenderableSeries.DataPointWidthProperty

Defines the DataPointWidth DependencyProperty