UltraStockChart

StockSharp.Xaml.Charting

Provides a high performance Stock Chart control surface with a RenderSurfaceBase viewport. Templated to inclue a CategoryDateTimeAxis as XAxis and NumericAxis as YAxis. The UltraStockChart can have an IDataSeries data source for each IRenderableSeries, or use the new MVVM API (see the SeriesSource property)

Hereda de: UltrachartSurface

Constructores

UltraStockChart()

Initializes a new instance of the UltraStockChart class.

Propiedades

BarTimeFrame : double

Gets or sets the BarTimeFrame, this is the time in seconds for each bar on the UltraStockChart

DefaultDataProvider : InspectSeriesModifierBase

Gets or set modifier which provides data for legend

IsAxisMarkersEnabled : bool

Gets or sets whether Axis Markers are to be displayed on the right YAxis, showing the series values

IsCursorEnabled : bool

Gets or sets whether the CursorModifier is enabled or not

IsPanEnabled : bool

Gets or sets whether the Pan modifier is enabled

IsRolloverEnabled : bool

Gets or sets whether the RolloverModifier is enabled or not

IsRubberBandZoomEnabled : bool

Gets or sets whether the RubberBandXyZoom is enabled

IsXAxisVisible : bool

Gets or sets a value indicating whether the X axis is visible.

LegendSource : ChartDataObject

Gets or sets data source for legend

LegendStyle : Style

Gets or sets style for LegendModifier

ShowLegend : bool

Gets or sets whether need to display legend

VerticalChartGroupId : string

Gets or sets a proxy value for the UltrachartGroup.VerticalChartGroup attached property and MouseManager.MouseEventGroup property, which is used to bind together the chart sizes and mouse events

XAxisStyle : Style

Gets or sets a Style allowing direct overriding of the built-in XAxis (TargetType must be CategoryDateTimeAxis)

YAxisStyle : Style

Gets or sets a Style allowing direct overriding of the built-in XAxis (TargetType must be NumericAxis)

Métodos

ZoomExtents()

Zooms the chart to the extents of the data, plus any X or Y Grow By fraction set on the X and Y Axes

Campos

BarTimeFrameProperty : DependencyProperty

Defines the BarTimeFrame DependencyProperty

DefaultDataProviderProperty : DependencyProperty

Defines the CurrentDataProvider DependencyProperty

IsAxisMarkersEnabledProperty : DependencyProperty

Defines the IsAxisMarkersEnabled DependencyProperty

IsCursorEnabledProperty : DependencyProperty

Defines the IsCursorEnabled DependencyProperty

IsPanEnabledProperty : DependencyProperty

Defines the IsPanEnabled DependencyProperty

IsRolloverEnabledProperty : DependencyProperty

Defines the IsRolloverEnabled DependencyProperty

IsRubberBandZoomEnabledProperty : DependencyProperty

Defines the IsRubberBandZoomEnabled DependencyProperty

IsXAxisVisibleProperty : DependencyProperty

Defines the IsXAxisVisible DependencyProperty

LegendSourceProperty : DependencyProperty

Defines the LegendSource DependencyProperty

LegendStyleProperty : DependencyProperty

Defines the LegendStyle DependencyProperty

ShowLegendProperty : DependencyProperty

Defines the ShowLegend DependencyProperty

VerticalChartGroupIdProperty : DependencyProperty

Defines the VerticalChartGroupId DependencyProperty

XAxisStyleProperty : DependencyProperty

Defines the XAxisStyle DependencyProperty

YAxisStyleProperty : DependencyProperty

Defines the YAxisStyle DependencyProperty