FastCandlestickRenderableSeries

StockSharp.Xaml.Charting.Visuals.RenderableSeries

Proporciona una reproducción rápida de la serie Candlestick, sin embargo hace la suposición de que todo X-Data está uniformemente espaciado.

Hereda de: BaseRenderableSeries

Constructores

FastCandlestickRenderableSeries
public FastCandlestickRenderableSeries()
fastCandlestickRenderableSeries = FastCandlestickRenderableSeries()

Inicia una nueva instancia de la clase FastCandlestickRenderableSeries.

Propiedades

DataPointWidth
public double DataPointWidth { get; set; }
value = fastCandlestickRenderableSeries.DataPointWidth
fastCandlestickRenderableSeries.DataPointWidth = value

Obtiene o establece el DataPointWidth@, un valor entre 0.0 y 1.0 que define la fracción del espacio disponible que cada columna debe ocupar

DownBodyBrush
public Brush DownBodyBrush { get; set; }
value = fastCandlestickRenderableSeries.DownBodyBrush
fastCandlestickRenderableSeries.DownBodyBrush = value

Consigue o establece el cepillo utilizado para el cuerpo de vela en las velas altas (close ó open). Si null, UpBodyColorpropiedad se utiliza

DownBodyColor
public Color DownBodyColor { get; set; }
value = fastCandlestickRenderableSeries.DownBodyColor
fastCandlestickRenderableSeries.DownBodyColor = value

Obtiene o establece el Color utilizado para el cuerpo de vela en las velas bajas (cerrar se abrió)

DownWickColor
public Color DownWickColor { get; set; }
value = fastCandlestickRenderableSeries.DownWickColor
fastCandlestickRenderableSeries.DownWickColor = value

Obtiene o establece el Color utilizado para mechas y contornos en los recipientes bajos (cerrar < open)

UpBodyBrush
public Brush UpBodyBrush { get; set; }
value = fastCandlestickRenderableSeries.UpBodyBrush
fastCandlestickRenderableSeries.UpBodyBrush = value

Consigue o establece el cepillo utilizado para el cuerpo de vela en las velas altas (close ó open). Si null, UpBodyColorpropiedad se utiliza

UpBodyColor
public Color UpBodyColor { get; set; }
value = fastCandlestickRenderableSeries.UpBodyColor
fastCandlestickRenderableSeries.UpBodyColor = value

Consigue o establece el Color utilizado para el cuerpo de vela en los recipientes de arriba (cerrar не abierto)

UpWickColor
public Color UpWickColor { get; set; }
value = fastCandlestickRenderableSeries.UpWickColor
fastCandlestickRenderableSeries.UpWickColor = value

Obtiene o establece el Color utilizado para mechas y contornos en los recipientes de arriba (cerrar неленны open)

Métodos

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

Obtiene un valor indicando si este BaseRenderableSeries es válido para el dibujo.

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

Dibuja la serie utilizando IRenderContext2D y IRenderPassData

renderContext
El contexto de renderizado. Este es un objeto gráfico que tiene métodos para dibujar líneas, quads y polígonos a la pantalla
renderPassData
Los datos de pase de renderizado. Contiene un reescrito IPointSeries@, el IndexRange de puntos en la pantalla y el YAxis y XAxis ICoordinateCalculator@ para convertir puntos de datos en puntos de pantalla
OnDataSeriesDependencyPropertyChanged
protected override void OnDataSeriesDependencyPropertyChanged(IDataSeries oldDataSeries, IDataSeries newDataSeries)
fastCandlestickRenderableSeries.OnDataSeriesDependencyPropertyChanged(oldDataSeries, newDataSeries)

Llamado cuando el DataSeries cambie de propiedad - i.e. un nuevo IDataSeries ha sido establecido

oldDataSeries
El viejo IDataSeries
newDataSeries
El nuevo IDataSeries
OnResamplingModeChanged
protected override void OnResamplingModeChanged()
fastCandlestickRenderableSeries.OnResamplingModeChanged()

Llamado cuando cambia el modo de muestreo

Campos

DataPointWidthProperty
public static readonly DependencyProperty DataPointWidthProperty
value = FastCandlestickRenderableSeries.DataPointWidthProperty

Define el DataPointWidth@DependencyProperty@

DownBodyBrushProperty
public static readonly DependencyProperty DownBodyBrushProperty
value = FastCandlestickRenderableSeries.DownBodyBrushProperty

Define el DownBodyBrush@DependencyProperty@

DownBodyColorProperty
public static readonly DependencyProperty DownBodyColorProperty
value = FastCandlestickRenderableSeries.DownBodyColorProperty

Define el DownBodyColor@DependencyProperty@

DownWickColorProperty
public static readonly DependencyProperty DownWickColorProperty
value = FastCandlestickRenderableSeries.DownWickColorProperty

Define el DownWickColor@DependencyProperty@

UpBodyBrushProperty
public static readonly DependencyProperty UpBodyBrushProperty
value = FastCandlestickRenderableSeries.UpBodyBrushProperty

Define el UpBodyBrush@DependencyProperty@

UpBodyColorProperty
public static readonly DependencyProperty UpBodyColorProperty
value = FastCandlestickRenderableSeries.UpBodyColorProperty

Define el UpBodyColor@DependencyProperty@

UpWickColorProperty
public static readonly DependencyProperty UpWickColorProperty
value = FastCandlestickRenderableSeries.UpWickColorProperty

Define el UpWickColor@DependencyProperty@