UltraStockChart

StockSharp.Xaml.Charting

Fornece uma superfície de controle de gráfico de estoque de alto desempenho com uma viewport RenderSurfaceBase. Tem o modelo de incluir uma fonte de dados CategoryDateTimeAxis como XAxis e NumericAxis como YAxis. O UltraStockChart pode ter uma fonte de dados IDataSeries para cada IRenderableSeries, ou usar a nova API MVM (veja a propriedade SeriesSource)

Herda de: UltrachartSurface

Construtores

UltraStockChart
public UltraStockChart()
ultraStockChart = UltraStockChart()

Inicializa uma nova instância da classe UltraStockChart.

Propriedades

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

Obtém ou define o BarTimeFrame, este é o tempo em segundos para cada barra no UltraStockChart

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

Obtém ou define modificador que fornece dados para legenda

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

Obtém ou define se os marcadores Axis devem ser exibidos no YAxis direito, mostrando os valores da série

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

Obtém ou define se o CursorModifier está activo ou não

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

Obtém ou define se o modificador Pan está activo

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

Obtém ou define se o RolloverModifier está activo ou não

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

Obtém ou define se o RubberBandXyZoom está activo

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

Obtém ou define um valor indicando se o eixo X é visível.

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

Obtém ou define a fonte de dados para a legenda

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

Obtém ou define o estilo para LegendModifier

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

Obtém ou define se precisa mostrar a legenda

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

Obtém ou define um valor proxy para a propriedade UltrachartGroup.VerticalChartGroup anexada e MouseManager.MouseEventGroup propriedade, que é usada para ligar os tamanhos dos gráficos e eventos do mouse

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

Obtém ou define um estilo que permite a sobreposição direta dos XAxis incorporados (TargetType deve ser CategoryDateTimeAxis)

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

Obtém ou define um estilo que permite a sobreposição direta dos XAxis incorporados (TargetType deve ser NumericAxis)

Métodos

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

Amplia o gráfico nas extensões dos dados, mais qualquer X ou Y Crescer Por fração definida nos Eixos X e Y

Campos

BarTimeFrameProperty
public static readonly DependencyProperty BarTimeFrameProperty
value = UltraStockChart.BarTimeFrameProperty

Define BarTimeFrame DependencyProperty @

DefaultDataProviderProperty
public static readonly DependencyProperty DefaultDataProviderProperty
value = UltraStockChart.DefaultDataProviderProperty

Define CurrentDataProvider DependencyProperty @

IsAxisMarkersEnabledProperty
public static readonly DependencyProperty IsAxisMarkersEnabledProperty
value = UltraStockChart.IsAxisMarkersEnabledProperty

Define IsAxisMarkersEnabled DependencyProperty @

IsCursorEnabledProperty
public static readonly DependencyProperty IsCursorEnabledProperty
value = UltraStockChart.IsCursorEnabledProperty

Define IsCursorEnabled DependencyProperty @

IsPanEnabledProperty
public static readonly DependencyProperty IsPanEnabledProperty
value = UltraStockChart.IsPanEnabledProperty

Define IsPanEnabled DependencyProperty @

IsRolloverEnabledProperty
public static readonly DependencyProperty IsRolloverEnabledProperty
value = UltraStockChart.IsRolloverEnabledProperty

Define IsRolloverEnabled DependencyProperty @

IsRubberBandZoomEnabledProperty
public static readonly DependencyProperty IsRubberBandZoomEnabledProperty
value = UltraStockChart.IsRubberBandZoomEnabledProperty

Define IsRubberBandZoomEnabled DependencyProperty @

IsXAxisVisibleProperty
public static readonly DependencyProperty IsXAxisVisibleProperty
value = UltraStockChart.IsXAxisVisibleProperty

Define IsXAxisVisible DependencyProperty @

LegendSourceProperty
public static readonly DependencyProperty LegendSourceProperty
value = UltraStockChart.LegendSourceProperty

Define LegendSource DependencyProperty @

LegendStyleProperty
public static readonly DependencyProperty LegendStyleProperty
value = UltraStockChart.LegendStyleProperty

Define LegendStyle DependencyProperty @

ShowLegendProperty
public static readonly DependencyProperty ShowLegendProperty
value = UltraStockChart.ShowLegendProperty

Define ShowLegend DependencyProperty @

VerticalChartGroupIdProperty
public static readonly DependencyProperty VerticalChartGroupIdProperty
value = UltraStockChart.VerticalChartGroupIdProperty

Define VerticalChartGroupId DependencyProperty @

XAxisStyleProperty
public static readonly DependencyProperty XAxisStyleProperty
value = UltraStockChart.XAxisStyleProperty

Define XAxisStyle DependencyProperty @

YAxisStyleProperty
public static readonly DependencyProperty YAxisStyleProperty
value = UltraStockChart.YAxisStyleProperty

Define YAxisStyle DependencyProperty @