SciChart.Charting Assembly : SciChart.Charting.Visuals.TradeChart Namespace
SciChart.Charting.Visuals.TradeChart Namespace
Classes
 ClassDescription
ClassAn ItemContainer for panes in the SciChartGroup control
ClassA HelperClass used to perform the functionality of SciChartGroup.VerticalChartGroupProperty but when the chart is rotated (e.g. YAxis SciChart.Charting.Visuals.Axes.AxisAlignment = SciChart.Charting.Visuals.Axes.AxisAlignment.Top
ClassAn ItemsControl which allows grouping of multiple SciChart.Charting.Visuals.SciChartSurface instances to create a multi-paned chart. Used specifically by StockCharts but also applicable to other chart types
ClassAn GroupPane for the SciChartGroup control. Wraps your custom UIElement (provided by SciChartGroup ItemTemplate property)
ClassProvides a high performance Stock Chart control surface with a SciChart.Drawing.Common.RenderSurfaceBase viewport. Templated to inclue a SciChart.Charting.Visuals.Axes.CategoryDateTimeAxis as XAxis and SciChart.Charting.Visuals.Axes.NumericAxis as YAxis. The SciStockChart can have an SciChart.Charting.Model.DataSeries.IDataSeries data source for each SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries, or use the new MVVM API (see the SciChart.Charting.Visuals.SciChartSurface.SeriesSource property)
Interfaces
 InterfaceDescription
InterfaceThe interface to a child pane in a SciChartGroup control, which displays 1..Many SciChart.Charting.Visuals.SciChartSurface controls in a vertical chart group. Intended specifically for stock charts. Derive from this interface when creating a ViewModel which will form the basis of a Child Pane in a multi-paned stock chart application
See Also