UltraStockChart

StockSharp.Xaml.Charting

Proporciona una superficie de control de stock de alto rendimiento con un puerto de visualización RenderSurfaceBase. Templated to inclue a CategoryDateTimeAxis como XAxis y NumericAxis como YAxis. El UltraStockChart puede tener una fuente de datos IDataSeries para cada IRenderableSeries, o utilizar la nueva API MVTO2 (ver propiedad SEN2

Hereda de: UltrachartSurface

Constructores

UltraStockChart
public UltraStockChart()
ultraStockChart = UltraStockChart()

Inicia una nueva instancia de la clase UltraStockChart.

Propiedades

BarTimeFrame
public double BarTimeFrame { get; set; }
value = ultraStockChart.BarTimeFrame
ultraStockChart.BarTimeFrame = value

Consigue o establece el BarTimeFrame@, este es el momento en segundos para cada barra en el UltraStockChart

DefaultDataProvider
public InspectSeriesModifierBase DefaultDataProvider { get; set; }
value = ultraStockChart.DefaultDataProvider
ultraStockChart.DefaultDataProvider = value

Consigue o establece el modificador que proporciona datos para leyenda

IsAxisMarkersEnabled
public bool IsAxisMarkersEnabled { get; set; }
value = ultraStockChart.IsAxisMarkersEnabled
ultraStockChart.IsAxisMarkersEnabled = value

Obtiene o establece si Axis Markers se mostrará en el YAxis derecho, mostrando los valores de la serie

IsCursorEnabled
public bool IsCursorEnabled { get; set; }
value = ultraStockChart.IsCursorEnabled
ultraStockChart.IsCursorEnabled = value

Obtiene o establece si el CursorModifier está habilitado o no

IsPanEnabled
public bool IsPanEnabled { get; set; }
value = ultraStockChart.IsPanEnabled
ultraStockChart.IsPanEnabled = value

Obtiene o establece si el modificador de Pan está habilitado

IsRolloverEnabled
public bool IsRolloverEnabled { get; set; }
value = ultraStockChart.IsRolloverEnabled
ultraStockChart.IsRolloverEnabled = value

Obtiene o establece si el RolloverModifier está habilitado o no

IsRubberBandZoomEnabled
public bool IsRubberBandZoomEnabled { get; set; }
value = ultraStockChart.IsRubberBandZoomEnabled
ultraStockChart.IsRubberBandZoomEnabled = value

Obtenga o establece si se habilita la RubberBandXyZoom

IsXAxisVisible
public bool IsXAxisVisible { get; set; }
value = ultraStockChart.IsXAxisVisible
ultraStockChart.IsXAxisVisible = value

Obtiene o establece un valor indicando si el eje X es visible.

LegendSource
public ChartDataObject LegendSource { get; set; }
value = ultraStockChart.LegendSource
ultraStockChart.LegendSource = value

Obtiene o establece la fuente de datos para la leyenda

LegendStyle
public Style LegendStyle { get; set; }
value = ultraStockChart.LegendStyle
ultraStockChart.LegendStyle = value

Estilo de juegos o juegos para LegendModifier

ShowLegend
public bool ShowLegend { get; set; }
value = ultraStockChart.ShowLegend
ultraStockChart.ShowLegend = value

Obtiene o establece si es necesario mostrar leyenda

VerticalChartGroupId
public string VerticalChartGroupId { get; set; }
value = ultraStockChart.VerticalChartGroupId
ultraStockChart.VerticalChartGroupId = value

Obtiene o establece un valor proxy para la propiedad UltrachartGroup.VerticalChartGroup adjunta y MouseManager.MouseEventGroup@, que se utiliza para unir los tamaños de la gráfica y eventos del ratón

XAxisStyle
public Style XAxisStyle { get; set; }
value = ultraStockChart.XAxisStyle
ultraStockChart.XAxisStyle = value

Consigue o establece un estilo que permite la sobrestruccion directa del eje X incorporado (TargetType debe ser CategoryDateTimeAxis)

YAxisStyle
public Style YAxisStyle { get; set; }
value = ultraStockChart.YAxisStyle
ultraStockChart.YAxisStyle = value

Consigue o establece un estilo que permite la sobrestruccion directa del eje X incorporado (TargetType debe ser NumericAxis)

Métodos

ZoomExtents
public override void ZoomExtents()
ultraStockChart.ZoomExtents()

Zooms el gráfico en la medida de los datos, más cualquier X o Y Crecimiento Por fracción establecida en los ejes X y Y

Campos

BarTimeFrameProperty
public static readonly DependencyProperty BarTimeFrameProperty
value = UltraStockChart.BarTimeFrameProperty

Define el BarTimeFrame@DependencyProperty@

DefaultDataProviderProperty
public static readonly DependencyProperty DefaultDataProviderProperty
value = UltraStockChart.DefaultDataProviderProperty

Define el CurrentDataProvider@DependencyProperty@

IsAxisMarkersEnabledProperty
public static readonly DependencyProperty IsAxisMarkersEnabledProperty
value = UltraStockChart.IsAxisMarkersEnabledProperty

Define el IsAxisMarkersEnabled@DependencyProperty@

IsCursorEnabledProperty
public static readonly DependencyProperty IsCursorEnabledProperty
value = UltraStockChart.IsCursorEnabledProperty

Define el IsCursorEnabled@DependencyProperty@

IsPanEnabledProperty
public static readonly DependencyProperty IsPanEnabledProperty
value = UltraStockChart.IsPanEnabledProperty

Define el IsPanEnabled@DependencyProperty@

IsRolloverEnabledProperty
public static readonly DependencyProperty IsRolloverEnabledProperty
value = UltraStockChart.IsRolloverEnabledProperty

Define el IsRolloverEnabled@DependencyProperty@

IsRubberBandZoomEnabledProperty
public static readonly DependencyProperty IsRubberBandZoomEnabledProperty
value = UltraStockChart.IsRubberBandZoomEnabledProperty

Define el IsRubberBandZoomEnabled@DependencyProperty@

IsXAxisVisibleProperty
public static readonly DependencyProperty IsXAxisVisibleProperty
value = UltraStockChart.IsXAxisVisibleProperty

Define el IsXAxisVisible@DependencyProperty@

LegendSourceProperty
public static readonly DependencyProperty LegendSourceProperty
value = UltraStockChart.LegendSourceProperty

Define el LegendSource@DependencyProperty@

LegendStyleProperty
public static readonly DependencyProperty LegendStyleProperty
value = UltraStockChart.LegendStyleProperty

Define el LegendStyle@DependencyProperty@

ShowLegendProperty
public static readonly DependencyProperty ShowLegendProperty
value = UltraStockChart.ShowLegendProperty

Define el ShowLegend@DependencyProperty@

VerticalChartGroupIdProperty
public static readonly DependencyProperty VerticalChartGroupIdProperty
value = UltraStockChart.VerticalChartGroupIdProperty

Define el VerticalChartGroupId@DependencyProperty@

XAxisStyleProperty
public static readonly DependencyProperty XAxisStyleProperty
value = UltraStockChart.XAxisStyleProperty

Define el XAxisStyle@DependencyProperty@

YAxisStyleProperty
public static readonly DependencyProperty YAxisStyleProperty
value = UltraStockChart.YAxisStyleProperty

Define el YAxisStyle@DependencyProperty@