UltraStockChart
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
public UltraStockChart()
ultraStockChart = UltraStockChart()
Inicia una nueva instancia de la clase UltraStockChart.
Propiedades
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
public InspectSeriesModifierBase DefaultDataProvider { get; set; }
value = ultraStockChart.DefaultDataProvider
ultraStockChart.DefaultDataProvider = value
Consigue o establece el modificador que proporciona datos para leyenda
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
public bool IsCursorEnabled { get; set; }
value = ultraStockChart.IsCursorEnabled
ultraStockChart.IsCursorEnabled = value
Obtiene o establece si el CursorModifier está habilitado o no
public bool IsPanEnabled { get; set; }
value = ultraStockChart.IsPanEnabled
ultraStockChart.IsPanEnabled = value
Obtiene o establece si el modificador de Pan está habilitado
public bool IsRolloverEnabled { get; set; }
value = ultraStockChart.IsRolloverEnabled
ultraStockChart.IsRolloverEnabled = value
Obtiene o establece si el RolloverModifier está habilitado o no
public bool IsRubberBandZoomEnabled { get; set; }
value = ultraStockChart.IsRubberBandZoomEnabled
ultraStockChart.IsRubberBandZoomEnabled = value
Obtenga o establece si se habilita la RubberBandXyZoom
public bool IsXAxisVisible { get; set; }
value = ultraStockChart.IsXAxisVisible
ultraStockChart.IsXAxisVisible = value
Obtiene o establece un valor indicando si el eje X es visible.
public ChartDataObject LegendSource { get; set; }
value = ultraStockChart.LegendSource
ultraStockChart.LegendSource = value
Obtiene o establece la fuente de datos para la leyenda
public Style LegendStyle { get; set; }
value = ultraStockChart.LegendStyle
ultraStockChart.LegendStyle = value
Estilo de juegos o juegos para LegendModifier
public bool ShowLegend { get; set; }
value = ultraStockChart.ShowLegend
ultraStockChart.ShowLegend = value
Obtiene o establece si es necesario mostrar leyenda
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
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)
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
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
public static readonly DependencyProperty BarTimeFrameProperty
value = UltraStockChart.BarTimeFrameProperty
Define el BarTimeFrame@DependencyProperty@
public static readonly DependencyProperty DefaultDataProviderProperty
value = UltraStockChart.DefaultDataProviderProperty
Define el CurrentDataProvider@DependencyProperty@
public static readonly DependencyProperty IsAxisMarkersEnabledProperty
value = UltraStockChart.IsAxisMarkersEnabledProperty
Define el IsAxisMarkersEnabled@DependencyProperty@
public static readonly DependencyProperty IsCursorEnabledProperty
value = UltraStockChart.IsCursorEnabledProperty
Define el IsCursorEnabled@DependencyProperty@
public static readonly DependencyProperty IsPanEnabledProperty
value = UltraStockChart.IsPanEnabledProperty
Define el IsPanEnabled@DependencyProperty@
public static readonly DependencyProperty IsRolloverEnabledProperty
value = UltraStockChart.IsRolloverEnabledProperty
Define el IsRolloverEnabled@DependencyProperty@
public static readonly DependencyProperty IsRubberBandZoomEnabledProperty
value = UltraStockChart.IsRubberBandZoomEnabledProperty
Define el IsRubberBandZoomEnabled@DependencyProperty@
public static readonly DependencyProperty IsXAxisVisibleProperty
value = UltraStockChart.IsXAxisVisibleProperty
Define el IsXAxisVisible@DependencyProperty@
public static readonly DependencyProperty LegendSourceProperty
value = UltraStockChart.LegendSourceProperty
Define el LegendSource@DependencyProperty@
public static readonly DependencyProperty LegendStyleProperty
value = UltraStockChart.LegendStyleProperty
Define el LegendStyle@DependencyProperty@
public static readonly DependencyProperty ShowLegendProperty
value = UltraStockChart.ShowLegendProperty
Define el ShowLegend@DependencyProperty@
public static readonly DependencyProperty VerticalChartGroupIdProperty
value = UltraStockChart.VerticalChartGroupIdProperty
Define el VerticalChartGroupId@DependencyProperty@
public static readonly DependencyProperty XAxisStyleProperty
value = UltraStockChart.XAxisStyleProperty
Define el XAxisStyle@DependencyProperty@
public static readonly DependencyProperty YAxisStyleProperty
value = UltraStockChart.YAxisStyleProperty
Define el YAxisStyle@DependencyProperty@