What is SciChart WPF?
SciChart WPF is a High-Performance WPF 2D & 3D Chart Component. Designed for use in scientific, financial, trading, engineering and medical applications where you require extreme speed, rich interactivity and depth of features and flexibility in a WPF chart.
SciChart WPF is now in its 8th generation, and provides an extremely rich, fast and interactive charting experience with a wide array of chart types.
SciChart WPF is used by thousands of customers in over 80 countries worldwide, in sectors ranging from Defence to Medical, Financial and Trading to Oil & Gas, Process Management to Formula 1 and Space Exploration. When you become a SciChart WPF customer, you join a community of developers support by a world-class WPF graphics & visualisation team. We want you to enjoy using our products as much as we enjoy making them, as well as to succeed, so if you have any feedback good or bad, please get in touch as we want to hear from you.
The following document serves as a reference and an overview of the features in the SciChart WPF v8 SDK. For a complete code reference, see the API Documentation and the WPF Examples Suite, which contains 170+ code samples you can run, export and modify for yourself.
Get Started
Where to go to get started fast? Check out our popular topics below:
Are you new to SciChart? Check out our most popular pages to get started below:
Table of Contents
Below you can find a table of Contents for the SciChart WPF SDK User Manual. Also you can use the links on the left to navigate the user manual.
Intro to the SciChart WPF SDK
- SciChart WPF SDK User Manual
The SciChart WPF Examples Suite
- The SciChart WPF Examples Suite
Documentation Topics for SciChart WPF
- SciChart WPF 2D Charts
- Tutorials
- Code-Behind
- Tutorial 01 - Referencing SciChart DLLs
- Tutorial 02 - Creating a SciChartSurface
- Tutorial 03 - Adding Series to a Chart
- Tutorial 04 - Adding Zooming, Panning Behavior
- Tutorial 05 - Adding Tooltips and Legends
- Tutorial 06 - Adding Realtime Updates
- Tutorial 07 - Adding Annotations
- Tutorial 08 - Adding Multiple Axis
- Tutorial 09 - Linking Multiple Charts
- MVVM
- Tutorial 02b - Creating a SciChartSurface with MVVM
- Tutorial 03b - Adding Series to a Chart with MVVM
- Tutorial 04b - Adding Zooming, Panning to a Chart with MVVM
- Tutorial 05b - Adding Tooltips, Legends with MVVM
- Tutorial 06b - Adding Realtime Updates with MVVM
- Tutorial 07b - Adding Annotations with MVVM
- Tutorial 08b - Adding Multiple Axis with MVVM
- Tutorial 09b - Linking Multiple Charts with MVVM
- SciChart Basics
- Axis APIs
- Axis Types
- Axis Types in SciChart
- Value Axis vs. Category Axis
- Discontinuous DateTime Axis and Double-Scale Axis
- IndexDateTimeAxis
- IndexNumericAxis
- Axis Ranging - AutoRange and VisibleRange
- Axis Ranging - Clipping VisibleRange
- Axis Labels - TextFormatting and CursorTextFormatting
- Axis Labels - LabelProvider API
- Axis Ticks - MajorDelta, MinorDelta and AutoTicks
- Axis Ticks - TickProvider and DeltaCalculator API
- Axis Ticks - High-Precision Scale
- Axis Alignment - Setting Axis Alignment
- Axis Alignment - Rotating a Chart Vertically
- Axis Alignment - Placing Axis Inside the Chart
- Axis Styling - Templating the Axis Title
- Axis Styling - Styling Gridlines, Tick Lines and Labels
- Axis Styling - Styling Axis Labels with LabelProvider
- Axis Styling - Chart Shading with Axis Bands API
- Axis Styling - Templating the Axis Panel
- Axis Styling - Templating Axis Labels
- Axis APIs - Convert Pixel to Data Coordinates
- Axis APIs - Programmatically Zoom, Scroll and Axis
- 2D Chart Types
- Renderable Series APIs
- RenderableSeries APIs - Paletted Series
- RenderableSeries APIs - Hit Testing
- RenderableSeries APIs - Animation API
- The Line Series Type
- The Scatter-Line Series Type
- The Scatter Series Type
- The Mountain Series Type
- The Column Series Type
- The Impulse Chart Type
- The Digital Line Series Type
- The Digital (Step) Mountain Series Type
- The Heatmap Type
- The Candlestick charts type
- The OHLC charts Type
- The HistoBar Series Type
- The Market Profile RenderableSeries
- The Band Series Type
- The Fan Charts Type
- The Digital Band Series Type
- Parallel Coordinates Plot
- The Bubble Charts Type
- The Error Bars Type
- The Box Plots Type
- The Contours Series Type
- The Stacked Columns Type
- The 100% Stacked Column Series Type
- The Grouped Column Series Type
- The Stacked Mountains Type
- The 100% Stacked Mountains Type
- The Polar charts Type
- The Pie Chart Type
- The Donut Chart Type
- The Ternary Charts Type
- What is a Ternary Chart?
- The Ternary Error Bar type
- The Ternary Scatter Type
- The Ternary Polygon Type
- Custom Series (CustomRenderableSeries)
- The Radar Chart Type
- The Stripe Series Type
- DataSeries API
- DataSeries Types in SciChart
- UniformXyDataSeries – fast and memory-efficient
- Manipulating DataSeries Data
- DataSeries PointMetadata API
- DataSeries MultiThreading Considerations
- DataSeries DataDistributionCalculator
- The Extreme Resamplers API
- Filters API
- What is the Filters API
- Scale, Offset Filters
- Linear Trendline, Polynomial Trendline Filters
- Spline Interpolation Filters
- Moving Average Filter
- Ratio Filter
- Creating a Custom Filter
- MVVM API
- MVVM DataSeries / RenderableSeries API
- MVVM Annotations API
- MVVM Axis API
- Worked Example - Manipulate Series in MVVM
- Worked Example - Style a Series in MVVM
- Worked Example - Add a Series in MVVM
- Worked Example - CustomRenderableSeries in MVVM
- Worked Example - PaletteProviders in MVVM
- Worked Example - PointMarkers in MVVM
- Worked Example - Bind Tooltip Templates or Attached Properties in MVVM
- Worked Example - Styling Axis in MVVM
- Worked Example - Styling Annotations in MVVM
- ChartModifier API
- What is the ChartModifier API
- Zooming And Panning
- RubberBandXyZoomModifier
- ZoomPanModifier
- ZoomExtentsModifier
- MouseWheelZoomModifier
- YAxisDragModifier
- XAxisDragModifier
- PinchZoomModifier
- Enabling or Disabling Zoom ChartModifiers at runtime
- Combining Multiple Zoom Modifiers
- Scrollbars
- SciChartOverview
- ZoomHistoryManager (Undo / Redo of Zoom)
- Cursors, Tooltips and legends
- RolloverModifier
- CursorModifier
- TooltipModifier
- VerticalSliceModifier
- SeriesValueModifier
- LegendModifier
- SeriesInfo – the ViewModels for Tooltips and Legends
- Passing PointMetadata to Tooltips
- Popups vs. Canvas for WPF Chart Tooltips
- TernaryChartModifiers
- Selection
- Performance Monitoring
- Custom Modifiers
- Annotations API
- Intro to the Annotations API
- The LineAnnotation Type
- The LineArrowAnnotation Type
- The TextAnnotation Type
- The BoxAnnotation Type
- The VerticalLineAnnotation Type
- The HorizontalLineAnnotation Type
- The AxisMarkerAnnotation Type
- The CustomAnnotation Type
- The CompositeAnnotation Type
- Templating Annotation Resize Grips
- Editing and Interacting with Annotations
- The Trading Drawing Tools API
- Trading Annotation Creation Modifier
- Fibonacci Retracement Drawing Tool
- Fibonacci Extension Drawing Tool
- Elliot Wave Drawing Tool
- XABCD (Gartley or Harmonic) Drawing Tool
- Head & Shoulders Drawing Tool
- Pitchfork Drawing Tool
- Freedraw (Brush) Drawing Tool
- Stock Charts API
- SciStockChart - Simplified Financial Charts
- SciChartGroup - Multi Pane Stock Charts API
- Renko, Volume, Tick and Range Bars
- Styling and Theming
- Templating and Styling Chart Parts
- SciChart WPF ThemeManager
- Creating a Custom Theme
- Overriding Colors of our Themes
- Screenshots, Printing and Export
- Troubleshooting
- SciChart 2D Troubleshooting
- Performance Tips & Tricks
- General Performance Tips
- Startup Application Performance
- Data Performance Tips
- Rendering Performance Tips
- Debugging Memory Leaks
- Debugging Performance Problems
- Troubleshooting Visual Xccelerator Issues on low-end Graphics Adapter
- Advanced 2D Charting Topics
- SciChart WPF 3D Charts
- Tutorials
- Code-Behind
- SciChart3D Basics
- Axis3D APIs
- Axis Types in SciChart3D
- Axis 3D APIs
- Advanced Axis 3D APIs
- Styling Axis 3D Gridlines and Labels
- Showing Axis Labels on one side of the 3D Chart
- 3D Chart Types
- The Scatter 3D Chart Type
- The Bubble 3D Chart Type
- The PointLine 3D Chart Type
- The Column 3D Chart Type
- The Impulse 3D Chart Type
- The SurfaceMesh 3D Chart Type
- The Non-Uniform SurfaceMesh 3D Type
- Applying Palettes to Surface Meshes
- Configuring Wireframe on the Surface Meshes
- Configuring Contours on Surface Meshes
- Overriding Specific Cell Colors
- Additional Surface Mesh properties
- The Waterfall 3D Chart Type
- The Free Surface 3D Chart Types
- ChartModifier3D API
- Zooming and Panning
- The Orbit Modifier
- The Freelook Modiifer
- The MouseWheelZoomModifier3D
- The PinchZoomModifier3D
- The ZoomExtentsModifier3D
- Cursors, Tooltips and Legends
- Selection
- Advanced 3D Chart APIs
The API Reference for all SciChart WPF Classes and Types
- API Documentation
- SciChart.Charting Assembly
- Overview
- Namespaces
- SciChart.Charting Namespace
- Overview
- Classes
- ThemeAppliedEventArgs
- ThemeManager
- VisualXcceleratorEngine
- Overview
- Members
- Methods
- AssertSupportsDirectX Method
- GetAvoidBlacklistedGpu Method
- GetDowngradeWithoutException Method
- GetEnableImpossibleMode Method
- GetFallbackType Method
- GetIsEnabled Method
- RestartEngine Method
- RestartEngineAsync Method
- RunGpuCapabilitiesTest Method
- SetAvoidBlacklistedGpu Method
- SetDowngradeWithoutException Method
- SetEnableImpossibleMode Method
- SetFallbackType Method
- SetIsEnabled Method
- Properties
- AntiAliasingMode Property
- DirectXMode Property
- EnableForceWaitForGPU Property
- HasDirectX10OrBetterCapableGpu Property
- IsEnabledByDefault Property
- IsGpuBlacklisted Property
- IsInTestMode Property
- IsRunning Property
- IsUsingD3D9 Property
- SupportsHardwareAcceleration Property
- UseAlternativeFillSource Property
- UseAutoShutdown Property
- WriteWarningsToFile Property
- WriteWarningsToOutput Property
- Fields
- Enumerations
- SciChart.Charting.ChartModifiers Namespace
- Overview
- Classes
- AnnotationCreationArgs
- AnnotationCreationModifier
- Overview
- Members
- AnnotationCreationModifier Constructor
- Methods
- CreateAnnotation Method
- OnAnnotationCreated Method
- OnIsEnabledChanged Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- Properties
- Annotation Property
- AnnotationStyle Property
- AnnotationType Property
- XAxisId Property
- YAxisId Property
- Fields
- Events
- AnnotationCreationModifierMVVM
- Overview
- Members
- AnnotationCreationModifierMVVM Constructor
- Methods
- CreateAnnotation Method
- OnAnnotationCreated Method
- OnIsEnabledChanged Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- Properties
- Annotation Property
- AnnotationViewModelsCollection Property
- AnnotationViewModelType Property
- XAxisId Property
- YAxisId Property
- Fields
- AnnotationViewModelsCollectionProperty Field
- AnnotationViewModelTypeProperty Field
- XAxisIdProperty Field
- YAxisIdProperty Field
- Events
- AnnotationCreationMVVMArgs
- ApiElementBase
- Overview
- Members
- ApiElementBase Constructor
- Methods
- GetAndAssertTemplateChild<T> Method
- GetXAxis Method
- GetYAxis Method
- OnAttached Method
- OnDetached Method
- OnInvalidateParentSurface Method
- OnPropertyChanged Method
- Properties
- IsAttached Property
- ModifierSurface Property
- ParentSurface Property
- RootGrid Property
- Services Property
- XAxes Property
- XAxis Property
- YAxes Property
- YAxis Property
- Events
- AxisDragCursor
- AxisDragModifierBase
- Overview
- Members
- AxisDragModifierBase Constructor
- Methods
- CalculateRelativeRange Method
- CalculateScaledRange Method
- GetApplicableAxes Method
- GetAxisById Method
- GetIsSecondHalf Method
- GetUsedCursor Method
- OnAttached Method
- OnDetached Method
- OnIsEnabledChanged Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnModifierTouchManipulationDelta Method
- OnParentSurfaceMouseLeave Method
- PerformPan Method
- PerformScale Method
- Properties
- AxisId Property
- CurrentAxis Property
- DragMode Property
- IsDragging Property
- IsSecondHalf Property
- LastPoint Property
- MinTouchArea Property
- Fields
- ChartModifierBase
- Overview
- Members
- ChartModifierBase Constructor
- Methods
- CanReceiveMouseEvents Method
- GetPointRelativeTo Method
- GetSchema Method
- GetSiblingModifiers<T> Method
- IsPointWithinBounds Method
- MatchesExecuteOn Method
- OnAnnotationCollectionChanged Method
- OnAttached Method
- OnDataContextChanged Method
- OnDetached Method
- OnIsEnabledChanged Method
- OnMasterMouseLeave Method
- OnModifierDoubleClick Method
- OnModifierKeyDown Method
- OnModifierKeyUp Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnModifierMouseWheel Method
- OnModifierTouchDown Method
- OnModifierTouchManipulationCompleted Method
- OnModifierTouchManipulationDelta Method
- OnModifierTouchManipulationInertiaStarting Method
- OnModifierTouchManipulationStarted Method
- OnModifierTouchManipulationStarting Method
- OnModifierTouchMove Method
- OnModifierTouchUp Method
- OnParentSurfaceMouseEnter Method
- OnParentSurfaceMouseLeave Method
- OnParentSurfaceRendered Method
- OnParentSurfaceResized Method
- OnRenderableSeriesCollectionChanged Method
- OnSelectedSeriesChanged Method
- OnXAxesCollectionChanged Method
- OnYAxesCollectionChanged Method
- ReadXml Method
- ResetInertia Method
- ResetKeyboardFocus Method
- SetCursor Method
- SetZoomState Method
- WriteXml Method
- Properties
- ExecuteOn Property
- ExecuteWhen Property
- IsEnabled Property
- IsMouseLeftButtonDown Property
- IsMouseMiddleButtonDown Property
- IsMouseRightButtonDown Property
- IsSynchronized Property
- ModifierName Property
- MouseEventGroup Property
- ParentSurface Property
- ReceiveHandledEvents Property
- Services Property
- Fields
- CursorModifier
- Overview
- Members
- CursorModifier Constructor
- Methods
- CacheAxisLabel Method
- ClearAll Method
- GetAxesData Method
- GetAxisLabel Method
- GetAxisLabelContainerStyle Method
- GetAxisLabelTemplate Method
- GetCachedAxisLabel Method
- GetIncludeSeries Method
- GetSeriesInfoAt Method
- GetSnappingPoint Method
- GetSnapToSeries Method
- GetTooltipTemplate Method
- HandleMasterMouseEvent Method
- HandleSlaveMouseEvent Method
- IsEnabledAt Method
- OnAttached Method
- OnDetached Method
- OnParentSurfaceMouseEnter Method
- OnTooltipUsageModeChanged Method
- SetAxisLabel Method
- SetAxisLabelContainerStyle Method
- SetAxisLabelTemplate Method
- SetIncludeSeries Method
- SetSnapToSeries Method
- SetTooltipTemplate Method
- ShowCrosshairCursor Method
- Properties
- AxisInfo Property
- HoverDelay Property
- ShowTooltip Property
- SnappingMode Property
- TooltipContainerStyle Property
- TooltipUsageMode Property
- XAxisInfo Property
- YAxisInfo Property
- Fields
- DataPointInfo
- DataPointSelectionModifier
- Overview
- Members
- DataPointSelectionModifier Constructor
- Methods
- DeselectAllPointMarkers Method
- GetIncludeSeries Method
- GetSelectionMode Method
- GetSeriesInfoAt Method
- IsEnabledAt Method
- IsHitPointValid Method
- IsSeriesValid Method
- MatchesExecuteOn Method
- OnAttached Method
- OnDetached Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnModifierTouchDown Method
- OnModifierTouchMove Method
- OnModifierTouchUp Method
- OnSelectionChanged Method
- SelectManyPoints Method
- SelectSinglePoint Method
- SetIncludeSeries Method
- UpdateState Method
- Properties
- AllowsMultiSelection Property
- SelectedPointMarkers Property
- SelectionFill Property
- SelectionStroke Property
- TouchHitTestRadius Property
- XAxisId Property
- XyDirection Property
- Fields
- AllowsMultiSelectionProperty Field
- IncludeSeriesProperty Field
- SelectionFillProperty Field
- SelectionStrokeProperty Field
- XAxisIdProperty Field
- XyDirectionProperty Field
- Events
- DragDataPointChangedEventArgs
- InertialZoomPanModifier
- InspectSeriesModifierBase
- Overview
- Members
- InspectSeriesModifierBase Constructor
- Methods
- ClearAll Method
- GetSeriesInfoAt Method
- GetSeriesInfoAt(Point) Method
- GetSeriesInfoAt(Point,Double) Method
- GetSeriesInfoAt(Func<IRenderableSeries,HitTestInfo>) Method
- HandleMasterMouseEvent Method
- HandleMouseEvent Method
- HandleSlaveMouseEvent Method
- HitTestAxis Method
- IsEnabledAt Method
- IsHitPointValid Method
- IsSeriesValid Method
- MatchesExecuteOn Method
- OnModifierKeyUp Method
- OnModifierMouseMove Method
- OnParentSurfaceMouseLeave Method
- OnParentSurfaceRendered Method
- Properties
- Fields
- LegendModifier
- Overview
- Members
- LegendModifier Constructor
- Methods
- ClearAll Method
- FillWithIncludedSeries Method
- GetIncludeSeries Method
- GetSeriesInfo Method
- HandleMasterMouseEvent Method
- HandleSlaveMouseEvent Method
- IsSeriesValid Method
- OnAttached Method
- OnDetached Method
- OnModifierMouseMove Method
- OnParentSurfaceRendered Method
- SetIncludeSeries Method
- UpdateLegend Method
- Properties
- GetLegendDataFor Property
- LegendData Property
- LegendItemTemplate Property
- LegendPlacement Property
- LegendTemplate Property
- Orientation Property
- ShowLegend Property
- ShowSeriesMarkers Property
- ShowVisibilityCheckboxes Property
- Fields
- MasterSlaveChartModifier
- MasterSlaveTernaryChartModifier
- ModifierGroup
- Overview
- Members
- ModifierGroup Constructor
- Methods
- HasModifier Method
- OnAnnotationCollectionChanged Method
- OnAttached Method
- OnDetached Method
- OnIsEnabledChanged Method
- OnMasterMouseLeave Method
- OnModifierDoubleClick Method
- OnModifierKeyDown Method
- OnModifierKeyUp Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnModifierMouseWheel Method
- OnModifierTouchDown Method
- OnModifierTouchManipulationCompleted Method
- OnModifierTouchManipulationDelta Method
- OnModifierTouchManipulationInertiaStarting Method
- OnModifierTouchManipulationStarted Method
- OnModifierTouchManipulationStarting Method
- OnModifierTouchMove Method
- OnModifierTouchUp Method
- OnRenderableSeriesCollectionChanged Method
- OnXAxesCollectionChanged Method
- OnYAxesCollectionChanged Method
- ReadXml Method
- ResetInertia Method
- WriteXml Method
- Properties
- Fields
- MouseWheelZoomModifier
- Overview
- Members
- MouseWheelZoomModifier Constructor
- Methods
- ActionTypePropertyChanged Method
- GetAxisSize Method
- OnModifierMouseWheel Method
- OverrideKeyboardAction Method
- PerformPan Method
- PerformZoom Method
- Properties
- Fields
- NullModifier
- ParallelAxisReorderArgs
- ParallelAxisReorderInfo
- ParallelAxisReorderModifier
- Overview
- Members
- ParallelAxisReorderModifier Constructor
- Methods
- CreateTooltipContext Method
- GetParallelYAxes Method
- GetParallelYAxisAt Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnParentSurfaceMouseLeave Method
- PlaceOverlay Method
- UpdateTooltipContext Method
- Properties
- Fields
- DropTargetBorderStyleProperty Field
- TooltipContainerStyleProperty Field
- TooltipDataTemplateProperty Field
- Events
- PinchZoomModifier
- RadarChartModifierBase
- Overview
- Members
- RadarChartModifierBase Constructor
- Methods
- CanReceiveMouseEvents Method
- GetSchema Method
- OnAttached Method
- OnDetached Method
- OnInvalidateParentSurface Method
- OnMasterMouseLeave Method
- OnModifierDoubleClick Method
- OnModifierKeyDown Method
- OnModifierKeyUp Method
- OnModifierMouseDown Method
- OnModifierMouseEnter Method
- OnModifierMouseLeave Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnModifierMouseWheel Method
- OnModifierTouchDown Method
- OnModifierTouchMove Method
- OnModifierTouchUp Method
- ReadXml Method
- ResetKeyboardFocus Method
- WriteXml Method
- Properties
- RadarDataPointSelectionChangedEventArgs
- RadarDataPointSelectionModifier
- RadarDragDataPointModifier
- RadarLegendModifier
- Overview
- Members
- RadarLegendModifier Constructor
- Methods
- Properties
- LegendData Property
- LegendItemTemplate Property
- LegendPlacement Property
- LegendTemplate Property
- Orientation Property
- ShowLegend Property
- ShowSeriesMarkers Property
- ShowVisibilityCheckboxes Property
- SourceMode Property
- Fields
- RadarSeriesSelectionModifier
- RadarTooltipModifier
- Overview
- Members
- RadarTooltipModifier Constructor
- Methods
- Properties
- ShowTooltip Property
- SnappingMode Property
- StikerLineStyle Property
- TooltipContainerStyle Property
- TooltipTemplate Property
- Fields
- RelativeZoomModifierBase
- RolloverModifier
- Overview
- Members
- RolloverModifier Constructor
- Methods
- CacheAxisLabel Method
- ClearAll Method
- ClearTooltipLabels Method
- FillWithIncludedSeries Method
- GetAxisLabel Method
- GetAxisLabelContainerStyle Method
- GetAxisLabelTemplate Method
- GetCachedAxisLabel Method
- GetIncludeSeries Method
- GetRolloverMarkerFrom Method
- GetSeriesInfoAt Method
- GetTooltipContainerStyle Method
- GetTooltipItemTemplate Method
- GetTooltipStyle Method
- GetTooltipTemplate Method
- HandleMasterMouseEvent Method
- IsEnabledAt Method
- OnSelectedSeriesChanged Method
- OnTooltipUsageModeChanged Method
- SetAxisLabel Method
- SetAxisLabelContainerStyle Method
- SetAxisLabelTemplate Method
- SetIncludeSeries Method
- SetTooltipContainerStyle Method
- SetTooltipTemplate Method
- UpdateTooltipLabels Method
- Properties
- Fields
- RubberBandXyZoomModifier
- Overview
- Members
- RubberBandXyZoomModifier Constructor
- Methods
- OnAttached Method
- OnDetached Method
- OnModifierKeyDown Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnModifierTouchManipulationDelta Method
- OnParentSurfaceMouseLeave Method
- PerformZoom Method
- Properties
- IsAnimated Property
- IsDragging Property
- IsXAxisOnly Property
- MinDragSensitivity Property
- RubberBandFill Property
- RubberBandStroke Property
- RubberBandStrokeDashArray Property
- XyDirection Property
- ZoomExtentsY Property
- Fields
- SeriesSelectionModifier
- Overview
- Members
- SeriesSelectionModifier Constructor
- Methods
- ClearAll Method
- DeselectAll Method
- DeselectAllBut Method
- GetIncludeSeries Method
- HandleMasterMouseEvent Method
- HandleSlaveMouseEvent Method
- MatchesExecuteOn Method
- OnAttached Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnParentSurfaceRendered Method
- OnSelectedSeriesChanged Method
- PerformSelection Method
- SetIncludeSeries Method
- TrySetStyle Method
- Properties
- Fields
- Events
- SeriesValueModifier
- Overview
- Members
- SeriesValueModifier Constructor
- Methods
- CanUpdateAxisMarkerFor Method
- FormatAxisMarker Method
- GetIncludeSeries Method
- GetIsLastPointInViewport Method
- GetIsRenderableSeriesInViewport Method
- GetSeriesMarkerFill Method
- GetSeriesMarkerStroke Method
- OnAnnotationCollectionChanged Method
- OnAttached Method
- OnDetached Method
- OnIsEnabledChanged Method
- OnParentSurfaceRendered Method
- ResetAllMarkers Method
- SetIncludeSeries Method
- SetIsLastPointInViewport Method
- SetIsRenderableSeriesInViewport Method
- SetSeriesMarkerFill Method
- SetSeriesMarkerStroke Method
- Properties
- Fields
- TernaryChartModifierBase
- Overview
- Members
- TernaryChartModifierBase Constructor
- Methods
- CanReceiveMouseEvents Method
- GetAndAssertTemplateChild<T> Method
- GetPointRelativeTo Method
- GetSchema Method
- IsPointWithinBounds Method
- OnAnnotationCollectionChanged Method
- OnAttached Method
- OnDataContextChanged Method
- OnDetached Method
- OnInvalidateParentSurface Method
- OnIsEnabledChanged Method
- OnMasterMouseLeave Method
- OnModifierDoubleClick Method
- OnModifierKeyDown Method
- OnModifierKeyUp Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnModifierMouseWheel Method
- OnModifierTouchDown Method
- OnModifierTouchManipulationBoundaryFeedback Method
- OnModifierTouchManipulationCompleted Method
- OnModifierTouchManipulationDelta Method
- OnModifierTouchManipulationInertiaStarting Method
- OnModifierTouchManipulationStarted Method
- OnModifierTouchManipulationStarting Method
- OnModifierTouchMove Method
- OnModifierTouchUp Method
- OnParentSurfaceMouseEnter Method
- OnParentSurfaceMouseLeave Method
- OnParentSurfaceRendered Method
- OnParentSurfaceResized Method
- OnPropertyChanged Method
- OnSelectedSeriesChanged Method
- ReadXml Method
- ResetInertia Method
- ResetKeyboardFocus Method
- SetCursor Method
- WriteXml Method
- Properties
- IsAttached Property
- IsEnabled Property
- IsMouseLeftButtonDown Property
- IsMouseMiddleButtonDown Property
- IsMouseRightButtonDown Property
- ModifierName Property
- ModifierSurface Property
- MouseEventGroup Property
- ParentSurface Property
- ReceiveHandledEvents Property
- RootGrid Property
- Services Property
- XAxis Property
- YAxis Property
- ZAxis Property
- Fields
- Events
- TernaryCursorModifier
- Overview
- Members
- TernaryCursorModifier Constructor
- Methods
- CacheAxisLabel Method
- ClearAll Method
- ClearAxesOverlay Method
- GetAxisLabel Method
- GetAxisLabelContainerStyle Method
- GetAxisLabelTemplate Method
- GetCachedAxisLabel Method
- GetLabelOnAxisContainerStyle Method
- GetLabelOnAxisTemplate Method
- HandleMasterMouseEvent Method
- OnAttached Method
- OnDetached Method
- OnParentSurfaceMouseEnter Method
- SetAxisLabel Method
- SetAxisLabelContainerStyle Method
- SetAxisLabelTemplate Method
- Properties
- Fields
- TernaryLegendModifier
- Overview
- Members
- TernaryLegendModifier Constructor
- Methods
- GetSeriesInfo Method
- IsSeriesValid Method
- OnAttached Method
- OnDetached Method
- OnModifierMouseMove Method
- OnParentSurfaceRendered Method
- UpdateLegend Method
- Properties
- GetLegendDataFor Property
- LegendData Property
- LegendItemTemplate Property
- LegendPlacement Property
- LegendTemplate Property
- Orientation Property
- SeriesData Property
- ShowLegend Property
- ShowSeriesMarkers Property
- ShowVisibilityCheckboxes Property
- Fields
- TernaryModifierGroup
- Overview
- Members
- TernaryModifierGroup Constructor
- Methods
- HasModifier Method
- OnAnnotationCollectionChanged Method
- OnAttached Method
- OnDataContextChanged Method
- OnDetached Method
- OnIsEnabledChanged Method
- OnMasterMouseLeave Method
- OnModifierDoubleClick Method
- OnModifierKeyDown Method
- OnModifierKeyUp Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnModifierMouseWheel Method
- OnModifierTouchDown Method
- OnModifierTouchMove Method
- OnModifierTouchUp Method
- ReadXml Method
- ResetInertia Method
- WriteXml Method
- Properties
- Fields
- TernaryTooltipModifier
- Overview
- Members
- TernaryTooltipModifier Constructor
- Methods
- ClearAll Method
- GetSeriesInfoAt Method
- GetTooltip Method
- GetTooltipContainerStyle Method
- GetTooltipTemplate Method
- HandleMasterMouseEvent Method
- SetTooltip Method
- SetTooltipContainerStyle Method
- SetTooltipTemplate Method
- Properties
- Fields
- TernaryTooltipModifierBase
- Overview
- Members
- TernaryTooltipModifierBase Constructor
- Methods
- ClearAll Method
- CreateFromTemplate<T> Method
- GetSeriesInfoAt Method
- GetSeriesInfoAt(Point) Method
- GetSeriesInfoAt(Point,Double) Method
- GetSeriesInfoAt(Func<ITernaryRenderableSeries,HitTestInfo>) Method
- HandleMasterMouseEvent Method
- HandleMouseEvent Method
- IsEnabledAt Method
- IsHitPointValid Method
- IsSeriesValid Method
- OnAttached Method
- OnDetached Method
- OnIsEnabledChanged Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnParentSurfaceMouseLeave Method
- OnParentSurfaceRendered Method
- Properties
- Fields
- TooltipModifier
- Overview
- Members
- TooltipModifier Constructor
- Methods
- CacheAxisLabel Method
- ClearAll Method
- GetAxisLabel Method
- GetAxisLabelContainerStyle Method
- GetAxisLabelTemplate Method
- GetCachedAxisLabel Method
- GetIncludeSeries Method
- GetTooltip Method
- GetTooltipContainerStyle Method
- GetTooltipTemplate Method
- HandleMasterMouseEvent Method
- HandleSlaveMouseEvent Method
- IsHitPointValid Method
- IsSeriesValid Method
- OnTooltipUsageModeChanged Method
- SetAxisLabel Method
- SetAxisLabelContainerStyle Method
- SetAxisLabelTemplate Method
- SetIncludeSeries Method
- SetTooltip Method
- SetTooltipContainerStyle Method
- SetTooltipTemplate Method
- Properties
- Fields
- TooltipModifierBase
- Overview
- Members
- TooltipModifierBase Constructor
- Methods
- CacheAxisLabel Method
- ClearAxesOverlay Method
- ClearPopup Method
- ClosePopup Method
- CreateFromTemplate<T> Method
- GetAxisLabelContainerStyle Method
- GetAxisLabelTemplate Method
- GetCachedAxisLabel Method
- HasToShowTooltip Method
- InitializeModifierPopup Method
- IsHitPointValid Method
- OnAttached Method
- OnDetached Method
- OnIsEnabledChanged Method
- OnModifierMouseDown Method
- OnModifierMouseUp Method
- OnParentSurfaceMouseLeave Method
- OnTooltipUsageModeChanged Method
- OnXAxesCollectionChanged Method
- OnYAxesCollectionChanged Method
- OpenPopup Method
- PlaceOverlay Method
- PopupAddChild Method
- UpdateAxesOverlay Method
- UpdateXAxesOverlay Method
- UpdateYAxesOverlay Method
- Properties
- HoverDelay Property
- IsTooltipControl Property
- LineOverlayStyle Property
- ShowAxisLabels Property
- ShowTooltipOn Property
- TooltipPlacement Property
- Fields
- VerticalSliceModifier
- Overview
- Members
- VerticalSliceModifier Constructor
- Methods
- CacheAxisLabel Method
- CacheMarkerInRenderableSeries Method
- CacheMarkerInVerticalLineAnnotation Method
- ClearTooltipLabels Method
- DetachRolloverMarker Method
- GetAxisLabel Method
- GetAxisLabelContainerStyle Method
- GetAxisLabelTemplate Method
- GetCachedAxisLabel Method
- GetIncludeSeries Method
- GetRolloverMarkerFrom Method
- GetRolloverMarkerTemplate Method
- GetTooltipContainerStyle Method
- GetTooltipItemTemplate Method
- GetTooltipStyle Method
- GetTooltipTemplate Method
- HandleMasterMouseEvent Method
- IsEnabledAt Method
- MergeTooltipLabelFor Method
- OnAttached Method
- OnDetached Method
- OnIsEnabledChanged Method
- OnModifierKeyUp Method
- OnParentSurfaceMouseLeave Method
- OnRenderableSeriesCollectionChanged Method
- OnTooltipUsageModeChanged Method
- RemoveMarkers Method
- SetAxisLabel Method
- SetAxisLabelContainerStyle Method
- SetAxisLabelTemplate Method
- SetIncludeSeries Method
- SetRolloverMarkerTemplate Method
- SetTooltipContainerStyle Method
- SetTooltipTemplate Method
- UpdateTooltipLabels Method
- Properties
- Fields
- VerticalSliceModifierBase
- Overview
- Members
- VerticalSliceModifierBase Constructor
- Methods
- AttachRolloverMarker Method
- CacheRolloverMarkerInRenderableSeries Method
- ClearAll Method
- ClearRolloverMarkersCache Method
- ClearTooltipLabels Method
- DetachRolloverMarker Method
- FillWithIncludedSeries Method
- GetRolloverMarkerFrom Method
- GetRolloverMarkerRect Method
- GetRolloverMarkersAt Method
- GetSeriesInfoAt Method
- GetTooltipItemTemplate Method
- GetTooltipLabelRect Method
- GetTooltipStyle Method
- HandleSlaveMouseEvent Method
- IsHitPointValid Method
- IsMouseOverMarker Method
- MergeTooltipLabelFor Method
- OnDetached Method
- OnIsEnabledChanged Method
- OnSelectedSeriesChanged Method
- RemoveLabelFor Method
- RemoveMarkers Method
- TryAddRolloverMarker Method
- UpdateOverlays Method
- UpdateTooltipLabels Method
- UpdateYAxesOverlay Method
- Fields
- XAxisDragModifier
- Overview
- Members
- XAxisDragModifier Constructor
- Methods
- CalculateScaledRange Method
- GetApplicableAxes Method
- GetAxisById Method
- GetIncludeAxis Method
- OnModifierKeyDown Method
- OnModifierMouseDown Method
- OnModifierMouseUp Method
- PerformPan Method
- SetIncludeAxis Method
- Properties
- Fields
- YAxisDragModifier
- Overview
- Members
- YAxisDragModifier Constructor
- Methods
- CalculateScaledRange Method
- GetApplicableAxes Method
- GetAxisById Method
- GetIncludeAxis Method
- GetIsSecondHalf Method
- GetUsedCursor Method
- OnModifierKeyDown Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- PerformPan Method
- SetIncludeAxis Method
- Fields
- ZoomExtentsModifier
- Overview
- Members
- ZoomExtentsModifier Constructor
- Methods
- OnModifierDoubleClick Method
- OnModifierMouseUp Method
- OnModifierTouchDown Method
- OnModifierTouchUp Method
- PerformZoom Method
- Properties
- Fields
- ZoomPanModifier
- Overview
- Members
- ZoomPanModifier Constructor
- Methods
- GetIncludeAxis Method
- OnModifierKeyDown Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnModifierTouchManipulationDelta Method
- Pan Method
- SetIncludeAxis Method
- Fields
- ZoomPanModifierBase
- Overview
- Members
- ZoomPanModifierBase Constructor
- Methods
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnParentSurfaceMouseLeave Method
- Pan Method
- Properties
- Fields
- ZoomStateModifier
- Enumerations
- CursorSnappingMode
- ExecuteOn
- LegendPlacement
- SelectionMode
- ShowTooltipOptions
- SourceMode
- TooltipPlacement
- TooltipSnappingMode
- TooltipUsageMode
- Interfaces
- IChartModifier
- Overview
- Members
- Methods
- GetYAxis Method
- IsPointWithinBounds Method
- OnAnnotationCollectionChanged Method
- OnRenderableSeriesCollectionChanged Method
- OnXAxesCollectionChanged Method
- OnYAxesCollectionChanged Method
- ResetInertia Method
- Properties
- IChartModifierBase
- IParallelAxisReorderInfo
- IRadarChartModifier
- ITernaryChartModifier
- SciChart.Charting.Common Namespace
- Overview
- Classes
- SciChart.Charting.Common.AttachedProperties Namespace
- Overview
- Classes
- AxisLayoutHelper
- Overview
- Members
- AxisLayoutHelper Constructor
- Methods
- GetAxisAlignment Method
- GetIsInsideItem Method
- GetIsOutsideItem Method
- SetAxisAlignment Method
- SetIsInsideItem Method
- SetIsOutsideItem Method
- Fields
- PerformanceHelper
- Overview
- Members
- PerformanceHelper Constructor
- Methods
- GetEnableExtremeDrawingManager Method
- GetEnableExtremeResamplers Method
- SetEnableExtremeDrawingManager Method
- SetEnableExtremeResamplers Method
- Fields
- RelativeSourceBinding
- SciChart.Charting.Common.Databinding Namespace
- Overview
- Classes
- AllTrueMultiConverter
- AxisAlignmentToAxisOrientationConverter
- AxisAlignmentToAxisVisibilityConverter
- AxisAlignmentToFlowDirectionConverter
- AxisAlignmentToHorizontalAlignmentConverter
- AxisAlignmentToHorizontalAnchorPointConverter
- AxisAlignmentToTransformOriginConverter
- AxisAlignmentToVerticalAlignmentConverter
- AxisAlignmentToVeticalAnchorPointConverter
- AxisAlignmentToVisibilityConverter
- AxisMarkerBorderThicknessConverter
- AxisPanelToTickSizeConverter
- BandSeriesInfoToYValueConverter
- BooleanToDefaultAxisAlignmentConverter
- BooleanToOrientationConverter
- BooleanToRotationTransformConverter
- BooleanToSelectionMode
- BooleanToVisibilityConverter
- CollapseIfNullOrEmptyStringConverter
- ColorToBrushConverter
- CompositeCommandConverter
- CursorTooltipBackgroundConverter
- DataTemplateToObjectConverter
- DoubleArrayToDoubleCollectionConverter
- DoubleToNegativeDoubleConverter
- DoubleToThicknessConverter
- DoubleToThumbMarginConverter
- GetAxisFormattedValueConverter
- GradientStopsToLinearGradientBrushConverter
- GrayscaleColorBrushConverter
- HorisontalOrientationVisibilityConverter
- IComparableToObjectConverter
- InverseOrientationConverter
- InvertBooleanConverter
- InvertedBrushConverter
- IsLastPointInViewportToOpacityConverter
- LegendPlacement3DToGridPositionConverter
- LegendPlacementToGridPositionConverter
- MultiValueConverterBase
- NullToVisibilityConverter
- OrientationToAxisLabelRotationConverter
- OrientationToVisibilityConverter
- PieLegendAlignmentPositionConverter
- PieLegendPlacementToGridPositionConverter
- PointmakrerTemplateToPropertyConverter
- PointMarkerToVisibilityConverter
- PriorityBindingConverter
- RadarLegendPlacementToGridPositionConverter
- RenderSurfaceFullSizeToTrianglePointMultiConverter
- RenderSurfaceSizeToTrianglePointConverter
- SeriesToPointMarkerTemplateConverter
- ShowVisibilityCheckboxesConverter
- StringFormatConverter
- StringIsNullOrEmptyToUnsetValueConverter
- StringToDoubleArrayTypeConverter
- StringToDoubleRangeTypeConverter
- StrokeThicknessToItemsCountConverter
- TempConverter
- TernaryLegendPlacementToGridPositionConverter
- ThicknessToDoubleConverter
- ToAnnotationCollectionConverter
- ToAxisCollectionConverter
- ToRenderableSeriesCollectionConverter
- ToVerticalLineAnnotationCollectionConverter
- ValueConverterBase
- ValueMultiplicatorConverter
- ValueToTopMarginConverter
- VerticalOrientationVisibilityConverter
- ZoomStateToVisibilityConverter
- SciChart.Charting.Common.Extensions Namespace
- Overview
- Classes
- CanvasExtensions
- DependencyObjectExtensions
- DictionaryExtensions
- EnumerableExtensions
- RangeExtensions
- RenderableSeriesExtension
- RenderSurfaceExtensions
- RoutedEventExtensions
- SciChartSurfaceExtensions
- ToggleButtonExtensions
- Enumerations
- SciChart.Charting.Common.Helpers Namespace
- Overview
- Classes
- ActionCommand
- ActionCommand<T>
- AxisInfoTemplateSelector
- AxisTitleTemplateSelector
- DataTemplateSelector
- Overview
- Members
- DataTemplateSelector Constructor
- Methods
- OnContentChanged Method
- OnDataTemplateChanged Method
- OnDefautlTemplateDependencyPropertyChanged Method
- SelectTemplate Method
- UpdateControlTemplate Method
- Properties
- Fields
- Events
- ExportException
- FrameworkVisibilityManager
- MinimizeAndMaximizeButtonTemplateSelector
- SeriesInfoTemplateSelector
- Overview
- Members
- SeriesInfoTemplateSelector Constructor
- Methods
- Properties
- BandSeries1Template Property
- BandSeries2Template Property
- BoxPlotSeriesTemplate Property
- HeatmapSeriesTemplate Property
- HlcSeriesTemplate Property
- OhlcSeriesTemplate Property
- OneHundredPercentStackedSeriesTemplate Property
- Fields
- Enumerations
- Interfaces
- SciChart.Charting.Common.Helpers.PropertyAttributes Namespace
- Overview
- Classes
- SciChart.Charting.Common.Helpers.Strategies Namespace
- Overview
- Classes
- SciChart.Charting.Common.Helpers.XmlSerialization Namespace
- Overview
- Classes
- SciChart.Charting.Common.MarkupExtensions Namespace
- Overview
- Classes
- AnnotationsBinding
- AxesBinding
- BindingInfo
- EffectConverter
- EffectManager
- SeriesBinding
- ThemeBinding
- VerticalLinesBinding
- Interfaces
- SciChart.Charting.HistoryManagers Namespace
- Overview
- Classes
- HistoryChangedEventArgs
- HistoryStack<T>
- Overview
- Members
- HistoryStack<T> Constructor
- Methods
- Any Method
- CanRedo Method
- CanUndo Method
- Clear Method
- GetFullHistory Method
- Push Method
- Redo Method
- Undo Method
- Properties
- Fields
- ZoomHistoryManager
- Overview
- Members
- ZoomHistoryManager Constructor
- Methods
- AttachSciChartSurface Method
- CanRedo Method
- CanUndo Method
- ClearHistory Method
- DetachSciChartSurface Method
- GetCurrent Method
- GetHistory Method
- NotifyAxisIdChanged Method
- OnPropertyChanged Method
- OnRangeHistoryChanged Method
- Push Method
- PushAll Method
- Redo Method
- SaveLatestRange Method
- TryIncrementCounter Method
- Undo Method
- Properties
- AnimationDuration Property
- HistoryDepth Property
- MouseWheelThrottle Property
- ParentSurface Property
- RedoCommand Property
- UndoCommand Property
- Events
- Structures
- Interfaces
- IZoomHistoryManager
- Overview
- Members
- Methods
- AttachSciChartSurface Method
- CanRedo Method
- CanUndo Method
- ClearHistory Method
- DetachSciChartSurface Method
- GetCurrent Method
- GetHistory Method
- Push Method
- PushAll Method
- Redo Method
- SaveLatestRange Method
- TryIncrementCounter Method
- Undo Method
- Properties
- AnimationDuration Property
- HistoryDepth Property
- MouseWheelThrottle Property
- ParentSurface Property
- RedoCommand Property
- UndoCommand Property
- Events
- SciChart.Charting.Model Namespace
- Overview
- Classes
- AxisCollection
- Overview
- Members
- AxisCollection Constructor
- Methods
- GetAxisById Method
- GetSchema Method
- ReadXml Method
- SubscribeInnerCollection Method
- UnsubscribeInnerCollection Method
- WriteXml Method
- Properties
- DoubleAxisDelta
- Overview
- Members
- DoubleAxisDelta Constructor
- Methods
- Properties
- Operators
- Int32AxisDelta
- Overview
- Members
- Int32AxisDelta Constructor
- Methods
- Properties
- Operators
- TimeSpanDelta
- Enumerations
- Interfaces
- SciChart.Charting.Model.ChartData Namespace
- Overview
- Classes
- BandSeriesInfo
- BoxPlotSeriesInfo
- ChartDataObject
- ChartDataObjectBase
- CompositeSeriesInfo
- DataColumnInfo
- HeatmapSeriesInfo
- HlcSeriesInfo
- OhlcSeriesInfo
- OneHundredPercentStackedSeriesInfo
- RadarChartDataObject
- RadarSeriesInfo
- SeriesInfo
- Overview
- Members
- SeriesInfo Constructor
- Methods
- Properties
- DataColumnInfo Property
- DataSeriesIndex Property
- DataSeriesType Property
- Fill Property
- FormattedXValue Property
- FormattedYValue Property
- IsHit Property
- IsVisible Property
- PointMetadata Property
- RenderableSeries Property
- SeriesName Property
- Stroke Property
- Value Property
- XValue Property
- XyCoordinate Property
- YValue Property
- StripeSeriesInfo
- TernarySeriesInfo
- XySeriesInfo
- XyStackedSeriesInfo
- XyzSeriesInfo
- Interfaces
- SciChart.Charting.Model.ChartSeries Namespace
- Overview
- Classes
- AnchorPointAnnotationViewModel
- AnnotationsSourceCollection
- AxesSourceCollection
- AxesSynchronizationManager
- AxisBaseViewModel
- Overview
- Members
- AxisBaseViewModel Constructor
- Methods
- Properties
- AxisAlignment Property
- HasXAxisDragModifier Property
- HasYAxisDragModifierIncludeAxis Property
- HasZoomPanModifier Property
- IsCenterAxis Property
- IsHorizontalAxis Property
- IsLabelCullingEnabled Property
- IsPrimaryAxis Property
- TitleFontSize Property
- TitleFontWeight Property
- VisibleRangeChangedCommand Property
- VisibleRangeLimit Property
- VisibleRangeLimitMode Property
- ZoomExtentsRange Property
- Events
- AxisCoreViewModel
- Overview
- Members
- AxisCoreViewModel Constructor
- Properties
- AnimatedVisibleRange Property
- AutoRange Property
- AutoTicks Property
- AxisBandsFill Property
- AxisTitle Property
- AxisTitleOffset Property
- Background Property
- BorderBrush Property
- BorderThickness Property
- CursorTextFormatting Property
- DrawLabels Property
- DrawMajorBands Property
- DrawMajorGridLines Property
- DrawMajorTicks Property
- DrawMinorGridLines Property
- DrawMinorTicks Property
- FlipCoordinates Property
- FontSize Property
- FontWeight Property
- GrowBy Property
- Id Property
- IsStaticAxis Property
- LabelProvider Property
- MajorDelta Property
- MajorGridLinesBrush Property
- MaxAutoTicks Property
- MinimalZoomConstraint Property
- MinorDelta Property
- MinorGridLinesBrush Property
- MinorsPerMajor Property
- StrokeThickness Property
- TextFormatting Property
- TickLabelsOffset Property
- TickProvider Property
- TickTextBrush Property
- Visibility Property
- VisibleRange Property
- AxisMarkerAnnotationViewModel
- AxisSynchronizationHelper
- BandRenderableSeriesViewModel
- BaseAnnotationViewModel
- Overview
- Members
- BaseAnnotationViewModel Constructor
- Properties
- AnnotationCanvas Property
- CanEditText Property
- CoordinateMode Property
- DragDeltaCommand Property
- DragDirections Property
- DragEndedCommand Property
- DragStartedCommand Property
- Foreground Property
- IsEditable Property
- IsHidden Property
- IsHiddenChangedCommand Property
- IsSelected Property
- ResizeDirections Property
- SelectedCommand Property
- Tooltip Property
- UnselectedCommand Property
- X1 Property
- X2 Property
- XAxisId Property
- Y1 Property
- Y2 Property
- YAxisId Property
- Events
- BaseColumnRenderableSeriesViewModel
- BaseHeatmapRenderableSeriesViewModel
- BaseMountainRenderableSeriesViewModel
- BaseRenderableSeriesViewModel
- Overview
- Members
- BaseRenderableSeriesViewModel Constructor
- Methods
- Properties
- AntiAliasing Property
- DataSeries Property
- DrawNaNAs Property
- IncludeDataPointSelectionModifier Property
- IncludeRolloverModifier Property
- IncludeSeriesSelectionModifier Property
- IncludeSeriesValueModifier Property
- IncludeTooltipModifier Property
- IsDigitalLine Property
- IsSelected Property
- IsVisible Property
- Opacity Property
- PaletteProvider Property
- PointMarker Property
- ResamplingMode Property
- SelectedPointMarker Property
- SeriesInfoProvider Property
- Stroke Property
- StrokeDashArray Property
- StrokeThickness Property
- XAxisId Property
- YAxisId Property
- ZeroLineY Property
- Events
- BaseSciChartElementViewModel
- BoxAnnotationViewModel
- BoxPlotRenderableSeriesViewModel
- BubbleRenderableSeriesViewModel
- CandlestickRenderableSeriesViewModel
- CategoryDateTimeAxisViewModel
- CategoryNumericAxisViewModel
- ChartSeriesViewModel
- ColumnRenderableSeriesViewModel
- CompositeAnnotationViewModel
- CustomAnnotationViewModel
- DateTimeAxisViewModel
- DiscontiniousDateTimeAxisViewModel
- DoubleScaleDiscontinuousDateTimeAxisViewModel
- DoubleScaleNumericAxisViewModel
- ErrorBarsRenderableSeriesViewModel
- ExtremeScatterRenderableSeriesViewModel
- HistobarRenderableSeriesViewModel
- HorizontalLineAnnotationViewModel
- ImpulseRenderableSeriesViewModel
- IndexDateTimeAxisViewModel
- IndexNumericAxisViewModel
- LineAnnotationBaseViewModel
- LineAnnotationViewModel
- LineAnnotationWithLabelsBaseViewModel
- LineArrowAnnotationViewModel
- LineRenderableSeriesViewModel
- LogarithmicNumericAxisViewModel
- MarketProfileRenderableSeriesViewModel
- MountainRenderableSeriesViewModel
- NegativeLogarithmicAxisViewModel
- NonUniformHeatmapRenderableSeriesViewModel
- NumericAxisViewModel
- OhlcRenderableSeriesViewModel
- PolarUniformHeatmapRenderableSeriesViewModel
- PolarXAxisViewModel
- PolarYAxisViewModel
- RadarAxisViewModel
- RadarPolygonRenderableSeriesViewModel
- Overview
- Members
- RadarPolygonRenderableSeriesViewModel Constructor
- Properties
- AntiAliasing Property
- DataSeries Property
- Fill Property
- IsFilled Property
- IsSelected Property
- IsVisible Property
- LegendMarkerTemplate Property
- PointMarker Property
- SelectedPointMarker Property
- SelectedSeriesStyle Property
- SeriesName Property
- Stroke Property
- StrokeThickness Property
- ViewType Property
- RadarRenderableSeriesSourceCollection
- RenderableSeriesSourceCollection
- SourceCollectionBase<TView,TViewModel>
- Overview
- Members
- SourceCollectionBase<TView,TViewModel> Constructor
- Methods
- ClearItems Method
- CreateView Method
- ForceResources Method
- GetStyleKey Method
- InsertElement Method
- RefreshInnerRenderableSeriesCollection Method
- SetStyleKey Method
- SubscribeInnerCollection Method
- UnsubscribeInnerCollection Method
- Properties
- Fields
- StackedColumnRenderableSeriesViewModel
- StackedMountainRenderableSeriesViewModel
- StripeRenderableSeriesViewModel
- TextAnnotationViewModel
- TimeSpanAxisViewModel
- UniformContourRenderableSeriesViewModel
- UniformHeatmapRenderableSeriesViewModel
- VerticalLineAnnotationViewModel
- VolumeCandlestickRenderableSeriesViewModel
- XyScatterRenderableSeriesViewModel
- Interfaces
- IAnnotationViewModel
- Overview
- Members
- Properties
- AnnotationCanvas Property
- CanEditText Property
- CoordinateMode Property
- DragDirections Property
- IsEditable Property
- IsHidden Property
- IsSelected Property
- ResizeDirections Property
- X1 Property
- X2 Property
- XAxisId Property
- Y1 Property
- Y2 Property
- YAxisId Property
- Events
- IAxisCoreViewModel
- Overview
- Members
- Properties
- AnimatedVisibleRange Property
- AutoRange Property
- AutoTicks Property
- AxisBandsFill Property
- AxisTitle Property
- CursorTextFormatting Property
- DrawLabels Property
- DrawMajorBands Property
- DrawMajorGridLines Property
- DrawMajorTicks Property
- DrawMinorGridLines Property
- DrawMinorTicks Property
- FlipCoordinates Property
- MaxAutoTicks Property
- MinimalZoomConstraint Property
- MinorsPerMajor Property
- TextFormatting Property
- TickProvider Property
- TickTextBrush Property
- VisibleRange Property
- IAxisViewModel
- Overview
- Members
- Properties
- AxisAlignment Property
- Id Property
- IsCenterAxis Property
- IsHorizontalAxis Property
- IsLabelCullingEnabled Property
- IsPrimaryAxis Property
- LabelProvider Property
- TitleFontSize Property
- TitleFontWeight Property
- Visibility Property
- VisibleRangeLimit Property
- VisibleRangeLimitMode Property
- Events
- IChartSeriesViewModel
- IRadarPolygonRenderableSeriesViewModel
- IRenderableSeriesViewModel
- ISciChartElementViewModel
- SciChart.Charting.Model.DataSeries Namespace
- Overview
- Classes
- BaseDataDistributionCalculator<TX,TY>
- BoxPlotDataSeries<TAllPoints>
- BoxPlotDataSeries<TX,TY>
- Overview
- Members
- BoxPlotDataSeries<TX,TY> Constructor
- Methods
- Append Method
- Append(TX,TY[]) Method
- Append(IEnumerable<TX>,IEnumerable<TY>[]) Method
- Append(TX,TY,TY,TY,TY,TY) Method
- Append(TX,TY,TY,TY,TY,TY,IPointMetadata) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- ClearColumns Method
- Clone Method
- EnsureColumnTypeAndCapacity Method
- GetYMaxAt Method
- GetYMinAt Method
- RemoveAt Method
- RemoveRange Method
- ToHitTestInfo Method
- ToPointSeriesInternal Method
- Properties
- BoxPointSeries
- CandlestickMetaData
- DataSeries<TX,TY>
- Overview
- Members
- DataSeries<TX,TY> Constructor
- Methods
- Append Method
- AppendMetadata Method
- Clear Method
- ClearColumns Method
- Clone Method
- DecrementSuspend Method
- EnsureColumnTypeAndCapacity Method
- EnsureFifoBufferSizeAfterMemoryRelease Method
- FindClosestLine Method
- FindClosestPoint Method
- FindIndex Method
- GetIndicesRange Method
- GetPositiveMin<T> Method
- GetWindowedYRange Method
- GetWindowedYRange(IRange) Method
- GetWindowedYRange(IRange,Boolean) Method
- GetWindowedYRange(IndexRange) Method
- GetWindowedYRange(IndexRange,Boolean) Method
- GetXMinAt Method
- GetXRange Method
- GetYMaxAt Method
- GetYMinAt Method
- InsertMetadata Method
- InsertMetadata(Int32,IPointMetadata) Method
- InsertMetadata(Int32,IEnumerable<IPointMetadata>) Method
- InvalidateParentSurface Method
- OnDataSeriesChanged Method
- Recreate<T> Method
- RecreateAsFifo<T> Method
- RemoveAt Method
- RemoveRange Method
- ResumeUpdates Method
- SuspendUpdates Method
- ThrowWhenAppendInvalid Method
- ThrowWhenParamsAreNull Method
- ThrowWhenParamsHaveDifferentSize Method
- ToHitTestInfo Method
- ToPointSeries Method
- ToPointSeriesInternal Method
- Properties
- AcceptsUnsortedData Property
- ChangeCount Property
- Count Property
- DataContainsNaN Property
- DataDistributionCalculator Property
- DataIsEvenlySpaced Property
- DataIsSortedAscending Property
- DataSeriesType Property
- FifoCapacity Property
- HasMetadata Property
- HasValues Property
- IsFifo Property
- IsSorted Property
- IsSuspended Property
- Item Property
- LatestYValue Property
- Metadata Property
- MinXSpacing Property
- ParentSurface Property
- SeriesName Property
- SyncRoot Property
- Tag Property
- XMax Property
- XMin Property
- XRange Property
- XType Property
- XValues Property
- YMax Property
- YMin Property
- YRange Property
- YType Property
- YValues Property
- Fields
- Events
- DataSeriesChangedEventArgs
- Overview
- Members
- DataSeriesChangedEventArgs Constructor
- DataSeriesChangedEventArgs Constructor(DataSeriesUpdate)
- DataSeriesChangedEventArgs Constructor(DataSeriesUpdate,DataSeriesAction,Int32,Int32)
- Methods
- Properties
- DataSeriesExtensions
- DoubleToColorMappingSettings
- HlcDataSeries<TAllPoints>
- HlcDataSeries<TX,TY>
- Overview
- Members
- HlcDataSeries<TX,TY> Constructor
- Methods
- Append Method
- Append(TX,TY[]) Method
- Append(IEnumerable<TX>,IEnumerable<TY>[]) Method
- Append(TX,TY,TY,TY) Method
- Append(TX,TY,TY,TY,IPointMetadata) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- ClearColumns Method
- Clone Method
- EnsureColumnTypeAndCapacity Method
- GetCloseValuesRange Method
- GetHighLowValuesRange Method
- GetYMaxAt Method
- GetYMinAt Method
- Insert Method
- InsertRange Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>) Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- RemoveAt Method
- RemoveRange Method
- ToHitTestInfo Method
- ToPointSeriesInternal Method
- Update Method
- Properties
- HlcPointSeries
- OhlcDataSeries<TAllPoints>
- OhlcDataSeries<TX,TY>
- Overview
- Members
- OhlcDataSeries<TX,TY> Constructor
- Methods
- Append Method
- Append(TX,TY[]) Method
- Append(IEnumerable<TX>,IEnumerable<TY>[]) Method
- Append(TX,TY,TY,TY,TY) Method
- Append(TX,TY,TY,TY,TY,IPointMetadata) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- ClearColumns Method
- Clone Method
- EnsureColumnTypeAndCapacity Method
- GetYMaxAt Method
- GetYMinAt Method
- Insert Method
- InsertRange Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>) Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- RemoveAt Method
- RemoveRange Method
- ToHitTestInfo Method
- ToPointSeriesInternal Method
- Update Method
- Properties
- OhlcPointSeries
- RadarPointViewModel
- StripeDataSeries<TXY>
- StripeDataSeries<TX,TY>
- Overview
- Members
- StripeDataSeries<TX,TY> Constructor
- StripeDataSeries<TX,TY> Constructor(TX[],TX[])
- StripeDataSeries<TX,TY> Constructor(TX[],TX[],TY,TY)
- StripeDataSeries<TX,TY> Constructor(TX[],TX[],IPointMetadata[])
- StripeDataSeries<TX,TY> Constructor(TX[],TX[],TY,TY,IPointMetadata[])
- Methods
- Clear Method
- DecrementSuspend Method
- FindClosestLine Method
- FindClosestPoint Method
- FindIndex Method
- GetIndicesRange Method
- GetWindowedYRange Method
- GetWindowedYRange(IndexRange) Method
- GetWindowedYRange(IRange) Method
- GetWindowedYRange(IRange,Boolean) Method
- GetWindowedYRange(IndexRange,Boolean) Method
- GetXRange Method
- InvalidateParentSurface Method
- OnDataSeriesChanged Method
- ResumeUpdates Method
- SuspendUpdates Method
- ToHitTestInfo Method
- ToPointSeries Method
- Properties
- AcceptsUnsortedData Property
- ChangeCount Property
- Count Property
- DataContainsNaN Property
- DataIsEvenlySpaced Property
- DataIsSortedAscending Property
- DataSeriesType Property
- FifoCapacity Property
- HasMetadata Property
- HasValues Property
- IsFifo Property
- IsSorted Property
- IsSuspended Property
- Item Property
- LatestYValue Property
- Metadata Property
- MinXSpacing Property
- ParentSurface Property
- SeriesName Property
- SyncRoot Property
- Tag Property
- X1Values Property
- XMax Property
- XMin Property
- XRange Property
- XType Property
- XValues Property
- Y1Value Property
- YMax Property
- YMin Property
- YRange Property
- YType Property
- YValue Property
- Fields
- Events
- StripeValue<TX>
- UniformDataDistributionArgs<TY>
- Overview
- Members
- UniformDataDistributionArgs<TY> Constructor
- UniformDataDistributionArgs<TY> Constructor(Boolean)
- UniformDataDistributionArgs<TY> Constructor(Boolean,Boolean)
- UniformDataDistributionArgs<TY> Constructor(Boolean,Boolean,TY,TY)
- UniformDataDistributionArgs<TY> Constructor(Boolean,TY,TY)
- Properties
- UniformXyDataSeries<TY>
- Overview
- Members
- UniformXyDataSeries<TY> Constructor
- UniformXyDataSeries<TY> Constructor(Double,Double,Int32,UniformDataDistributionArgs<TY>)
- UniformXyDataSeries<TY> Constructor(Int32,UniformDataDistributionArgs<TY>)
- UniformXyDataSeries<TY> Constructor(IEnumerable<TY>,UniformDataDistributionArgs<TY>)
- UniformXyDataSeries<TY> Constructor(IEnumerable<TY>,IEnumerable<IPointMetadata>,UniformDataDistributionArgs<TY>)
- UniformXyDataSeries<TY> Constructor(Double,Double,IEnumerable<TY>,IEnumerable<IPointMetadata>,UniformDataDistributionArgs<TY>)
- UniformXyDataSeries<TY> Constructor(Double,Double,IEnumerable<TY>,UniformDataDistributionArgs<TY>)
- Methods
- Append Method
- Append(TY) Method
- Append(TY,IPointMetadata) Method
- Append(IEnumerable<TY>) Method
- Append(IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- Clear Method
- DecrementSuspend Method
- FindClosestLine Method
- FindClosestPoint Method
- FindIndex Method
- GetIndicesRange Method
- GetWindowedYRange Method
- GetWindowedYRange(IndexRange) Method
- GetWindowedYRange(IRange) Method
- GetWindowedYRange(IRange,Boolean) Method
- GetWindowedYRange(IndexRange,Boolean) Method
- GetXRange Method
- GetXValue Method
- Insert Method
- InsertRange Method
- InsertRange(Int32,IEnumerable<TY>) Method
- InsertRange(Int32,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- InvalidateParentSurface Method
- OnDataSeriesChanged Method
- RemoveAt Method
- RemoveRange Method
- Reset Method
- ResumeUpdates Method
- SuspendUpdates Method
- ToHitTestInfo Method
- ToPointSeries Method
- Update Method
- Properties
- ChangeCount Property
- Count Property
- DataContainsNaN Property
- DataSeriesType Property
- FifoCapacity Property
- HasMetadata Property
- HasValues Property
- IsFifo Property
- IsSuspended Property
- Item Property
- LatestYValue Property
- Metadata Property
- ParentSurface Property
- SeriesName Property
- SyncRoot Property
- Tag Property
- XMax Property
- XMin Property
- XRange Property
- XStart Property
- XStep Property
- YMax Property
- YMin Property
- YRange Property
- YType Property
- YValues Property
- Fields
- Events
- UserDefinedDistributionCalculator<TX,TY>
- XyDataSeries<TAllPoints>
- XyDataSeries<TX,TY>
- Overview
- Members
- XyDataSeries<TX,TY> Constructor
- XyDataSeries<TX,TY> Constructor(Int32)
- XyDataSeries<TX,TY> Constructor()
- XyDataSeries<TX,TY> Constructor(TX[],TY[],Boolean,Nullable<DataDistributionArgs>)
- Methods
- Append Method
- Append(TX,TY[]) Method
- Append(IEnumerable<TX>,IEnumerable<TY>[]) Method
- Append(TX,TY) Method
- Append(TX,TY,IPointMetadata) Method
- Append(IEnumerable<TX>,IEnumerable<TY>) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- ClearColumns Method
- Clone Method
- EnsureColumnTypeAndCapacity Method
- GetYMaxAt Method
- GetYMinAt Method
- Insert Method
- InsertRange Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>) Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- RemoveAt Method
- RemoveRange Method
- ToPointSeriesInternal Method
- Update Method
- Properties
- XyyDataSeries<T>
- XyyDataSeries<TX,TY>
- Overview
- Members
- XyyDataSeries<TX,TY> Constructor
- Methods
- Append Method
- Append(TX,TY[]) Method
- Append(IEnumerable<TX>,IEnumerable<TY>[]) Method
- Append(TX,TY,TY) Method
- Append(TX,TY,TY,IPointMetadata) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- ClearColumns Method
- Clone Method
- EnsureColumnTypeAndCapacity Method
- GetYMaxAt Method
- GetYMinAt Method
- Insert Method
- InsertRange Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>) Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- RemoveAt Method
- RemoveRange Method
- ToHitTestInfo Method
- ToPointSeriesInternal Method
- Update Method
- Properties
- XyzDataSeries<TAllPoints>
- XyzDataSeries<TX,TY,TZ>
- Overview
- Members
- XyzDataSeries<TX,TY,TZ> Constructor
- Methods
- Append Method
- Append(TX,TY[]) Method
- Append(IEnumerable<TX>,IEnumerable<TY>[]) Method
- Append(TX,TY,TZ) Method
- Append(TX,TY,TZ,IPointMetadata) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TZ>) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TZ>,IEnumerable<IPointMetadata>) Method
- ClearColumns Method
- Clone Method
- EnsureColumnTypeAndCapacity Method
- GetYMaxAt Method
- GetYMinAt Method
- Insert Method
- InsertRange Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TZ>) Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TZ>,IEnumerable<IPointMetadata>) Method
- RemoveAt Method
- RemoveRange Method
- ResampleZPoints Method
- ToHitTestInfo Method
- ToPointSeriesInternal Method
- Update Method
- Properties
- Fields
- XyzPointSeries
- Enumerations
- Structures
- Interfaces
- IBoxPlotDataSeries
- IBoxPlotDataSeries<TX,TY>
- IDataDistributionCalculator<TX,TY>
- IDataDistributionProvider
- IDataSeries
- Overview
- Members
- Methods
- Clear Method
- FindClosestLine Method
- FindClosestPoint Method
- FindIndex Method
- GetIndicesRange Method
- GetWindowedYRange Method
- GetWindowedYRange(IRange) Method
- GetWindowedYRange(IndexRange) Method
- GetWindowedYRange(IndexRange,Boolean) Method
- GetWindowedYRange(IRange,Boolean) Method
- GetXRange Method
- InvalidateParentSurface Method
- ToHitTestInfo Method
- ToPointSeries Method
- Properties
- AcceptsUnsortedData Property
- ChangeCount Property
- Count Property
- DataSeriesType Property
- FifoCapacity Property
- HasMetadata Property
- HasValues Property
- IsFifo Property
- IsSorted Property
- LatestYValue Property
- Metadata Property
- MinXSpacing Property
- ParentSurface Property
- SeriesName Property
- SyncRoot Property
- Tag Property
- XMax Property
- XMin Property
- XRange Property
- XType Property
- XValues Property
- YMax Property
- YMin Property
- YRange Property
- YType Property
- YValues Property
- Events
- IDataSeries<TX,TY>
- Overview
- Members
- Methods
- Properties
- IHeatmap2DArrayDataSeries
- IHlcDataSeries
- IHlcDataSeries<TX,TY>
- Overview
- Members
- Methods
- Append Method
- Append(TX,TY,TY,TY) Method
- Append(TX,TY,TY,TY,IPointMetadata) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- Insert Method
- InsertRange Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>) Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- Update Method
- Properties
- IOhlcDataSeries
- IOhlcDataSeries<TX,TY>
- Overview
- Members
- Methods
- Append Method
- Append(TX,TY,TY,TY,TY) Method
- Append(TX,TY,TY,TY,TY,IPointMetadata) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- Insert Method
- InsertRange Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>) Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- Update Method
- Properties
- IPointMetadata
- IRadarPointViewModel
- IStripeDataSeries
- IStripeDataSeries<TX,TY>
- IUniformXyDataSeries
- IUniformXyDataSeries<TY>
- Overview
- Members
- Methods
- Append Method
- Append(TY) Method
- Append(TY,IPointMetadata) Method
- Append(IEnumerable<TY>) Method
- Append(IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- Insert Method
- InsertRange Method
- InsertRange(Int32,IEnumerable<TY>) Method
- InsertRange(Int32,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- RemoveAt Method
- RemoveRange Method
- Reset Method
- Update Method
- Properties
- IXyDataSeries
- IXyDataSeries<TX,TY>
- Overview
- Members
- Methods
- Append Method
- Append(TX,TY) Method
- Append(TX,TY,IPointMetadata) Method
- Append(IEnumerable<TX>,IEnumerable<TY>) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- Insert Method
- InsertRange Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>) Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
- Update Method
- IXyyDataSeries
- IXyyDataSeries<TX,TY>
- IXyzDataSeries
- IXyzDataSeries<TX,TY,TZ>
- Overview
- Members
- Methods
- Append Method
- Append(TX,TY,TZ) Method
- Append(TX,TY,TZ,IPointMetadata) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TZ>) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TZ>,IEnumerable<IPointMetadata>) Method
- Insert Method
- InsertRange Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TZ>) Method
- InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TZ>,IEnumerable<IPointMetadata>) Method
- Update Method
- Properties
- SciChart.Charting.Model.DataSeries.Heatmap2DArrayDataSeries Namespace
- Overview
- Classes
- BaseHeatmapDataSeries<TX,TY,TZ>
- Overview
- Members
- BaseHeatmapDataSeries<TX,TY,TZ> Constructor
- Methods
- Append Method
- Clear Method
- Clone Method
- DecrementSuspend Method
- FindClosestLine Method
- FindClosestPoint Method
- FindIndex Method
- GetXIndex Method
- GetXIndicesRange Method
- GetXRange Method
- GetXValue Method
- GetXValues Method
- GetYIndex Method
- GetYIndicesRange Method
- GetYMaxAt Method
- GetYMinAt Method
- GetYRange Method
- GetYValue Method
- GetYValues Method
- GetZValue Method
- InvalidateParentSurface Method
- RemoveAt Method
- RemoveRange Method
- ResumeUpdates Method
- SuspendUpdates Method
- ToHitTestInfo Method
- ToPointSeries Method
- UpdateZValue Method
- Properties
- ArrayHeight Property
- ArrayWidth Property
- ChangeCount Property
- Count Property
- DataContainsNaN Property
- DataDistributionCalculator Property
- DataIsEvenlySpaced Property
- DataIsSortedAscending Property
- FifoCapacity Property
- HasMetadata Property
- HasValues Property
- IsSuspended Property
- Metadata Property
- OptimizeForNonDoubleZValues Property
- ParentSurface Property
- SeriesName Property
- SyncRoot Property
- Tag Property
- XMax Property
- XMin Property
- XRange Property
- XType Property
- XValues Property
- YMax Property
- YMin Property
- YRange Property
- YType Property
- YValues Property
- ZType Property
- Events
- EmptyPointSeriesImplementation<TX,TY,TZ>
- NonUniformHeatmapDataSeries<T>
- NonUniformHeatmapDataSeries<TX,TY,TZ>
- Overview
- Members
- NonUniformHeatmapDataSeries<TX,TY,TZ> Constructor
- Methods
- Clear Method
- GetXIndex Method
- GetXRange Method
- GetXValue Method
- GetXValues Method
- GetYIndex Method
- GetYRange Method
- GetYValue Method
- GetYValues Method
- Properties
- UniformHeatmapDataSeries<TX,TY,TZ>
- Interfaces
- SciChart.Charting.Model.DataSeries.UniformXyDataSeries Namespace
- SciChart.Charting.Model.Filters Namespace
- Overview
- Classes
- FilterBase
- Overview
- Members
- FilterBase Constructor
- Methods
- FilterAll Method
- FilterOnAppend Method
- FilterOnInsert Method
- FilterOnRemove Method
- FilterOnUpdate Method
- OnOriginalDataSeriesChanged Method
- Properties
- FilterExtensions
- Overview
- Members
- Methods
- AggregateByCount Method
- AggregateByCount<TX,TY>(IOhlcDataSeries<TX,TY>,Int32) Method
- AggregateByCount<TX,TY>(IOhlcDataSeries<TX,TY>,Int32,IOhlcDataSeries<TX,TY>) Method
- AggregateByCountDiscontinuousSeries Method
- AggregateByCountDiscontinuousSeries<TY>(IOhlcDataSeries<DateTime,TY>,Int32,IDiscontinuousDateTimeCalendar) Method
- AggregateByCountDiscontinuousSeries<TY>(IOhlcDataSeries<DateTime,TY>,Int32,IDiscontinuousDateTimeCalendar,IOhlcDataSeries<DateTime,TY>) Method
- AggregateByRange Method
- AggregateByRange<TY>(IOhlcDataSeries<DateTime,TY>,TY) Method
- AggregateByRange<TY>(IOhlcDataSeries<DateTime,TY>,TY,IOhlcDataSeries<DateTime,TY>) Method
- AggregateByRenko Method
- AggregateByRenko<TY>(IOhlcDataSeries<DateTime,TY>,TY) Method
- AggregateByRenko<TY>(IOhlcDataSeries<DateTime,TY>,TY,RenkoSource) Method
- AggregateByRenko<TY>(IOhlcDataSeries<DateTime,TY>,TY,Func<Int32,Int32,IPointMetadata>) Method
- AggregateByRenko<TY>(IOhlcDataSeries<DateTime,TY>,TY,IOhlcDataSeries<DateTime,TY>) Method
- AggregateByRenko<TY>(IOhlcDataSeries<DateTime,TY>,TY,RenkoSource,IOhlcDataSeries<DateTime,TY>) Method
- AggregateByRenko<TY>(IOhlcDataSeries<DateTime,TY>,TY,RenkoSource,Func<Int32,Int32,IPointMetadata>) Method
- AggregateByRenko<TY>(IOhlcDataSeries<DateTime,TY>,TY,RenkoSource,IOhlcDataSeries<DateTime,TY>,Func<Int32,Int32,IPointMetadata>) Method
- AggregateByTime Method
- AggregateByTime<TY>(IOhlcDataSeries<DateTime,TY>,TimeSpan) Method
- AggregateByTime<TY>(IOhlcDataSeries<DateTime,TY>,TimeSpan,IOhlcDataSeries<DateTime,TY>) Method
- AggregateByVolume Method
- AggregateByVolume<TY>(IOhlcDataSeries<DateTime,TY>,IList<TY>,TY) Method
- AggregateByVolume<TY>(IOhlcDataSeries<DateTime,TY>,Func<Int32,TY>,TY) Method
- AggregateByVolume<TY>(IOhlcDataSeries<DateTime,TY>,Func<Int32,TY>,TY,IOhlcDataSeries<DateTime,TY>) Method
- Offset Method
- Offset<TY>(IUniformXyDataSeries<TY>,TY) Method
- Offset<TX,TY>(IDataSeries<TX,TY>,TY) Method
- Offset<TX,TY,TZ>(IXyzDataSeries<TX,TY,TZ>,TY,TZ) Method
- Scale Method
- Scale<TX,TY>(IDataSeries<TX,TY>,TY) Method
- Scale<TX,TY,TZ>(IXyzDataSeries<TX,TY,TZ>,TY,TZ) Method
- Scale<TY>(IUniformXyDataSeries<TY>,TY) Method
- ToDiscontinuousSeries Method
- ToDiscontinuousSeries<TY>(IDataSeries<DateTime,TY>,IDiscontinuousDateTimeCalendar) Method
- ToDiscontinuousSeries<TY,TZ>(IXyzDataSeries<DateTime,TY,TZ>,IDiscontinuousDateTimeCalendar) Method
- ToLinearTrendline Method
- ToLinearTrendline<TX,TY>(IDataSeries<TX,TY>,Boolean) Method
- ToLinearTrendline<TY>(IUniformXyDataSeries<TY>) Method
- ToMovingAverage Method
- ToMovingAverage<TX>(IDataSeries<TX,Double>,Int32) Method
- ToMovingAverage(IUniformXyDataSeries<Double>,Int32) Method
- ToPolynomialTrend Method
- ToPolynomialTrend<TX,TY>(IDataSeries<TX,TY>,Int32,Boolean) Method
- ToPolynomialTrend<TY>(IUniformXyDataSeries<TY>,Int32) Method
- ToSpline Method
- LinearTrendlineFilter<TX,TY>
- Interfaces
- SciChart.Charting.Model.Filters.AggregationFilters Namespace
- Overview
- Enumerations
- SciChart.Charting.Model.Filters.DiscontinuousFilter Namespace
- SciChart.Charting.Model.Filters.OffsetFilter Namespace
- SciChart.Charting.Model.Filters.PolynomialTrendFilter Namespace
- Overview
- Classes
- SciChart.Charting.Model.Filters.PolynomialTrendFilter.LinearAlgebra Namespace
- SciChart.Charting.Model.Filters.RatioFilters Namespace
- Overview
- Classes
- SciChart.Charting.Model.Filters.ScaleFilter Namespace
- SciChart.Charting.Model.Filters.SplineInterpolationFilter Namespace
- SciChart.Charting.Numerics Namespace
- Overview
- Classes
- SciChart.Charting.Numerics.Calendars Namespace
- Overview
- Classes
- DefaultDiscontinuousDateTimeCalendar
- DiscontinuousDateTimeCalendarBase
- Interfaces
- SciChart.Charting.Numerics.CoordinateCalculators Namespace
- Overview
- Classes
- CoordinateCalculatorFactory
- TernaryCoordinateCalculator
- Overview
- Members
- TernaryCoordinateCalculator Constructor
- Methods
- GetDataValuesFromCoord Method
- GetIntersectionCoord Method
- GetIntersectionCoord(IXyzDataSeries<Double,Double,Double>,Int32) Method
- GetIntersectionCoord(Double,Double,Double) Method
- GetXCoordCalculatorForXAxis Method
- GetXCoordCalculatorForYAxis Method
- GetXCoordCalculatorForZAxis Method
- GetYCoordCalculatorForYAxis Method
- GetYCoordCalculatorForZAxis Method
- Properties
- Interfaces
- SciChart.Charting.Numerics.CoordinateProviders Namespace
- Overview
- Classes
- CategoryTickCoordinatesProvider
- DefaultTickCoordinatesProvider
- NumericCategoryTickCoordinatesProvider
- PolarTickCoordinatesProvider
- RadarTickCoordinatesProvider
- StaticTickCoordinatesProvider
- Structures
- Interfaces
- SciChart.Charting.Numerics.DeltaCalculators Namespace
- Overview
- Classes
- Interfaces
- SciChart.Charting.Numerics.TickProviders Namespace
- Overview
- Classes
- DateTimeTickProvider
- HighPrecisionNumericTickProvider
- IndexDateTimeTickProvider
- IndexNumericTickProvider
- IndexTickProviderBase<T>
- Overview
- Members
- IndexTickProviderBase<T> Constructor
- Methods
- CalculateDelta Method
- GetCoordinateCalculator Method
- GetDeltaCalculator Method
- GetDoubleMajorTicks Method
- GetDoubleMinorTicks Method
- Properties
- LogarithmicNegativeTickProvider
- LogarithmicNumericTickProvider
- Overview
- Members
- LogarithmicNumericTickProvider Constructor
- Methods
- CalculateMajorTicks Method
- CalculateMinorTicks Method
- CalculateMinorTicks(IRange<Double>,IAxisDelta<Double>) Method
- CalculateMinorTicks(IRange<Double>,IAxisDelta<Double>,IList<Double>) Method
- IsParamsValid Method
- Properties
- NumericTickProvider
- Overview
- Members
- NumericTickProvider Constructor
- Methods
- CalculateMajorTicks Method
- CalculateMinorTicks Method
- CalculateMinorTicks(IRange<Double>,IAxisDelta<Double>,IList<Double>) Method
- CalculateMinorTicks(IRange<Double>,IAxisDelta<Double>) Method
- CalculateTicks Method
- GetMajorTicks Method
- GetMinorTicks Method
- GetMinorTicks(IAxisParams) Method
- GetMinorTicks(IRange<Double>,IAxisDelta<Double>) Method
- GetMinorTicks(IRange<Double>,IAxisDelta<Double>,Double[]) Method
- IsParamsValid Method
- Fields
- TickProvider<T>
- TimeSpanTickProvider
- TimeSpanTickProviderBase
- Interfaces
- SciChart.Charting.Numerics.TickProviders.DiscontinuousAxisTickProvider Namespace
- Overview
- Classes
- DiscontinuousDateTimeTickProvider
- Overview
- Members
- DiscontinuousDateTimeTickProvider Constructor
- Methods
- CalculateMajorTicks Method
- CalculateMinorTicks Method
- CalculateMinorTicks(IDiscontinuousDateTimeCalendar,Int32,IRange<Double>,IAxisDelta<Double>,IList<Double>) Method
- CalculateMinorTicks(IDiscontinuousDateTimeCalendar,Int32,IRange<Double>,IAxisDelta<Double>) Method
- GetMajorTicks Method
- GetMajorTicks(IAxisParams) Method
- GetMajorTicks(IDiscontinuousDateTimeCalendar,Int32,IRange<Double>,IAxisDelta<Double>) Method
- GetMinorTicks Method
- GetMinorTicks(IAxisParams) Method
- GetMinorTicks(IDiscontinuousDateTimeCalendar,Int32,IRange<Double>,IAxisDelta<Double>) Method
- GetMinorTicks(IDiscontinuousDateTimeCalendar,Int32,DateTime,IRange<Double>,IAxisDelta<Double>,Double[]) Method
- IsParamsValid Method
- SciChart.Charting.Services Namespace
- Overview
- Classes
- RendererErrorCode
- RendererErrorCodes
- Overview
- Members
- RendererErrorCodes Constructor
- Fields
- BecauseOneOrMoreWarningsOccurred Field
- BecauseRenderSurfaceIsInvalid Field
- BecauseRenderSurfaceIsNull Field
- BecauseSciChartSurfaceIsDisposed Field
- BecauseSciChartSurfaceIsInvisible Field
- BecauseThereAreNoDataSeries Field
- BecauseThereAreNoRenderableSeries Field
- BecauseThereAreNoXAxes Field
- BecauseThereAreNoYAxes Field
- BecauseTickProviderIsNull Field
- BecauseUsingCategoryDateTimeAxisAndNoRenderableSeries Field
- BecauseViewportManagerIsNull Field
- BecauseViewportSizeIsNotValid Field
- BecauseVisibleRangeIsNullOrZeroOnOneOrMoreXOrYAxes Field
- BecauseXAxesOrYAxesIsNull Field
- Success Field
- ToDisableThisMessage Field
- ToEnsureVisibleRangeAtStartupHaveDataSeries Field
- RenderPassInfo
- RenderPassTernaryInfo
- Interfaces
- SciChart.Charting.StrategyManager Namespace
- Overview
- Interfaces
- SciChart.Charting.Themes Namespace
- Overview
- Classes
- AxisCanvas
- Overview
- Members
- AxisCanvas Constructor
- Methods
- AdjustArrangedRectPosition Method
- ArrangeOverride Method
- DecrementSuspend Method
- GetAllowCrossingEdges Method
- GetArrangedRect Method
- GetBottom Method
- GetCenterBottom Method
- GetCenterLeft Method
- GetCenterRight Method
- GetCenterTop Method
- GetLayoutClip Method
- GetLeft Method
- GetRight Method
- GetTop Method
- MeasureOverride Method
- ResumeUpdates Method
- SetAllowCrossingEdges Method
- SetBottom Method
- SetCenterBottom Method
- SetCenterLeft Method
- SetCenterRight Method
- SetCenterTop Method
- SetLeft Method
- SetRight Method
- SetTop Method
- SuspendUpdates Method
- Properties
- Fields
- AllowCrossingEdgesProperty Field
- BottomProperty Field
- CenterBottomProperty Field
- CenterLeftProperty Field
- CenterRightProperty Field
- CenterTopProperty Field
- ClipToBoundsProperty Field
- LeftProperty Field
- RightProperty Field
- SizeHeightToContentProperty Field
- SizeWidthToContentProperty Field
- TopProperty Field
- AxisPanel
- Overview
- Members
- AxisPanel Constructor
- Methods
- AddTickLabels Method
- ArrangeOverride Method
- ClearLabels Method
- DrawTicks Method
- DrawTicks(TickCoordinates,Single,Boolean) Method
- DrawTicks(IRenderContext2D,Style,Double,Single[],Single) Method
- GetRenderContextSize Method
- GetTickTarget Method
- GetTickVertices Method
- GetUsedTickSize Method
- Initialize Method
- Invalidate Method
- MeasureOverride Method
- OnPropertyChanged Method
- Properties
- AddLabels Property
- AxisAlignment Property
- AxisLabelToTickIndent Property
- DrawLabels Property
- DrawMajorTicks Property
- DrawMinorTicks Property
- IsHorizontalAxis Property
- IsInitialized Property
- IsLabelCullingEnabled Property
- LabelToTickIndent Property
- MajorTickLineStyle Property
- MajorTickSize Property
- MinorTickLineStyle Property
- MinorTickSize Property
- Fields
- AxisAlignmentProperty Field
- AxisLabelToTickIndentProperty Field
- DrawLabelsProperty Field
- DrawMajorTicksProperty Field
- DrawMinorTicksProperty Field
- IsLabelCullingEnabledProperty Field
- LineToStyle Field
- MajorTickLineStyleProperty Field
- MinorTickLineStyleProperty Field
- Events
- ModifierAxisCanvas
- ModifierPopupCanvas
- PolarAxisPanel
- PolarModifierAxisCanvas
- PolarPanel
- Overview
- Members
- PolarPanel Constructor
- Methods
- ArrangeOverride Method
- GetShouldCopyThicknessToParent Method
- GetThickness Method
- MeasureOverride Method
- SetShouldCopyThicknessToParent Method
- SetThickness Method
- Properties
- Fields
- PolarTickLabelAxisCanvas
- RadarAxisPanel
- RadialPanel
- Overview
- Members
- RadialPanel Constructor
- Methods
- ArrangeOverride Method
- GetAngle Method
- GetIsHorizontal Method
- GetOriginPoint Method
- MeasureOverride Method
- SetAngle Method
- SetIsHorizontal Method
- SetOriginPoint Method
- Fields
- TabControlCompatible
- TernaryAxisCanvas
- Overview
- Members
- TernaryAxisCanvas Constructor
- Methods
- ArrangeOverride Method
- GetBottom Method
- GetCenterBottom Method
- GetCenterLeft Method
- GetCenterRight Method
- GetCenterTop Method
- GetLeft Method
- GetRight Method
- GetTop Method
- MeasureOverride Method
- SetBottom Method
- SetCenterBottom Method
- SetCenterLeft Method
- SetCenterRight Method
- SetCenterTop Method
- SetLeft Method
- SetRight Method
- SetTop Method
- Properties
- AxisAlignment Property
- ChildRotationAngle Property
- ChildTransformOrigin Property
- SizeHeightToContent Property
- SizeWidthToContent Property
- Fields
- TernaryAxisContainer
- TernaryAxisPanel
- Overview
- Members
- TernaryAxisPanel Constructor
- Methods
- Properties
- Fields
- Events
- TernaryChartContainer
- TernaryModifierAxisCanvas
- TernaryTickLabelAxisCanvas
- ThemeColorProvider
- Overview
- Members
- ThemeColorProvider Constructor
- Methods
- Properties
- Axis3DBandsFill Property
- AxisBandsFill Property
- AxisPlaneBackgroundFill Property
- CursorLabelBackgroundBrush Property
- CursorLabelBorderBrush Property
- CursorLabelForeground Property
- CursorLineBrush Property
- DefaultAnnotationsGripsBackroundBrush Property
- DefaultAnnotationsGripsBorderBrush Property
- DefaultAxisMarkerAnnotationBackground Property
- DefaultAxisMarkerAnnotationForeground Property
- DefaultCandleDownBodyBrush Property
- DefaultCandleDownWickColor Property
- DefaultCandleUpBodyBrush Property
- DefaultCandleUpWickColor Property
- DefaultColorMapBrush Property
- DefaultColumnFillBrush Property
- DefaultColumnOutlineColor Property
- DefaultDownBandFillColor Property
- DefaultDownBandLineColor Property
- DefaultLineSeriesColor Property
- DefaultMountainAreaBrush Property
- DefaultMountainLineColor Property
- DefaultTextAnnotationBackground Property
- DefaultTextAnnotationForeground Property
- DefaultUpBandFillColor Property
- DefaultUpBandLineColor Property
- GridBackgroundBrush Property
- GridBorderBrush Property
- LegendBackgroundBrush Property
- MajorGridLinesBrush Property
- MinorGridLinesBrush Property
- OverviewFillBrush Property
- PlaneBorderColor Property
- RolloverLabelBackgroundBrush Property
- RolloverLabelBorderBrush Property
- RolloverLineStroke Property
- RubberBandFillBrush Property
- RubberBandStrokeBrush Property
- SciChartBackground Property
- ScrollbarBackgroundBrush Property
- ScrollbarBorderBrush Property
- ScrollbarGripsBackgroundBrush Property
- ScrollbarViewportBackgroundBrush Property
- ScrollbarViewportBorderBrush Property
- ShadowEffectColor Property
- TickTextBrush Property
- ThemeEffectsHelper
- TickLabelAxisCanvas
- Interfaces
- IAxisPanel
- ITernaryAxisPanel
- IThemeProvider
- Overview
- Members
- Methods
- Properties
- Axis3DBandsFill Property
- AxisBandsFill Property
- AxisPlaneBackgroundFill Property
- CursorLabelBackgroundBrush Property
- CursorLabelBorderBrush Property
- CursorLabelForeground Property
- CursorLineBrush Property
- DefaultAnnotationsGripsBackroundBrush Property
- DefaultAnnotationsGripsBorderBrush Property
- DefaultAxisMarkerAnnotationBackground Property
- DefaultAxisMarkerAnnotationForeground Property
- DefaultCandleDownBodyBrush Property
- DefaultCandleDownWickColor Property
- DefaultCandleUpBodyBrush Property
- DefaultCandleUpWickColor Property
- DefaultColorMapBrush Property
- DefaultColumnFillBrush Property
- DefaultColumnOutlineColor Property
- DefaultDownBandFillColor Property
- DefaultDownBandLineColor Property
- DefaultLineSeriesColor Property
- DefaultMountainAreaBrush Property
- DefaultMountainLineColor Property
- DefaultTextAnnotationBackground Property
- DefaultTextAnnotationForeground Property
- DefaultUpBandFillColor Property
- DefaultUpBandLineColor Property
- GridBackgroundBrush Property
- GridBorderBrush Property
- LegendBackgroundBrush Property
- MajorGridLinesBrush Property
- MinorGridLinesBrush Property
- OverviewFillBrush Property
- PlaneBorderColor Property
- RolloverLabelBackgroundBrush Property
- RolloverLabelBorderBrush Property
- RolloverLineStroke Property
- RubberBandFillBrush Property
- RubberBandStrokeBrush Property
- SciChartBackground Property
- ScrollbarBackgroundBrush Property
- ScrollbarBorderBrush Property
- ScrollbarGripsBackgroundBrush Property
- ScrollbarViewportBackgroundBrush Property
- ScrollbarViewportBorderBrush Property
- ShadowEffectColor Property
- TickTextBrush Property
- SciChart.Charting.Utility Namespace
- Overview
- Classes
- SciChart.Charting.ViewportManagers Namespace
- Overview
- Classes
- DefaultViewportManager
- ViewportManagerBase
- Overview
- Members
- ViewportManagerBase Constructor
- Methods
- AnimateZoomExtents Method
- AnimateZoomExtentsX Method
- AnimateZoomExtentsY Method
- AttachSciChartSurface Method
- BeginInvoke Method
- CalculateAutoRange Method
- CalculateNewXAxisRange Method
- CalculateNewYAxisRange Method
- DecrementSuspend Method
- DetachSciChartSurface Method
- InvalidateElement Method
- InvalidateParentSurface Method
- OnCalculateNewXRange Method
- OnCalculateNewYRange Method
- OnInvalidateParentSurface Method
- OnParentSurfaceRendered Method
- OnVisibleRangeChanged Method
- ResumeUpdates Method
- SuspendUpdates Method
- ZoomExtents Method
- ZoomExtentsX Method
- ZoomExtentsY Method
- Properties
- Interfaces
- IViewportManager
- SciChart.Charting.Visuals Namespace
- Overview
- Classes
- ChartModifierSurface
- Overview
- Members
- ChartModifierSurface Constructor
- Methods
- Properties
- Fields
- DefaultRasterizer
- HeatmapColorMap
- Overview
- Members
- HeatmapColorMap Constructor
- Methods
- Properties
- AxisStyle Property
- AxisType Property
- ColorMap Property
- EnableAxisDrag Property
- Maximum Property
- Minimum Property
- MinimumMaximum Property
- Orientation Property
- TextFormatting Property
- Fields
- HeatmapColourMap
- MainGrid
- Overview
- Members
- MainGrid Constructor
- Methods
- Properties
- Events
- ManipulationMargins
- PieSegmentItem
- RenderContextExtensions
- SciChart2DInitializer
- SciChartDonutSurface
- SciChartExceptionEventArgs
- SciChartLegend
- Overview
- Members
- SciChartLegend Constructor
- Properties
- LegendData Property
- Orientation Property
- ShowSeriesMarkers Property
- ShowVisibilityCheckboxes Property
- Fields
- SciChartOverview
- Overview
- Members
- SciChartOverview Constructor
- Methods
- Properties
- Axis Property
- BackgroundChartSurface Property
- DataSeries Property
- Fill Property
- ParentSurface Property
- RenderableSeriesStyle Property
- RenderableSeriesType Property
- ScrollbarStyle Property
- SelectedRange Property
- Stroke Property
- XAxisId Property
- Fields
- SciChartParallelCoordinateSurface
- Overview
- Members
- SciChartParallelCoordinateSurface Constructor
- Methods
- Properties
- DrawSplines Property
- LabelStyle Property
- ParallelCoordinateDataSource Property
- RenderableSeriesStyle Property
- SplineUpSampleFactor Property
- VirtualXAxisId Property
- VirtualYAxisId Property
- Fields
- SciChartPerformanceOverlay
- Overview
- Members
- SciChartPerformanceOverlay Constructor
- Methods
- Properties
- ChartsVisibility Property
- SciChartFps Property
- SciChartFpsSeries Property
- SmoothingWindowSize Property
- TargetSurface Property
- TotalPointCount Property
- WpfFps Property
- WpfFpsSeries Property
- Fields
- SciChartPieSurface
- SciChartPieSurfaceBase
- Overview
- Members
- SciChartPieSurfaceBase Constructor
- Methods
- AnimateInfoPart Method
- CalcCartesionCoordinate Method
- CalcSegmentCoord Method
- CreateLabel Method
- DrawInfoSegment Method
- DrawInfosInternal Method
- DrawSegments Method
- ExportToBitmapSource Method
- ExportToFile Method
- ExportToFileInternal Method
- GetAndAssertTemplateChild<T> Method
- GetCashedBrushesCollection Method
- GetInfoYCoord Method
- GetItemFromTemplate Method
- GetQuadrant Method
- GetSegmentBrush Method
- GetValuesSum Method
- InvalidateElement Method
- IsCoordInSegment Method
- IsEastAngleSide Method
- IsNorthAngleSide Method
- IsSouthAngleSide Method
- IsValidToDraw Method
- IsWestAngleSide Method
- OnApplyTemplate Method
- OnSegmentMouseDown Method
- OnSegmentMouseLeave Method
- OnSegmentMouseMove Method
- RemoveSegments Method
- ShowSelectedSegment Method
- ShowTooltipInternal Method
- Properties
- AllowClickSelection Property
- AllowMultiSelect Property
- BrushesCollection Property
- CachedSegmentsSets Property
- ChartLegend Property
- ChartTitle Property
- InfoLinesStyle Property
- InsideLabelTemplate Property
- ItemsSource Property
- ItemTemplate Property
- LegendItemTemplate Property
- LegendListStyle Property
- LegendPlacement Property
- OutsideLabelTemplate Property
- SegmentOuterSpacing Property
- SegmentsModelsCollection Property
- SegmentSpacing Property
- SegmentSurface Property
- SegmentTooltipContainerStyle Property
- SegmentTooltipTemplate Property
- SelectedSegments Property
- SelectionOffset Property
- ShowInsideLabel Property
- ShowLegend Property
- ShowLicensingWarnings Property
- ShowOutsideLabel Property
- ShowTooltip Property
- StartInfoLabelsAnimationDuration Property
- StartSegmentAnimationDuration Property
- ValuesSum Property
- Fields
- _cachedSegmentsSets Field
- _cashedBrushes Field
- _cashedRandomBrushes Field
- _firstLoad Field
- _pieSegmentsModels Field
- _selectedLegendItems Field
- _selectionAnimationDuration Field
- _tooltipControl Field
- AllowClickSelectionProperty Field
- AllowMultiSelectProperty Field
- BrushesCollectionProperty Field
- ChartTitleProperty Field
- InfoLinesStyleProperty Field
- InsideLabelTemplateProperty Field
- ItemsSourceProperty Field
- ItemTemplateProperty Field
- LegendItemTemplateProperty Field
- LegendListStyleProperty Field
- LegendPlacementProperty Field
- OutsideLabelTemplateProperty Field
- SegmentOuterSpacingProperty Field
- SegmentSpacingProperty Field
- SegmentTooltipContainerStyleProperty Field
- SegmentTooltipTemplateProperty Field
- SelectionOffsetProperty Field
- ShowInsideLabelProperty Field
- ShowLegendProperty Field
- ShowLicensingWarningsProperty Field
- ShowOutsideLabelProperty Field
- ShowTooltipProperty Field
- StartInfoLabelsAnimationDurationProperty Field
- StartSegmentAnimationDurationProperty Field
- Events
- SciChartRadarSurface
- Overview
- Members
- SciChartRadarSurface Constructor
- Methods
- CreateCloneOfSurfaceInMemory Method
- DoDrawingLoop Method
- GetSchema Method
- MeasureOverride Method
- OnApplyTemplate Method
- OnRenderSurfaceDependencyPropertyChanged Method
- PrepareSurfaceForExport Method
- Print Method
- ReadXml Method
- RegisterServices Method
- WriteXml Method
- Properties
- AutoAxisAngle Property
- AutoAxisLength Property
- AxisAngleOffset Property
- AxisArea Property
- CentralAxisOffset Property
- ChartModifiers Property
- DrawSeriesAboveAxis Property
- RadarAxes Property
- RenderableSeries Property
- SelectedRenderableSeries Property
- Fields
- SciChartScrollbar
- Overview
- Members
- SciChartScrollbar Constructor
- Methods
- AnimateSelectedRangeTo Method
- GetSchema Method
- OnApplyTemplate Method
- ReadXml Method
- Resize Method
- Scroll Method
- WriteXml Method
- Properties
- Axis Property
- DataRange Property
- GripsLength Property
- GripsStyle Property
- GripsThickness Property
- IsAnimated Property
- NonSelectedAreaStyle Property
- Orientation Property
- SelectedRange Property
- ViewportStyle Property
- ZoomLimit Property
- Fields
- AxisProperty Field
- DataRangeProperty Field
- GripsLengthProperty Field
- GripsStyleProperty Field
- GripsThicknessProperty Field
- IsAnimatedProperty Field
- NonSelectedAreaStyleProperty Field
- OrientationProperty Field
- SelectedRangePointProperty Field
- SelectedRangeProperty Field
- ViewportStyleProperty Field
- ZoomLimitProperty Field
- Events
- SciChartSurface
- Overview
- Members
- SciChartSurface Constructor
- Methods
- AnimateZoomExtents Method
- AnimateZoomExtentsX Method
- AnimateZoomExtentsY Method
- AttachDataSeries Method
- CreateCloneOfSurfaceInMemory Method
- DetachDataSeries Method
- Dispose Method
- DoDrawingLoop Method
- DumpInfo Method
- GetScaleFactorXy Method
- GetSchema Method
- MeasureOverride Method
- NotifyAxes Method
- OnApplyTemplate Method
- OnArrangeSciChart Method
- OnAxisAlignmentChanged Method
- OnChildStyleChanged Method
- OnDataContextChanged Method
- OnIsCenterAxisChanged Method
- OnRenderSurfaceDependencyPropertyChanged Method
- OnSciChartRendered Method
- OnSciChartSurfaceLoaded Method
- OnSciChartSurfaceSizeChanged Method
- OnSciChartSurfaceUnloaded Method
- PrepareSurfaceForExport Method
- Print Method
- ReadXml Method
- RegisterServices Method
- SetRuntimeLicenseKey Method
- UnsubscribeInnerSeriesBaseCollections Method
- WriteXml Method
- ZoomExtents Method
- ZoomExtentsX Method
- ZoomExtentsY Method
- Properties
- AdornerLayerCanvas Property
- AnimateZoomExtentsCommand Property
- AnnotationOverlaySurface Property
- Annotations Property
- AnnotationUnderlaySurface Property
- AxisAreaBottom Property
- AxisAreaLeft Property
- AxisAreaRight Property
- AxisAreaTop Property
- BottomAxesPanelTemplate Property
- CenterXAxesPanelTemplate Property
- CenterXAxisArea Property
- CenterYAxesPanelTemplate Property
- CenterYAxisArea Property
- ChartModifier Property
- ClipOverlayAnnotations Property
- ClipUnderlayAnnotations Property
- GridLinesPanel Property
- GridLinesPanelStyle Property
- IsPolarChart Property
- LeftAxesPanelTemplate Property
- RenderableSeries Property
- RightAxesPanelTemplate Property
- SelectedRenderableSeries Property
- SeriesSource Property
- TopAxesPanelTemplate Property
- VersionAndLicenseInfo Property
- VersionInfo Property
- ViewportManager Property
- XAxes Property
- XAxis Property
- YAxes Property
- YAxis Property
- ZoomExtentsCommand Property
- ZoomHistoryManager Property
- ZoomState Property
- Fields
- AnimateZoomExtentsCommandProperty Field
- AnnotationsProperty Field
- BottomAxesPanelTemplateProperty Field
- CenterXAxesPanelTemplateProperty Field
- CenterYAxesPanelTemplateProperty Field
- ChartModifierProperty Field
- ClipOverlayAnnotationsProperty Field
- ClipUnderlayAnnotationsProperty Field
- GridLinesPanelStyleProperty Field
- IsPolarChartProperty Field
- LeftAxesPanelTemplateProperty Field
- RenderableSeriesProperty Field
- RightAxesPanelTemplateProperty Field
- SelectedRenderableSeriesProperty Field
- SeriesSourceProperty Field
- TopAxesPanelTemplateProperty Field
- ViewportManagerProperty Field
- XAxesProperty Field
- XAxisProperty Field
- YAxesProperty Field
- YAxisProperty Field
- ZoomExtentsCommandProperty Field
- ZoomHistoryManagerProperty Field
- ZoomStateProperty Field
- Events
- SciChartSurfaceBase
- Overview
- Members
- SciChartSurfaceBase Constructor
- Methods
- CreateCloneOfSurfaceInMemory Method
- DecrementSuspend Method
- Dispose Method
- DoDrawingLoop Method
- ExportToBitmapSource Method
- ExportToFile Method
- ExportToFileInternal Method
- ExportToStream Method
- Finalize Method
- GetAndAssertTemplateChild<T> Method
- GetScaleFactorXy Method
- InvalidateElement Method
- OnApplyTemplate Method
- OnChildStyleChanged Method
- OnDataContextChanged Method
- OnInvalidateSciChartSurface Method
- OnLoad Method
- OnRenderSurfaceDependencyPropertyChanged Method
- OnSciChartRendered Method
- OnSciChartSurfaceLoaded Method
- OnSciChartSurfaceSizeChanged Method
- OnSciChartSurfaceUnloaded Method
- PrepareSurfaceForExport Method
- RegisterServices Method
- ResumeUpdates Method
- ScaleStrokeThicknessInLineStyle Method
- SetMouseCursor Method
- SuspendUpdates Method
- Properties
- ChartTitle Property
- ChartTitleStyle Property
- ClipModifierSurface Property
- DebugWhyDoesntSciChartRender Property
- EnableMultiThreadedRendering Property
- IsDisposed Property
- IsSuspended Property
- LicenseDaysRemaining Property
- MaxFrameRate Property
- ModifierSurface Property
- RenderPriority Property
- RenderSurface Property
- RenderSurfaceStyle Property
- RootGrid Property
- Services Property
- ShowLicensingWarnings Property
- SupportsXamlRenderSurface Property
- SyncRoot Property
- Fields
- ChartTitleProperty Field
- ChartTitleStyleProperty Field
- ClipModifierSurfaceProperty Field
- EnableMultiThreadedRenderingProperty Field
- MaxFrameRateProperty Field
- RenderSurfaceProperty Field
- RenderSurfaceStyleProperty Field
- ShowLicensingWarningsProperty Field
- Events
- SciChartTernarySurface
- Overview
- Members
- SciChartTernarySurface Constructor
- Methods
- DoDrawingLoop Method
- OnApplyTemplate Method
- OnArrangeSciChart Method
- OnRenderSurfaceDependencyPropertyChanged Method
- OnSciChartSurfaceLoaded Method
- PrepareSurfaceForExport Method
- RegisterServices Method
- Properties
- ChartModifier Property
- CoordinateCalculators Property
- RenderableSeries Property
- XAxis Property
- XAxisStyle Property
- YAxis Property
- YAxisStyle Property
- ZAxis Property
- ZAxisStyle Property
- Fields
- SciThumb
- Enumerations
- Interfaces
- IChartModifierSurface
- IDrawable
- IMainGrid
- IPieSegmentViewModel
- IPointLabelProvider
- ISciChartController
- ISciChartRadarSurface
- ISciChartSurface
- Overview
- Members
- Methods
- AttachDataSeries Method
- DetachDataSeries Method
- ExportToBitmapSource Method
- OnArrangeSciChart Method
- OnAxisAlignmentChanged Method
- OnIsCenterAxisChanged Method
- Properties
- AdornerLayerCanvas Property
- AnnotationOverlaySurface Property
- Annotations Property
- AnnotationUnderlaySurface Property
- ChartModifier Property
- GridLinesPanel Property
- LicenseDaysRemaining Property
- RenderableSeries Property
- RootGrid Property
- SelectedRenderableSeries Property
- SeriesSource Property
- ViewportManager Property
- XAxes Property
- XAxis Property
- YAxes Property
- YAxis Property
- ZoomHistoryManager Property
- ZoomState Property
- Events
- ISciChartSurfaceBase
- Overview
- Members
- Methods
- ExportToBitmapSource Method
- ExportToFile Method
- ExportToStream Method
- OnSciChartRendered Method
- SetMouseCursor Method
- Properties
- ChartTitle Property
- ClipModifierSurface Property
- DebugWhyDoesntSciChartRender Property
- EnableMultiThreadedRendering Property
- IsDisposed Property
- IsVisible Property
- ModifierSurface Property
- RenderPriority Property
- RenderSurface Property
- Services Property
- SyncRoot Property
- Events
- ISciChartTernarySurface
- SciChart.Charting.Visuals.Annotations Namespace
- Overview
- Classes
- AnchorPointAnnotation
- Overview
- Members
- AnchorPointAnnotation Constructor
- Methods
- Properties
- HorizontalAnchorPoint Property
- HorizontalOffset Property
- VerticalAnchorPoint Property
- VerticalOffset Property
- Fields
- AnnotationBase
- Overview
- Members
- AnnotationBase Constructor
- Methods
- AddAdorners Method
- AttachInteractionHandlersTo Method
- DecrementSuspend Method
- DetachInteractionHandlersFrom Method
- FocusInputTextArea Method
- FromCoordinate Method
- FromCoordinates Method
- FromRelativeCoordinate Method
- GetAdornerLayer Method
- GetBasePoints Method
- GetBoundsRelativeTo Method
- GetCanvas Method
- GetCoordinates Method
- GetCurrentPlacementStrategy Method
- GetParentCoordinates Method
- GetPropertiesFromIndex Method
- GetSchema Method
- GetSelectedCursor Method
- GetUsedAdorners<T> Method
- Hide Method
- HideAdornerMarkers Method
- IsCoordinateValid Method
- IsInBounds Method
- IsPointWithinBounds Method
- MakeInvisible Method
- MakeVisible Method
- MoveAnnotation Method
- MoveAnnotationTo Method
- MoveBasePointTo Method
- OnAnnotationDragging Method
- OnAnnotationLoaded Method
- OnAnnotationMouseDown Method
- OnAnnotationMouseMove Method
- OnAnnotationMouseUp Method
- OnAnnotationPointerMoved Method
- OnAnnotationPointerPressed Method
- OnAnnotationPointerReleased Method
- OnAnnotationPositionChanged Method
- OnAttached Method
- OnAxisAlignmentChanged Method
- OnDetached Method
- OnDragDelta Method
- OnDragEnded Method
- OnDragStarted Method
- OnRenderablePropertyChanged Method
- OnTouchDown Method
- OnXAxesCollectionChanged Method
- OnXAxisIdChanged Method
- OnYAxesCollectionChanged Method
- OnYAxisIdChanged Method
- PerformFocusOnInputTextArea Method
- PlaceAnnotation Method
- ReadXml Method
- Refresh Method
- RemoveAdorners Method
- RemoveFocusInputTextArea Method
- ResumeUpdates Method
- SetBasePoint Method
- SetParentCoordinates Method
- Show Method
- SuspendUpdates Method
- ToCoordinate Method
- ToCoordinate(IComparable,IAxis) Method
- ToCoordinate(IComparable,Double,ICoordinateCalculator<Double>,XyDirection) Method
- ToCoordinates Method
- TranslatePoint Method
- TryUpdate Method
- Update Method
- UpdatePosition Method
- WriteXml Method
- Properties
- AnnotationCanvas Property
- AnnotationOverlaySurface Property
- AnnotationUnderlaySurface Property
- CanEditText Property
- CoordinateMode Property
- DragDeltaCommand Property
- DragDirections Property
- DragEndedCommand Property
- DragStartedCommand Property
- IsAttached Property
- IsEditable Property
- IsHidden Property
- IsHiddenChangedCommand Property
- IsResizable Property
- IsSelected Property
- IsSuspended Property
- ParentAnnotation Property
- ResizeDirections Property
- ResizingGripsStyle Property
- SavedCoordinates Property
- SelectedCommand Property
- UnselectedCommand Property
- X1 Property
- X2 Property
- XAxis Property
- XAxisId Property
- Y1 Property
- Y2 Property
- YAxis Property
- YAxisId Property
- Fields
- AnnotationCanvasProperty Field
- AnnotationContentPresenter Field
- AnnotationRoot Field
- CanEditTextProperty Field
- CoordinateModeProperty Field
- DragDeltaCommandProperty Field
- DragDirectionsProperty Field
- DragEndedCommandProperty Field
- DragStartedCommandProperty Field
- IsEditableProperty Field
- IsHiddenChangedCommandProperty Field
- IsHiddenProperty Field
- IsSelectedProperty Field
- ParentCoordinatesProperty Field
- ResizeDirectionsProperty Field
- ResizingGripsStyleProperty Field
- SelectedCommandProperty Field
- UnselectedCommandProperty Field
- X1Property Field
- X2Property Field
- XAxisIdProperty Field
- Y1Property Field
- Y2Property Field
- YAxisIdProperty Field
- Events
- AnnotationCollection
- Overview
- Members
- AnnotationCollection Constructor
- Methods
- ClearItems Method
- DeselectAll Method
- GetCoordinateCalculator Method
- GetSchema Method
- OnXAxesCollectionChanged Method
- OnYAxesCollectionChanged Method
- ReadXml Method
- RefreshPositions Method
- SubscribeInnerCollection Method
- SubscribeSurfaceEvents Method
- TrySelectAnnotation Method
- UnsubscribeInnerCollection Method
- UnsubscribeSurfaceEvents Method
- WriteXml Method
- Properties
- Fields
- AnnotationLabel
- Overview
- Members
- AnnotationLabel Constructor
- Methods
- GetAndAssertTemplateChild<T> Method
- GetSchema Method
- OnApplyTemplate Method
- ReadXml Method
- WriteXml Method
- Properties
- AxisLabelStyle Property
- CanEditText Property
- CornerRadius Property
- DefaultRotationAngle Property
- LabelPlacement Property
- LabelStyle Property
- ParentAnnotation Property
- RotationAngle Property
- Text Property
- Fields
- AnnotationSurface
- AxisMarkerAnnotation
- Overview
- Members
- AxisMarkerAnnotation Constructor
- Methods
- GetCurrentPlacementStrategy Method
- GetSelectedCursor Method
- IsPointWithinBounds Method
- OnApplyTemplate Method
- OnAxisAlignmentChanged Method
- OnXAxesCollectionChanged Method
- OnYAxesCollectionChanged Method
- ToCoordinate Method
- TryUpdate Method
- Update Method
- Properties
- Axis Property
- AxisInfo Property
- FormattedValue Property
- LabelTemplate Property
- MarkerPointWidth Property
- PointerTemplate Property
- Fields
- AxisMarkerAnnotationForMvvm
- BoxAnnotation
- Overview
- Members
- BoxAnnotation Constructor
- Methods
- GetCurrentPlacementStrategy Method
- GetSelectedCursor Method
- IsPointWithinBounds Method
- OnApplyTemplate Method
- Properties
- Fields
- BoxAnnotationForMvvm
- CompositeAnnotation
- Overview
- Members
- CompositeAnnotation Constructor
- Methods
- AttachAnnotation Method
- DetachAnnotation Method
- MoveBasePointTo Method
- OnAttached Method
- OnDetached Method
- OnXAxesCollectionChanged Method
- OnYAxesCollectionChanged Method
- ReadXml Method
- Update Method
- WriteXml Method
- Properties
- Fields
- CompositeAnnotationForMvvm
- CompositeTradingAnnotationBase
- Overview
- Members
- CompositeTradingAnnotationBase Constructor
- Methods
- GetCurrentPlacementStrategy Method
- GetMovingPart Method
- MoveBasePointTo Method
- OnAnnotationPointerMoved Method
- OnAnnotationPointerPressed Method
- SetMovingPart Method
- Properties
- Fields
- CompositeTrendChannelAnnotationBase
- Overview
- Members
- CompositeTrendChannelAnnotationBase Constructor
- Methods
- Properties
- IsOnMove Property
- LinesDistance Property
- XCoordinateCalculator Property
- YCoordinateCalculator Property
- Fields
- CompositeTrendLineAnnotation
- CompositeTrendLineAnnotationBase
- Overview
- Members
- CompositeTrendLineAnnotationBase Constructor
- Methods
- ExtendToTheLeft Method
- ExtendToTheRight Method
- FirstPlacedAnnotation Method
- GetCategoryCoordinate Method
- GetCoordinate Method
- SnapToDecreaseTrend Method
- SnapToIncreaseTrend Method
- SnapToTheTrendEnds Method
- ToCoordinate Method
- ToCoordinates Method
- Update Method
- Properties
- ConvertToDecreaseTrendChannelCommand Property
- ConvertToDecreaseTrendFibonacciCommand Property
- ConvertToIncreaseTrendChannelCommand Property
- ConvertToIncreaseTrendFibonacciCommand Property
- ExtendedToTheLeft Property
- ExtendedToTheRight Property
- ExtendToTheLeftCommand Property
- ExtendToTheRightCommand Property
- IsXCoordsFlipped Property
- SnappedRenderableSeries Property
- SnappedToDecreaseTrend Property
- SnappedToIncreaseTrend Property
- SnapToDecreaseTrendCommand Property
- SnapToIncreaseTrendCommand Property
- SnapToTheTrendEndsCommand Property
- X1ValueInDouble Property
- X2ValueInDouble Property
- Y1ValueInDouble Property
- Y2ValueInDouble Property
- Y3 Property
- Y4 Property
- Fields
- ConvertToDecreaseTrendChannelCommandProperty Field
- ConvertToDecreaseTrendFibonacciCommandProperty Field
- ConvertToIncreaseTrendChannelCommandProperty Field
- ConvertToIncreaseTrendFibonacciCommandProperty Field
- ExtendedToTheLeftProperty Field
- ExtendedToTheRightProperty Field
- ExtendToTheLeftCommandProperty Field
- ExtendToTheRightCommandProperty Field
- SnappedRenderableSeriesProperty Field
- SnappedToDecreaseTrendProperty Field
- SnappedToIncreaseTrendProperty Field
- SnapToDecreaseTrendCommandProperty Field
- SnapToIncreaseTrendCommandProperty Field
- SnapToTheTrendEndsCommandProperty Field
- Y3Property Field
- Y4Property Field
- CustomAnnotation
- CustomAnnotationForMvvm
- CustomLineAnnotation
- HorizontalLineAnnotation
- Overview
- Members
- HorizontalLineAnnotation Constructor
- Methods
- AddLabelToLabelContainer Method
- ApplyOrientation Method
- ApplyPlacement Method
- GetCurrentPlacementStrategy Method
- GetPropertiesFromIndex Method
- GetSelectedCursor Method
- GetUsedAxis Method
- MoveAnnotationTo Method
- MoveBasePointTo Method
- OnApplyTemplate Method
- RemoveLabelFromLabelContainer Method
- Properties
- Fields
- HorizontalLineAnnotationForMvvm
- LineAnnotation
- LineAnnotationBase
- Overview
- Members
- LineAnnotationBase Constructor
- Methods
- Properties
- Stroke Property
- StrokeDashArray Property
- StrokeEndLineCap Property
- StrokeStartLineCap Property
- StrokeThickness Property
- Fields
- LineAnnotationForMvvm
- LineAnnotationWithLabelsBase
- Overview
- Members
- LineAnnotationWithLabelsBase Constructor
- Methods
- AddLabel Method
- AddLabelToLabelContainer Method
- ApplyOrientation Method
- ApplyPlacement Method
- Attach Method
- AttachLabels Method
- Detach Method
- DetachLabels Method
- GetSelectedCursor Method
- GetUsedAxis Method
- InvalidateLabel Method
- IsPointWithinBounds Method
- MakeInvisible Method
- MakeVisible Method
- OnAnnotationLoaded Method
- OnApplyTemplate Method
- OnAttached Method
- OnAxisAlignmentChanged Method
- OnDetached Method
- OnXAxesCollectionChanged Method
- OnXAxisIdChanged Method
- OnYAxesCollectionChanged Method
- OnYAxisIdChanged Method
- PlaceAxisLabel Method
- ReadXml Method
- RemoveLabelFromLabelContainer Method
- TryPlaceAxisLabels Method
- WriteXml Method
- Properties
- AnnotationLabels Property
- DefaultLabelValue Property
- FormattedLabel Property
- LabelPlacement Property
- LabelTextFormatting Property
- LabelValue Property
- ShowLabel Property
- Fields
- LineArrowAnnotation
- LineArrowAnnotationForMvvm
- SeriesValueAxisMarkerAnnotation
- TextAnnotation
- Overview
- Members
- TextAnnotation Constructor
- Methods
- FocusInputTextArea Method
- GetCurrentPlacementStrategy Method
- IsPointWithinBounds Method
- OnApplyTemplate Method
- RemoveFocusInputTextArea Method
- Properties
- Fields
- TextAnnotationForMvvm
- TrendLineAnnotationBase
- Overview
- Members
- TrendLineAnnotationBase Constructor
- Methods
- Properties
- Fields
- VerticalLineAnnotation
- Overview
- Members
- VerticalLineAnnotation Constructor
- Methods
- AddLabelToLabelContainer Method
- ApplyOrientation Method
- ApplyPlacement Method
- GetCurrentPlacementStrategy Method
- GetPropertiesFromIndex Method
- GetSelectedCursor Method
- GetUsedAxis Method
- MoveAnnotationTo Method
- MoveBasePointTo Method
- OnApplyTemplate Method
- RemoveLabelFromLabelContainer Method
- Properties
- Fields
- VerticalLineAnnotationCollection
- VerticalLineAnnotationForMvvm
- Enumerations
- Structures
- Interfaces
- IAnchorPointAnnotation
- IAnnotation
- Overview
- Members
- Methods
- CaptureMouse Method
- GetBasePoints Method
- Hide Method
- MoveAnnotation Method
- OnAttached Method
- OnDetached Method
- OnDragDelta Method
- OnDragEnded Method
- OnDragStarted Method
- OnXAxesCollectionChanged Method
- OnYAxesCollectionChanged Method
- Refresh Method
- ReleaseMouseCapture Method
- SetBasePoint Method
- Show Method
- Update Method
- Properties
- DataContext Property
- DragDirections Property
- IsAttached Property
- IsEditable Property
- IsHidden Property
- IsResizable Property
- IsSelected Property
- ParentSurface Property
- ResizeDirections Property
- Services Property
- X1 Property
- X2 Property
- XAxes Property
- XAxis Property
- XAxisId Property
- Y1 Property
- Y2 Property
- YAxes Property
- YAxis Property
- YAxisId Property
- Events
- IAnnotationAdorner
- IAnnotationCanvas
- IAnnotationResizeAdorner
- IAnnotationsDrawingProvider
- ICompositeAnnotation
- SciChart.Charting.Visuals.Axes Namespace
- Overview
- Classes
- AxisArea
- AxisBase
- Overview
- Members
- AxisBase Constructor
- Methods
- AdjustRange Method
- ApplyTickLabelStyle Method
- AssertDataType Method
- CalculateDataRange Method
- CalculateLabelCullingPriority Method
- CalculateYRange Method
- Clear Method
- Clone Method
- CoerceVisibleRange Method
- ConvertTickToDataValue Method
- DrawBand Method
- DrawBands Method
- DrawGridLines Method
- DrawGridLines(IRenderContext2D,TickCoordinates) Method
- DrawGridLines(IRenderContext2D,IPen2D,IEnumerable<Single>) Method
- DrawGridLines(IRenderContext2D,IPen2D,XyDirection,Single) Method
- DrawGridLinesAndBands Method
- DrawTickLabels Method
- FormatCursorText Method
- FormatText Method
- GetAxisOffset Method
- GetAxisParams Method
- GetAxisSize Method
- GetBoundsRelativeTo Method
- GetCurrentCoordinateCalculator Method
- GetCurrentInteractivityHelper Method
- GetGridlinesPen Method
- GetLabelPosition Method
- GetMajorTickIndex Method
- GetMaximumRange Method
- GetOffsetForLabels Method
- GetSchema Method
- GetSupportedTypes Method
- GetWindowedYRange Method
- HitTest Method
- InitializeLabelsPool Method
- InvalidateElement Method
- InvalidateParent Method
- InvalidateParentSurface Method
- IsPointWithinBounds Method
- IsShown Method
- IsValidForDrawing Method
- IsVisibleRangeConstrained Method
- OnApplyTemplate Method
- OnAxisLoaded Method
- OnAxisUnloaded Method
- OnBeginRenderPass Method
- OnDependencyPropertyChanged Method
- OnDraw Method
- OnDrawAxis Method
- OnIdChanged Method
- OnTickOrGridLineStyleChanged Method
- OnVisibleRangeChanged Method
- ReadXml Method
- RemoveTickLabel Method
- Scroll Method
- Scroll(Double,ClipMode) Method
- Scroll(IRange,Double,ClipMode) Method
- Scroll(Double,ClipMode,TimeSpan) Method
- ScrollByDataPoints Method
- ScrollTo Method
- ScrollToWithLimit Method
- SetMouseCursor Method
- TranslatePoint Method
- TryApplyVisibleRangeLimit Method
- UpdateAxisLabel Method
- WriteXml Method
- Zoom Method
- ZoomBy Method
- Properties
- AllowFastMath Property
- AutoFitMarginalLabels Property
- AxisAlignment Property
- AxisBandsProvider Property
- DataRange Property
- IsAxisFlipped Property
- IsCenterAxis Property
- IsHorizontalAxis Property
- IsLabelCullingEnabled Property
- IsPolarAxis Property
- IsPrimaryAxis Property
- ModifierAxisCanvas Property
- Orientation Property
- ParentSurface Property
- RenderSurface Property
- Scrollbar Property
- StrokeThickness Property
- TitleFontSize Property
- TitleFontWeight Property
- VisibleRangeChangedCommand Property
- VisibleRangeLimit Property
- VisibleRangeLimitMode Property
- ZoomExtentsRange Property
- Fields
- _axisBandsBrush Field
- _axisContainer Field
- _axisPanel Field
- _currentCoordinateCalculator Field
- _currentInteractivityHelper Field
- _majorGridlinesPen Field
- _minorGridlinesPen Field
- _modifierAxisCanvas Field
- AllowFastMathProperty Field
- AutoFitMarginalLabelsProperty Field
- AxisAlignmentProperty Field
- AxisBandsProviderProperty Field
- IsCenterAxisProperty Field
- IsLabelCullingEnabledProperty Field
- IsPrimaryAxisProperty Field
- LineToStyle Field
- MinDistanceToBounds Field
- OrientationProperty Field
- ScrollbarProperty Field
- StrokeThicknessProperty Field
- TitleFontSizeProperty Field
- TitleFontWeightProperty Field
- VisibleRangeChangedCommandProperty Field
- VisibleRangeLimitModeProperty Field
- VisibleRangeLimitProperty Field
- ZoomExtentsRangeProperty Field
- Events
- AxisCore
- Overview
- Members
- AxisCore Constructor
- Methods
- AnimateVisibleRangeTo Method
- AssertRangeType Method
- CalculateDelta Method
- CalculateTicks Method
- CoerceVisibleRange Method
- CoerceZeroRange Method
- DecrementSuspend Method
- GetAxisOffset Method
- GetAxisSize Method
- GetCoordinate Method
- GetCurrentCoordinateCalculator Method
- GetDataValue Method
- GetDefaultNonZeroRange Method
- GetDeltaCalculator Method
- GetMaxAutoTicks Method
- GetMaximumRange Method
- GetUndefinedRange Method
- IsOfValidType Method
- IsValidRange Method
- IsVisibleRangeConstrained Method
- IsVisibleRangeValid Method
- OnAxisLoaded Method
- OnAxisUnloaded Method
- OnDependencyPropertyChanged Method
- OnDependencyPropertyChanged() Method
- OnDependencyPropertyChanged(DependencyObject,DependencyPropertyChangedEventArgs) Method
- OnFlipCoordinatesChanged Method
- OnIdChanged Method
- OnPropertyChanged Method
- OnTickOrGridLineStyleChanged Method
- OnVisibleRangeChanged Method
- ResumeUpdates Method
- SuspendUpdates Method
- ValidateAxis Method
- Properties
- AnimatedVisibleRange Property
- AutoRange Property
- AutoTicks Property
- AxisBandsFill Property
- AxisTitle Property
- AxisTitleOffset Property
- CursorTextFormatting Property
- DefaultLabelProvider Property
- DrawLabels Property
- DrawMajorBands Property
- DrawMajorGridLines Property
- DrawMajorTicks Property
- DrawMinorGridLines Property
- DrawMinorTicks Property
- FlipCoordinates Property
- GrowBy Property
- HasDefaultVisibleRange Property
- HasValidVisibleRange Property
- Id Property
- IsCategoryAxis Property
- IsLogarithmicAxis Property
- IsStaticAxis Property
- IsSuspended Property
- IsXAxis Property
- LabelProvider Property
- MajorDelta Property
- MajorGridLineStyle Property
- MajorTickLineStyle Property
- MaxAutoTicks Property
- MinimalZoomConstrain Property
- MinorDelta Property
- MinorGridLineStyle Property
- MinorsPerMajor Property
- MinorTickLineStyle Property
- Services Property
- TextFormatting Property
- TickCoordinatesProvider Property
- TickLabelsOffset Property
- TickLabelStyle Property
- TickProvider Property
- TickTextBrush Property
- TitleStyle Property
- VisibleRange Property
- Fields
- _isLoaded Field
- AnimatedVisibleRangeProperty Field
- AutoRangeProperty Field
- AutoTicksProperty Field
- AxisBandsFillProperty Field
- AxisTitleOffsetProperty Field
- AxisTitleProperty Field
- CursorTextFormattingProperty Field
- DefaultAxisId Field
- DefaultLabelProviderProperty Field
- DrawLabelsProperty Field
- DrawMajorBandsProperty Field
- DrawMajorGridLinesProperty Field
- DrawMajorTicksProperty Field
- DrawMinorGridLinesProperty Field
- DrawMinorTicksProperty Field
- FlipCoordinatesProperty Field
- GrowByProperty Field
- IdProperty Field
- IsStaticAxisProperty Field
- LabelProviderProperty Field
- MajorDeltaProperty Field
- MajorGridLineStyleProperty Field
- MajorTickLineStyleProperty Field
- MaxAutoTicksProperty Field
- MinimalZoomConstrainProperty Field
- MinorDeltaProperty Field
- MinorGridLineStyleProperty Field
- MinorsPerMajorProperty Field
- MinorTickLineStyleProperty Field
- TextFormattingProperty Field
- TickCoordinatesProviderProperty Field
- TickLabelsOffsetProperty Field
- TickLabelStyleProperty Field
- TickProviderProperty Field
- TickTextBrushProperty Field
- TitleStyleProperty Field
- VisibleRangePointProperty Field
- VisibleRangeProperty Field
- ZeroRangeGrowBy Field
- Events
- AxisParamsFactory
- CategoryDateTimeAxis
- Overview
- Members
- CategoryDateTimeAxis Constructor
- Methods
- CalculateDataRange Method
- CalculateDelta Method
- CalculateYRange Method
- Clone Method
- CoerceVisibleRange Method
- ConvertTickToDataValue Method
- GetAxisParams Method
- GetCoordinate Method
- GetDataValue Method
- GetDefaultNonZeroRange Method
- GetDeltaCalculator Method
- GetMaximumRange Method
- GetSupportedTypes Method
- GetUndefinedRange Method
- IsOfValidType Method
- IsValidRange Method
- ScrollByDataPoints Method
- ToDateRange Method
- Properties
- BarTimeFrame Property
- CurrentDatapointWidth Property
- IsCategoryAxis Property
- MinimalZoomConstrain Property
- ShowAxisOffsets Property
- SubDayTextFormatting Property
- Fields
- CategoryDateTimeAxisForMvvm
- CategoryNumericAxis
- Overview
- Members
- CategoryNumericAxis Constructor
- Methods
- CalculateDataRange Method
- CalculateDelta Method
- CalculateYRange Method
- Clone Method
- CoerceVisibleRange Method
- ConvertTickToDataValue Method
- GetAxisParams Method
- GetCoordinate Method
- GetDataValue Method
- GetDefaultNonZeroRange Method
- GetDeltaCalculator Method
- GetMaximumRange Method
- GetSupportedTypes Method
- GetUndefinedRange Method
- IsOfValidType Method
- IsValidRange Method
- Properties
- CurrentDatapointWidth Property
- IsCategoryAxis Property
- MinimalZoomConstrain Property
- ShowAxisOffsets Property
- Fields
- CategoryNumericAxisForMvvm
- DateTimeAxis
- Overview
- Members
- DateTimeAxis Constructor
- Methods
- AssertDataType Method
- CalculateDataRange Method
- CalculateYRange Method
- ConvertTickToDataValue Method
- GetAxisParams Method
- GetDefaultNonZeroRange Method
- GetDeltaCalculator Method
- GetMaximumRange Method
- GetSupportedTypes Method
- GetUndefinedRange Method
- IsOfValidType Method
- ToVisibleRange Method
- Properties
- Fields
- DateTimeAxisForMvvm
- DiscontiniousDateTimeAxisForMvvm
- DoubleScaleDiscontinuousDateTimeAxisForMvvm
- DoubleScaleNumericAxis
- Overview
- Members
- DoubleScaleNumericAxis Constructor
- Methods
- CalculateDelta Method
- CalculateTicks Method
- DrawAxisScaleGridLines Method
- DrawAxisScaleMajorBands Method
- DrawGridLines Method
- DrawTickLabels Method
- OnApplyTemplate Method
- OnDrawAxis Method
- UpdateAxisLabel Method
- Properties
- Fields
- DoubleScaleNumericAxisForMvvm
- GridLinesPanel
- IndexDateTimeAxis
- Overview
- Members
- IndexDateTimeAxis Constructor
- Methods
- CalculateDelta Method
- CalculateYRange Method
- Clone Method
- GetAxisParams Method
- GetMaximumRange Method
- GetSupportedTypes Method
- IsOfValidType Method
- Properties
- Fields
- IndexDateTimeAxisForMvvm
- IndexNumericAxis
- Overview
- Members
- IndexNumericAxis Constructor
- Methods
- CalculateDelta Method
- CalculateYRange Method
- Clone Method
- ConvertTickToDataValue Method
- GetAxisParams Method
- GetMaximumRange Method
- GetSupportedTypes Method
- IsOfValidType Method
- Properties
- Fields
- IndexNumericAxisForMvvm
- LogarithmicNumericAxisForMvvm
- NegativeLogarithmicAxisForMvvm
- NumericAxis
- Overview
- Members
- NumericAxis Constructor
- Methods
- CalculateDelta Method
- CalculateYRange Method
- Clone Method
- GetDefaultNonZeroRange Method
- GetDeltaCalculator Method
- GetSupportedTypes Method
- GetUndefinedRange Method
- IsOfValidType Method
- Properties
- Fields
- NumericAxisForMvvm
- ParallelDateTimeAxis
- ParallelNumericAxis
- PolarXAxis
- Overview
- Members
- PolarXAxis Constructor
- Methods
- DrawGridLines Method
- GetAxisOffset Method
- GetAxisParams Method
- GetLabelPosition Method
- GetOffsetForLabels Method
- HitTest Method
- OnApplyTemplate Method
- Properties
- Fields
- PolarXAxisForMvvm
- PolarYAxis
- Overview
- Members
- PolarYAxis Constructor
- Methods
- Properties
- Fields
- PolarYAxisForMvvm
- RadarAxis
- Overview
- Members
- RadarAxis Constructor
- Methods
- DrawGridLines Method
- DrawGridLines(IRenderContext2D,TickCoordinates) Method
- DrawGridLines(IRenderContext2D,IPen2D,IEnumerable<Single>) Method
- DrawTickLabels Method
- GetAxisTitle Method
- GetCoordinate Method
- GetDataValue Method
- InvalidateParentSurface Method
- OnDrawAxis Method
- Properties
- AxisAngle Property
- AxisBorderStyle Property
- AxisLength Property
- DrawAxisLine Property
- GridLinesType Property
- SkippedFirstTicks Property
- SkippedLastTicks Property
- Fields
- RadarAxisForMvvm
- TernaryAxisBase
- Overview
- Members
- TernaryAxisBase Constructor
- Methods
- CacheModifersAxisLabel Method
- Clear Method
- DrawGridLine Method
- DrawLabelTicks Method
- FormatCursorText Method
- FormatText Method
- GetAxisOffset Method
- GetAxisSize Method
- GetCurrentCoordinateCalculator Method
- GetDefaultNonZeroRange Method
- GetMaximumRange Method
- GetModifersAxisLabel Method
- GetModifersAxisLabelStyle Method
- GetModifersAxisLabelTempalte Method
- InvalidateElement Method
- OnApplyTemplate Method
- OnAxisLoaded Method
- OnAxisUnloaded Method
- OnDependencyPropertyChanged Method
- OnDraw Method
- OnIdChanged Method
- OnTickOrGridLineStyleChanged Method
- SetMouseCursor Method
- Properties
- Angle Property
- AxisAlignment Property
- DataRange Property
- IsXAxis Property
- IsYAxis Property
- IsZAxis Property
- ModifierAxisCanvas Property
- ParentSurface Property
- TernaryAxisContainer Property
- TernaryTickLabelAxisCanvas Property
- TitleFontSize Property
- TitleFontWeight Property
- VertexLabelStyle Property
- VertexTitle Property
- Fields
- TernaryAxisLabelTick
- Overview
- Members
- TernaryAxisLabelTick Constructor
- Properties
- Fields
- DefaultForegroundProperty Field
- LabelNameProperty Field
- TickDirectionProperty Field
- TickLineStyleProperty Field
- Events
- TernaryNumericAxis
- TimeSpanAxis
- TimeSpanAxisBase
- TimeSpanAxisForMvvm
- Enumerations
- Structures
- Interfaces
- IAxis
- Overview
- Members
- Methods
- AssertDataType Method
- CacheModifersAxisLabel Method
- CalculateYRange Method
- CaptureMouse Method
- Clear Method
- Clone Method
- DrawGridLinesAndBands Method
- FormatCursorText Method
- FormatText Method
- GetCurrentInteractivityHelper Method
- GetDefaultNonZeroRange Method
- GetModifersAxisLabel Method
- GetModifersAxisLabelStyle Method
- GetModifersAxisLabelTempalte Method
- GetUndefinedRange Method
- GetWindowedYRange Method
- HitTest Method
- OnBeginRenderPass Method
- ReleaseMouseCapture Method
- Scroll Method
- Scroll(Double,ClipMode) Method
- Scroll(Double,ClipMode,TimeSpan) Method
- Scroll(IRange,Double,ClipMode) Method
- ScrollByDataPoints Method
- ScrollTo Method
- ScrollToWithLimit Method
- SetMouseCursor Method
- Zoom Method
- ZoomBy Method
- Properties
- AllowFastMath Property
- AxisAlignment Property
- DataContext Property
- DataRange Property
- HorizontalAlignment Property
- IsAxisFlipped Property
- IsCategoryAxis Property
- IsCenterAxis Property
- IsHorizontalAxis Property
- IsLabelCullingEnabled Property
- IsPolarAxis Property
- IsPrimaryAxis Property
- IsStaticAxis Property
- LabelProvider Property
- ModifierAxisCanvas Property
- Orientation Property
- ParentSurface Property
- TickTextBrush Property
- VerticalAlignment Property
- Visibility Property
- VisibleRangeLimit Property
- VisibleRangeLimitMode Property
- ZoomExtentsRange Property
- Events
- IAxisCore
- Overview
- Members
- Methods
- AnimateVisibleRangeTo Method
- GetAxisOffset Method
- GetAxisSize Method
- GetCoordinate Method
- GetCurrentCoordinateCalculator Method
- GetDataValue Method
- IsValidRange Method
- ValidateAxis Method
- Properties
- AnimatedVisibleRange Property
- AutoRange Property
- AutoTicks Property
- AxisBandsFill Property
- AxisTitle Property
- CursorTextFormatting Property
- DrawLabels Property
- DrawMajorBands Property
- DrawMajorGridLines Property
- DrawMajorTicks Property
- DrawMinorGridLines Property
- DrawMinorTicks Property
- FlipCoordinates Property
- HasDefaultVisibleRange Property
- HasValidVisibleRange Property
- Id Property
- IsLogarithmicAxis Property
- IsXAxis Property
- MajorGridLineStyle Property
- MajorTickLineStyle Property
- MaxAutoTicks Property
- MinimalZoomConstrain Property
- MinorGridLineStyle Property
- MinorsPerMajor Property
- MinorTickLineStyle Property
- Services Property
- TextFormatting Property
- TickLabelStyle Property
- TickProvider Property
- TitleStyle Property
- IAxisInteractivityHelper
- IAxisParams
- ICategoryAxis
- IGridLinesPanel
- IIndexAxis
- INotifyDataRangeChanged
- IParallelAxis
- ITernaryAxis
- Overview
- Members
- Methods
- CacheModifersAxisLabel Method
- CaptureMouse Method
- Clear Method
- FormatCursorText Method
- FormatText Method
- GetModifersAxisLabel Method
- GetModifersAxisLabelStyle Method
- GetModifersAxisLabelTempalte Method
- ReleaseMouseCapture Method
- SetMouseCursor Method
- Properties
- ITernaryHitTestable
- SciChart.Charting.Visuals.Axes.AxisBandProviders Namespace
- Overview
- Classes
- AxisBandInfo<T>
- AxisBandsProviderBase<T>
- Overview
- Members
- AxisBandsProviderBase<T> Constructor
- Methods
- CoerceBandRange Method
- DrawAxisBand Method
- DrawAxisBands Method
- DrawCustomAxisBands Method
- GetAxisBandsFor Method
- Properties
- DateTimeAxisBandsProvider
- NumericAxisBandsProvider
- TimeSpanAxisBandsProvider
- Interfaces
- SciChart.Charting.Visuals.Axes.AxisHelpers Namespace
- SciChart.Charting.Visuals.Axes.AxisInteractivityHelpers Namespace
- SciChart.Charting.Visuals.Axes.DiscontinuousAxis Namespace
- Overview
- Classes
- DiscontinuousAxisHelper
- Overview
- Members
- DiscontinuousAxisHelper Constructor
- Methods
- FindClosestDateToBigger Method
- FindClosestDateToSmaller Method
- GetDiffBetweenValues Method
- GetValueByOffset Method
- IsDayGap Method
- IsValueInGap Method
- Properties
- DiscontinuousDateTimeAxis
- Overview
- Members
- DiscontinuousDateTimeAxis Constructor
- Methods
- CalculateDelta Method
- CoerceVisibleRange Method
- GetAxisParams Method
- GetDefaultNonZeroRange Method
- GetDeltaCalculator Method
- GetMajorTickIndex Method
- IsValidRange Method
- OnCalendarChanged Method
- Properties
- Fields
- DoubleScaleDiscontinuousAxisBottomScaleLabelProvider
- DoubleScaleDiscontinuousAxisTopScaleLabelProvider
- DoubleScaleDiscontinuousDateTimeAxis
- Overview
- Members
- DoubleScaleDiscontinuousDateTimeAxis Constructor
- Methods
- CalculateDelta Method
- CalculateTicks Method
- DrawAxisScaleGridLines Method
- DrawAxisScaleMajorBands Method
- DrawGridLines Method
- DrawTickLabels Method
- GetMajorTickIndex Method
- OnApplyTemplate Method
- OnCalendarChanged Method
- OnDrawAxis Method
- UpdateAxisLabel Method
- Properties
- AxisBandsFrequency Property
- DrawAxisScaleBands Property
- TopScaleLabelProvider Property
- TopScaleTickCoordinatesProvider Property
- Fields
- Enumerations
- Interfaces
- SciChart.Charting.Visuals.Axes.IndexDataProviders Namespace
- Overview
- Classes
- ArrayIndexDataProvider<T>
- DataSeriesIndexDataProvider
- DefaultDataSeriesIndexDataProvider
- Interfaces
- SciChart.Charting.Visuals.Axes.LabelProviders Namespace
- Overview
- Classes
- AxisTitle
- DateTimeLabelProvider
- DefaultTickLabel
- Overview
- Members
- DefaultTickLabel Constructor
- Methods
- Properties
- CullingPriority Property
- DefaultForeground Property
- DefaultHorizontalAnchorPoint Property
- DefaultVerticalAnchorPoint Property
- HorizontalAnchorPoint Property
- Position Property
- VerticalAnchorPoint Property
- Fields
- DefaultForegroundProperty Field
- DefaultHorizontalAnchorPointProperty Field
- DefaultVerticalAnchorPointProperty Field
- HorizontalAnchorPointProperty Field
- PositionProperty Field
- VerticalAnchorPointProperty Field
- Events
- DefaultTickLabelViewModel
- DiscontinuousDateTimeLabelProvider
- DoubleScaleNumericAxisBottomScaleLabelProvider
- DoubleScaleNumericAxisTopScaleLabelProvider
- LabelProviderBase
- LogarithmicNumericLabelProvider
- NumericLabelProvider
- NumericTickLabel
- NumericTickLabelViewModel
- RadarAxisTitle
- SmartDateLabelProvider
- Overview
- Members
- SmartDateLabelProvider Constructor
- Methods
- FormatDatePrecise Method
- FormatDateWide Method
- FormatLabel Method
- GetLabelFormatForRange Method
- OnBeginAxisDraw Method
- SmartFormatLabel Method
- Properties
- Fields
- TernaryAxisTitle
- TernaryAxisVertexLabel
- TimeSpanLabelProvider
- TradeChartAxisLabelProvider
- Enumerations
- Interfaces
- SciChart.Charting.Visuals.Axes.LogarithmicAxis Namespace
- Overview
- Classes
- LogarithmicBaseConverter
- LogarithmicNumericAxis
- Overview
- Members
- LogarithmicNumericAxis Constructor
- Methods
- CalculateTicks Method
- GetAxisParams Method
- GetDefaultNonZeroRange Method
- GetDeltaCalculator Method
- GetMaximumRange Method
- IsValidRange Method
- IsVisibleRangeConstrained Method
- Properties
- EnableHighPrecisionTicks Property
- IsLogarithmicAxis Property
- IsNegativeLogarithmicAxis Property
- LogarithmicBase Property
- ShowAxisOffsets Property
- Fields
- NegativeLogarithmicAxis
- Interfaces
- SciChart.Charting.Visuals.Constants Namespace
- SciChart.Charting.Visuals.Events Namespace
- Overview
- Classes
- AnnotationDragDeltaEventArgs
- AxisAlignmentChangedEventArgs
- SelectedRangeChangedEventArgs
- VisibleRangeChangedEventArgs
- Enumerations
- SciChart.Charting.Visuals.PaletteProviders Namespace
- Overview
- Structures
- Interfaces
- SciChart.Charting.Visuals.PointMarkers Namespace
- Overview
- Classes
- BasePointMarker
- Overview
- Members
- BasePointMarker Constructor
- Methods
- Attach Method
- BeginBatch Method
- Detach Method
- Dispose Method
- Draw Method
- EndBatch Method
- GetSchema Method
- IsInBounds Method
- MoveTo Method
- OnBatchingStrategyChanged Method
- OnPropertyChanged Method
- ReadXml Method
- WriteXml Method
- Properties
- AntiAliasing Property
- Fill Property
- PointMarkerBatchStrategy Property
- PointMarkerTemplate Property
- RenderableSeries Property
- Stroke Property
- StrokeThickness Property
- XOffset Property
- YOffset Property
- Fields
- BitmapSpriteBase
- Overview
- Members
- BitmapSpriteBase Constructor
- Methods
- BeginBatch Method
- CreateSprite Method
- Dispose Method
- Draw Method
- GetSprite Method
- GetSpriteSize Method
- OnPropertyChanged Method
- RenderToCache Method
- Properties
- ClusteredPointMarkerBatchStrategy
- Overview
- Members
- ClusteredPointMarkerBatchStrategy Constructor
- Methods
- AttachToMarker Method
- BeginBatch Method
- DetachMarker Method
- EndBatch Method
- IsInBounds Method
- MoveTo Method
- Properties
- CrossPointMarker
- DefaultPointMarkerBatchStrategy
- EllipsePointMarker
- InvertedTrianglePointMarker
- SpritePointMarker
- SquarePointMarker
- TrianglePointMarker
- XPointMarker
- Interfaces
- SciChart.Charting.Visuals.RenderableSeries Namespace
- Overview
- Classes
- AxisInfo
- AxisLabelControl
- BaseColumnRenderableSeries
- Overview
- Members
- BaseColumnRenderableSeries Constructor
- Methods
- Properties
- DataPointWidth Property
- DrawZeroDataPoints Property
- Fill Property
- FillBrushMappingMode Property
- MinColumnWidth Property
- UseUniformWidth Property
- Fields
- BaseHeatmapRenderableSeries
- Overview
- Members
- BaseHeatmapRenderableSeries Constructor
- Methods
- FormatDataValue Method
- GetHeatmapColor Method
- GetIsValidForDrawing Method
- OnAttached Method
- OnColorMapModified Method
- OnDetached Method
- ReadXml Method
- WriteXml Method
- Properties
- AlternateTextColor Property
- ColorMap Property
- DrawingProviders Property
- DrawTextInCell Property
- HitTestProvider Property
- TextColor Property
- TextFormatting Property
- UseAlternateTextColor Property
- UseLinearTextureFiltering Property
- Fields
- BaseMountainRenderableSeries
- BaseRenderableSeries
- Overview
- Members
- BaseRenderableSeries Constructor
- Methods
- AssertPointSeriesType<TPointSeries> Method
- CheckIsInBounds Method
- CreateRolloverMarker Method
- GetChartRotationAngle Method
- GetDatapointWidth Method
- GetDatapointWidth(ICoordinateCalculator<Double>,IPointSeries,Double) Method
- GetDatapointWidth(ICoordinateCalculator<Double>,IPointSeries,Double,Double) Method
- GetIndicesRange Method
- GetIsValidForDrawing Method
- GetParentSurface Method
- GetPointMarker Method
- GetSchema Method
- GetSelectedPointMarker Method
- GetSeriesInfo Method
- GetXRange Method
- GetYRange Method
- GetYZeroCoord Method
- InternalDraw Method
- OnAttached Method
- OnDataSeriesDependencyPropertyChanged Method
- OnDataSeriesDependencyPropertyChanged() Method
- OnDataSeriesDependencyPropertyChanged(IDataSeries,IDataSeries) Method
- OnDetached Method
- OnInvalidateParentSurface Method
- OnInvalidateParentSurface(String) Method
- OnInvalidateParentSurface(DependencyObject,DependencyPropertyChangedEventArgs) Method
- OnParentSurfaceViewportSizeChanged Method
- OnResamplingModeChanged Method
- OnResamplingPrecisionChanged Method
- OnSeriesColorChanged Method
- ReadXml Method
- WriteXml Method
- Properties
- AntiAliasing Property
- CurrentRenderPassData Property
- DataPointWidthProvider Property
- DataSeries Property
- DrawingProviders Property
- DrawNaNAs Property
- HitTestProvider Property
- IsDigitalLine Property
- IsSelected Property
- IsVisible Property
- LegendMarkerTemplate Property
- PaletteProvider Property
- PointMarker Property
- PointMarkerTemplate Property
- ResamplingMode Property
- ResamplingPrecision Property
- RolloverMarker Property
- RolloverMarkerTemplate Property
- SelectedPointMarker Property
- SelectedSeriesStyle Property
- SeriesAnimation Property
- SeriesInfoProvider Property
- Services Property
- Stroke Property
- StrokeDashArray Property
- StrokeThickness Property
- XAxis Property
- XAxisId Property
- YAxis Property
- YAxisId Property
- ZeroLineY Property
- Fields
- AntiAliasingProperty Field
- DataPointWidthProviderProperty Field
- DataSeriesProperty Field
- DrawNaNAsProperty Field
- IsDigitalLineProperty Field
- IsSelectedProperty Field
- IsVisibleProperty Field
- LegendMarkerTemplateProperty Field
- PaletteProviderProperty Field
- PointMarkerProperty Field
- PointMarkerTemplateProperty Field
- ResamplingModeProperty Field
- ResamplingPrecisionProperty Field
- RolloverMarkerTemplateProperty Field
- SelectedPointMarkerProperty Field
- SelectedSeriesStyleProperty Field
- SeriesAnimationProperty Field
- SeriesInfoProviderProperty Field
- StrokeDashArrayProperty Field
- StrokeProperty Field
- StrokeThicknessProperty Field
- XAxisIdProperty Field
- YAxisIdProperty Field
- ZeroLineYProperty Field
- Events
- BaseTernaryRenderableSeries
- Overview
- Members
- BaseTernaryRenderableSeries Constructor
- Methods
- GetIsValidForDrawing Method
- GetParentSurface Method
- GetPolygonPoints Method
- GetSeriesInfo Method
- IsValidCoord Method
- OnInvalidateParentSurface Method
- Properties
- ContourLine
- CursorLabelControl
- CustomRenderableSeries
- CustomRenderableSeries.CustomSeriesDrawingProvider
- CustomRenderableSeries.CustomSeriesHitTestProvider
- DefaultSeriesInfoProvider
- DrawHistoBarStrategy
- ExtremeScatterRenderableSeries
- ExtremeScatterRenderableSeriesForMvvm
- FastBandRenderableSeries
- Overview
- Members
- FastBandRenderableSeries Constructor
- Methods
- CreateRolloverMarker Method
- GetIsValidForDrawing Method
- OnDataSeriesDependencyPropertyChanged Method
- Properties
- DrawingProviders Property
- Fill Property
- FillY1 Property
- HitTestProvider Property
- RolloverMarkerY1 Property
- StrokeDashArrayY1 Property
- StrokeY1 Property
- Fields
- FastBandRenderableSeriesForMvvm
- FastBoxPlotRenderableSeries
- Overview
- Members
- FastBoxPlotRenderableSeries Constructor
- Methods
- Properties
- DataPointWidth Property
- DrawingProviders Property
- Fill Property
- HitTestProvider Property
- LastBarWidth Property
- Fields
- FastBoxPlotRenderableSeriesForMvvm
- FastBubbleRenderableSeries
- Overview
- Members
- FastBubbleRenderableSeries Constructor
- Methods
- Properties
- ApplyAreaSizingInsteadOfRadius Property
- AutoZRange Property
- BubbleColor Property
- DrawingProviders Property
- HitTestProvider Property
- MaxBubbleSizeInPixels Property
- MaxZValue Property
- ZScaleFactor Property
- Fields
- FastBubbleRenderableSeriesForMvvm
- FastCandlestickRenderableSeries
- Overview
- Members
- FastCandlestickRenderableSeries Constructor
- Methods
- Properties
- DataPointWidth Property
- DrawingProviders Property
- FillDown Property
- FillUp Property
- HitTestProvider Property
- LastCandleWidth Property
- StrokeDown Property
- StrokeUp Property
- Fields
- FastCandlestickRenderableSeriesForMvvm
- FastColumnRenderableSeries
- FastColumnRenderableSeriesForMvvm
- FastErrorBarsRenderableSeries
- Overview
- Members
- FastErrorBarsRenderableSeries Constructor
- Methods
- GetIsValidForDrawing Method
- GetXRange Method
- GetYRange Method
- OnDataSeriesDependencyPropertyChanged Method
- Properties
- DataPointWidth Property
- DataPointWidthMode Property
- DrawingProviders Property
- ErrorDirection Property
- HitTestProvider Property
- LastErrorBarWidth Property
- Fields
- FastErrorBarsRenderableSeriesForMvvm
- FastHistoBarRenderableSeries
- Overview
- Members
- FastHistoBarRenderableSeries Constructor
- Methods
- DrawHistogramBar Method
- GetIndicesRange Method
- GetIsValidForDrawing Method
- GetYRange Method
- OnDataSeriesDependencyPropertyChanged Method
- Properties
- AskBarStyle Property
- BidBarStyle Property
- DrawingProviders Property
- HistogramMode Property
- HorizontalBarSpacing Property
- MarketProfileSeriesHelper Property
- MaxBarHeight Property
- MaxHistoBarCandles Property
- ShowCandlesticks Property
- TickSize Property
- VerticalBarSpacing Property
- Fields
- FastHistoBarRenderableSeriesForMvvm
- FastImpulseRenderableSeries
- FastImpulseRenderableSeriesForMvvm
- FastLineRenderableSeries
- FastLineRenderableSeriesForMvvm
- FastMarketProfileRenderableSeries
- Overview
- Members
- FastMarketProfileRenderableSeries Constructor
- Methods
- Properties
- AskLine Property
- BidLine Property
- DrawingProviders Property
- FillAsk Property
- FillBid Property
- HitTestProvider Property
- MarketProfileSeriesHelper Property
- MarketProfileWidth Property
- StrokeAsk Property
- StrokeBid Property
- TickSize Property
- VerticalBarOffset Property
- Fields
- FastMarketProfileRenderableSeriesForMvvm
- FastMountainRenderableSeries
- FastMountainRenderableSeriesForMvvm
- FastNonUniformHeatmapRenderableSeries
- FastNonUniformHeatmapRenderableSeriesForMvvm
- FastOhlcRenderableSeries
- Overview
- Members
- FastOhlcRenderableSeries Constructor
- Methods
- Properties
- DataPointWidth Property
- DrawingProviders Property
- HitTestProvider Property
- LastOhlcWidth Property
- StrokeDown Property
- StrokeUp Property
- Fields
- FastOhlcRenderableSeriesForMvvm
- FastStripeRenderableSeries
- Overview
- Members
- FastStripeRenderableSeries Constructor
- Methods
- Properties
- DrawingProviders Property
- Fill Property
- HitTestProvider Property
- LabelColor Property
- LabelFontSize Property
- LabelMinWidth Property
- PointLabelProvider Property
- StripeContentTemplate Property
- Fields
- FastStripeRenderableSeriesForMvvm
- FastUniformContourRenderableSeries
- Overview
- Members
- FastUniformContourRenderableSeries Constructor
- Methods
- Properties
- ColorMap Property
- ColorMapMode Property
- DrawingMode Property
- DrawingProviders Property
- HitTestProvider Property
- MajorLineStyle Property
- MinorLineStyle Property
- MinorsPerMajor Property
- ZMax Property
- ZMin Property
- ZStep Property
- Fields
- FastUniformContourRenderableSeriesForMvvm
- FastUniformHeatmapRenderableSeries
- Overview
- Members
- FastUniformHeatmapRenderableSeries Constructor
- Methods
- Properties
- Fields
- FastUniformHeatmapRenderableSeriesForMvvm
- FastVolumeCandlestickRenderableSeries
- Overview
- Members
- FastVolumeCandlestickRenderableSeries Constructor
- Methods
- Properties
- DataPointWidth Property
- DrawingProviders Property
- FillDown Property
- FillUp Property
- FontSize Property
- Foreground Property
- HitTestProvider Property
- LastCandleWidth Property
- StrokeDown Property
- StrokeUp Property
- TextFormatting Property
- VerticalBarSpacing Property
- ZeroLine Property
- ZeroLineStyle Property
- Fields
- FastVolumeCandlestickRenderableSeriesForMvvm
- HeatmapColorPalette
- Overview
- Members
- HeatmapColorPalette Constructor
- Methods
- GetColor Method
- GetColors Method
- GetSchema Method
- InitializeColorMap Method
- ReadXml Method
- WriteXml Method
- Properties
- AllowsHighPrecision Property
- GradientStops Property
- Maximum Property
- Minimum Property
- Precision Property
- Fields
- Events
- HistogramBar
- Overview
- Members
- HistogramBar Constructor
- Methods
- Properties
- Fill Property
- FontSize Property
- Foreground Property
- Stroke Property
- StrokeThickness Property
- TextFormatting Property
- Fields
- Legend3DPlaceholder
- LegendPlaceholder
- ParallelCoordinateDataItem<TObject,TData>
- ParallelCoordinateDataItemString<TObject>
- ParallelCoordinateDataSource<TObject>
- Overview
- Members
- ParallelCoordinateDataSource<TObject> Constructor
- Methods
- Properties
- AxisWrappers Property
- Labels Property
- ProcessedData Property
- XRange Property
- XValues Property
- YRange Property
- Events
- PieLabelControl
- PieTooltipControl
- PointMarker
- PolarUniformHeatmapRenderableSeries
- Overview
- Members
- PolarUniformHeatmapRenderableSeries Constructor
- Methods
- FormatDataValue Method
- GetHeatmapColor Method
- GetIsValidForDrawing Method
- OnAttached Method
- OnColorMapModified Method
- OnDetached Method
- ReadXml Method
- WriteXml Method
- Properties
- ColorMap Property
- DrawingProviders Property
- HitTestProvider Property
- TextFormatting Property
- UseLinearTextureFiltering Property
- Fields
- PolarUniformHeatmapRenderableSeriesForMvvm
- RadarLegendPlaceHolder
- RadarPolygonRenderableSeries
- Overview
- Members
- RadarPolygonRenderableSeries Constructor
- Methods
- GetIsValidForDrawing Method
- GetPolygonPoints Method
- GetSchema Method
- HitTest Method
- OnDraw Method
- OnInvalidateParentSurface Method
- OnInvalidateParentSurface() Method
- OnInvalidateParentSurface(DependencyObject,DependencyPropertyChangedEventArgs) Method
- ReadXml Method
- WriteXml Method
- Properties
- AntiAliasing Property
- DataSeries Property
- Fill Property
- IsFilled Property
- IsSelected Property
- IsValidForDrawing Property
- IsVisible Property
- LegendMarkerTemplate Property
- ParentSurface Property
- PointMarker Property
- SelectedPointMarker Property
- SelectedSeriesStyle Property
- SeriesName Property
- Services Property
- Stroke Property
- StrokeThickness Property
- Fields
- AntiAliasingProperty Field
- DataSeriesProperty Field
- FillProperty Field
- IsFilledProperty Field
- IsSelectedProperty Field
- IsVisibleProperty Field
- LegendMarkerTemplateProperty Field
- PointMarkerProperty Field
- SelectedPointMarkerProperty Field
- SelectedSeriesStyleProperty Field
- SeriesNameProperty Field
- StrokeProperty Field
- StrokeThicknessProperty Field
- Events
- RadarPolygonRenderableSeriesForMvvm
- RadarTooltipControl
- RenderPassData
- ScrollbarResizeGrip
- ScrollbarViewport
- SeriesDrawingHelpersFactory
- StackedColumnRenderableSeries
- Overview
- Members
- StackedColumnRenderableSeries Constructor
- Methods
- GetChartRotationAngle Method
- GetIsValidForDrawing Method
- GetXRange Method
- GetYRange Method
- InternalDraw Method
- Properties
- DrawingProviders Property
- HitTestProvider Property
- IsOneHundredPercent Property
- LabelColor Property
- LabelFontSize Property
- LabelTextFormatting Property
- ShowLabel Property
- Spacing Property
- SpacingMode Property
- StackedGroupId Property
- StackedSeriesId Property
- Wrapper Property
- Fields
- StackedColumnRenderableSeriesForMvvm
- StackedMountainRenderableSeries
- Overview
- Members
- StackedMountainRenderableSeries Constructor
- Methods
- Properties
- DrawingProviders Property
- HitTestProvider Property
- IsOneHundredPercent Property
- StackedGroupId Property
- StackedSeriesId Property
- Wrapper Property
- Fields
- StackedMountainRenderableSeriesForMvvm
- TemplatableControl
- TernaryErrorBarRenderableSeries
- Overview
- Members
- TernaryErrorBarRenderableSeries Constructor
- Properties
- DrawingProviders Property
- ErrorBarCupLength Property
- ErrorDirection Property
- ErrorType Property
- HighError Property
- HitTestProvider Property
- LowError Property
- Fields
- TernaryLegendPlaceholder
- TernaryPolygonRenderableSeries
- TernaryRenderPassData
- Overview
- Members
- TernaryRenderPassData Constructor
- Properties
- Calculators Property
- DataSeries Property
- IsVerticalChart Property
- PointRange Property
- PointSeries Property
- PolarAxisRotationAngle Property
- ResamplingHash Property
- SupportsNativeCoordinateCalculators Property
- TransformationStrategy Property
- XCoordinateCalculator Property
- YCoordinateCalculator Property
- ZCoordinateCalculator Property
- TernaryScatterRenderableSeries
- TooltipControl
- UniformDataPointWidthProvider
- UniformErrorBarDataPointWidthProvider
- XyScatterRenderableSeries
- XyScatterRenderableSeriesForMvvm
- Enumerations
- ColorPaletteMode
- DataPointWidthMode
- DrawingMode
- ErrorDirection
- ErrorMode
- ErrorType
- HistogramMode
- LineDrawMode
- SpacingMode
- Structures
- HitTestInfo
- Overview
- Members
- Methods
- Properties
- CloseValue Property
- DataSeriesIndex Property
- DataSeriesName Property
- DataSeriesType Property
- ErrorHigh Property
- ErrorLow Property
- HeatmapValue Property
- HeatmapXIndex Property
- HeatmapYIndex Property
- HighValue Property
- HitTestPoint Property
- IsHit Property
- IsVerticalHit Property
- IsWithinDataBounds Property
- LowerQuartile Property
- LowValue Property
- Maximum Property
- Median Property
- Metadata Property
- Minimum Property
- OpenValue Property
- Percentage Property
- UpperQuartile Property
- X1Value Property
- XValue Property
- Y1HitTestPoint Property
- Y1Value Property
- YValue Property
- ZValue Property
- Fields
- ParallelCoordinateItemData
- Interfaces
- IAxisLabel
- IBarRenderableSeries
- IDataPointWidthProvider
- IExtremePointMarkerPaletteProvider
- IFastColumnRenderableSeries
- IHeatmapRenderableSeries
- IHistoBarPaletteProvider
- IParallelCoordinateAxisWrapper
- IParallelCoordinateDataItem<TObject>
- IParallelCoordinateDataItem<TObject,TData>
- IParallelCoordinateDataSource
- Overview
- Members
- Methods
- Properties
- AxisWrappers Property
- Labels Property
- ProcessedData Property
- XRange Property
- XValues Property
- YRange Property
- Events
- IPolarHeatmapRenderableSeries
- IRadarPolygonRenderableSeries
- Overview
- Members
- Methods
- Properties
- AntiAliasing Property
- DataSeries Property
- Fill Property
- IsFilled Property
- IsSelected Property
- IsValidForDrawing Property
- IsVisible Property
- LegendMarkerTemplate Property
- Opacity Property
- ParentSurface Property
- PointMarker Property
- SelectedPointMarker Property
- SelectedSeriesStyle Property
- SeriesName Property
- Services Property
- Stroke Property
- StrokeThickness Property
- Events
- IRenderableSeries
- Overview
- Members
- Methods
- GetIndicesRange Method
- GetPointMarker Method
- GetSelectedPointMarker Method
- GetSeriesInfo Method
- GetYRange Method
- OnAttached Method
- OnDetached Method
- ShowsTooltipForModifier Method
- Properties
- AntiAliasing Property
- CurrentRenderPassData Property
- DataContext Property
- DataSeries Property
- DrawingProviders Property
- DrawNaNAs Property
- HitTestProvider Property
- IsDigitalLine Property
- IsSelected Property
- Opacity Property
- PaletteProvider Property
- ResamplingMode Property
- ResamplingPrecision Property
- RolloverMarker Property
- SelectedSeriesStyle Property
- SeriesAnimation Property
- Stroke Property
- StrokeDashArray Property
- StrokeThickness Property
- Style Property
- XAxis Property
- XAxisId Property
- YAxis Property
- YAxisId Property
- ZeroLineY Property
- Events
- IRenderableSeriesBase
- IRenderPassData
- ISeriesDrawingHelper
- ISeriesInfoProvider
- IStackedColumnRenderableSeries
- IStackedColumnsWrapper
- IStackedMountainRenderableSeries
- IStackedMountainsWrapper
- IStackedRenderableSeries
- IStackedSeriesWrapperBase<T>
- Overview
- Members
- Methods
- AccumulateYValueAtX Method
- AddSeries Method
- CalculateYRange Method
- DrawStackedSeries Method
- GetStackedSeriesFromSameGroup Method
- GetYRangeAtX Method
- IsOneHundredPercentGroup Method
- MoveSeriesToAnotherGroup Method
- RemoveSeries Method
- ShiftHitTestInfo Method
- Properties
- IStripeContentViewModel
- ITernaryRenderableSeries
- IUniformDataPointWidthProvider
- Delegates
- SciChart.Charting.Visuals.RenderableSeries.Animations Namespace
- Overview
- Classes
- FadeAnimation
- PointSeriesAnimationBase
- ScaleAnimation
- SeriesAnimationBase
- Overview
- Members
- SeriesAnimationBase Constructor
- Methods
- Animate Method
- Attach Method
- Detach Method
- GetSchema Method
- OnAnimationEnded Method
- OnAnimationStarted Method
- OnCurrentProgressChanged Method
- OnRender Method
- ReadXml Method
- StartAnimation Method
- StopAnimation Method
- WriteXml Method
- Properties
- AnimationDelay Property
- CurrentProgress Property
- Duration Property
- EasingFunction Property
- GlobalEnableAnimations Property
- InitValue Property
- IsRunning Property
- LastValue Property
- RenderableSeries Property
- Storyboard Property
- Fields
- AnimationDelayProperty Field
- CurrentProgressProperty Field
- DurationProperty Field
- EasingFunctionProperty Field
- StoryboardProperty Field
- Events
- SweepAnimation
- WaveAnimation
- Interfaces
- SciChart.Charting.Visuals.RenderableSeries.Animations.AnimationConverters Namespace
- Overview
- Classes
- SciChart.Charting.Visuals.RenderableSeries.Animations.Transformations Namespace
- Overview
- Classes
- BoxPlotPointSeriesTransformation
- HlcPointSeriesTransformation
- OhlcPointSeriesTransformation
- Point2DSeriesTransformation<T>
- Overview
- Members
- Point2DSeriesTransformation<T> Constructor
- Methods
- ChangeValue Method
- ScaleTransform Method
- SweepTransform Method
- TransformInternal Method
- WaveTransform Method
- Properties
- XyyPointSeriesTransformation
- XyzPointSeriesTransformation
- Interfaces
- SciChart.Charting.Visuals.RenderableSeries.Contours Namespace
- SciChart.Charting.Visuals.RenderableSeries.DrawingProviders Namespace
- Overview
- Classes
- BandSeriesDrawingProvider
- BaseDrawingProvider<TRenderableSeries>
- Overview
- Members
- BaseDrawingProvider<TRenderableSeries> Constructor
- Methods
- Properties
- BaseDrawingProviderHelper
- BaseHeatmapDrawingProvider<TRenderableSeries>
- Overview
- Members
- BaseHeatmapDrawingProvider<TRenderableSeries> Constructor
- Methods
- DrawHeatmapAsRects Method
- DrawHeatmapAsTexture Method
- DrawHeatmapAsTexture(IRenderContext2D,Rect) Method
- DrawHeatmapAsTexture(IRenderContext2D,Rect,Int32,Int32,Boolean) Method
- DrawHeatmapLabels Method
- GetColor Method
- GetColor(IHeatmapDataSeries,Int32,Int32,HeatmapColorPalette,IHeatmapPaletteProvider,Double) Method
- GetColor(IHeatmapDataSeries,Double,Int32,Int32,HeatmapColorPalette,IHeatmapPaletteProvider,Double) Method
- GetColorDataForTexture Method
- GetHorizontalOffset Method
- GetTexture Method
- GetVerticalOffset Method
- OnDraw Method
- Fields
- BaseTernarySeriesDrawingProvider<TRenderableSeries>
- BoxPlotSeriesDrawingProvider
- BrushKey
- BubbleSeriesDrawingProvider
- CandlestickSeriesDrawingProvider
- ColumnSeriesDrawingProvider
- ContourSeriesDrawingProvider
- ErrorSeriesDrawingProvider
- ExtremeScatterSeriesDrawingProvider
- HistoBarSeriesDrawingProvider
- ImpulseSeriesDrawingProvider
- LegacyLineRenderer
- LegacyPointMarkerRenderer
- LineSeriesDrawingProvider
- LineSeriesDrawingProvider<TPointSeries>
- Overview
- Members
- LineSeriesDrawingProvider<TPointSeries> Constructor
- LineSeriesDrawingProvider<TPointSeries> Constructor(IRenderableSeries,Expression<Func<TPointSeries,Values<Double>>>)
- LineSeriesDrawingProvider<TPointSeries> Constructor(IRenderableSeries)
- Methods
- MarketProfileSeriesDrawingProvider
- MountainSeriesDrawingProvider
- NonUniformHeatmapSeriesDrawingProvider
- OhlcSeriesDrawingProvider
- PenCacheKey
- PointMarkerDrawingProvider
- PointMarkerDrawingProvider<TPointSeries>
- Overview
- Members
- PointMarkerDrawingProvider<TPointSeries> Constructor
- PointMarkerDrawingProvider<TPointSeries> Constructor(IRenderableSeries,Expression<Func<TPointSeries,Values<Double>>>)
- PointMarkerDrawingProvider<TPointSeries> Constructor(IRenderableSeries,Expression<Func<TPointSeries,IPointSeries>>)
- Methods
- PolarUniformHeatmapSeriesDrawingProvider
- SolidColorBrushKey
- StackedColumnSeriesDrawingProvider
- StackedMountainSeriesDrawingProvider
- StripeSeriesDrawingProvider
- TernaryErrorSeriesDrawingProvider
- TernaryPolygonSeriesDrawingProvider
- TernaryScatterSeriesDrawingProvider
- UniformHeatmapSeriesDrawingProvider
- Overview
- Members
- UniformHeatmapSeriesDrawingProvider Constructor
- Methods
- DrawHeatmapAsRects Method
- DrawHeatmapAsTexture Method
- DrawHeatmapLabels Method
- GetColorDataForTexture Method
- GetHorizontalOffset Method
- GetVerticalOffset Method
- Properties
- UniformHeatmapYPeakDetector
- VolumeCandlestickSeriesDrawingProvider
- Interfaces
- SciChart.Charting.Visuals.RenderableSeries.HitTesters Namespace
- Overview
- Classes
- BandSeriesHitTestProvider
- BoxPlotSeriesHitTestProvider
- BubbleSeriesHitTestProvider
- CandlestickSeriesHitTestProvider
- ColumnSeriesHitTestProvider
- ContourSeriesHitTestProvider
- DefaultHitTestProvider<TRenderableSeries>
- Overview
- Members
- DefaultHitTestProvider<TRenderableSeries> Constructor
- Methods
- FindClosestPointIndex Method
- GetCoordinateForDataPoint Method
- GetHitDataValue Method
- GetHitTestInfo Method
- GetHitTestRadiusConsideringPointMarkerSize Method
- GetPrevAndNextYValues Method
- GetSeriesBodyCenter Method
- GetSeriesBodyLowerDataBound Method
- GetSeriesBodyUpperDataBound Method
- GetSeriesBodyWidth Method
- GetXValueByIndex Method
- HitTest Method
- HitTestInternal Method
- HitTestSeriesWithBody Method
- InterpolatePoint Method
- InterpolatePoint(Point,HitTestInfo,Double) Method
- InterpolatePoint(Point,HitTestInfo,Double,Tuple<Double,Double>,Tuple<Double,Double>) Method
- IsBodyHit Method
- IsDigitalSeriesHitTest Method
- IsHitTest Method
- NearestHitResult Method
- VerticalSliceHitTest Method
- Properties
- Fields
- ErrorSeriesHitTestProvider
- ExtremeScatterSeriesHitTestProvider
- HeatmapHitTestProvider
- ImpulseSeriesHitTestProvider
- LineSeriesHitTestProvider
- MountainSeriesHitTestProvider
- OhlcSeriesHitTestProvider
- PolarHeatmapHitTestProvider
- ScatterSeriesHitTestProvider
- StackedColumnSeriesHitTestProvider
- StackedMountainSeriesHitTestProvider
- TernaryErrorSeriesHitTestProvider
- TernaryPolygonSeriesHitTestProvider
- TernaryScatterSeriesHitTestProvider
- TernarySeriesHitTestProvider
- VolumeCandlestickSeriesHitTestProvider
- Interfaces
- SciChart.Charting.Visuals.RenderableSeries.HitTestProviders Namespace
- Overview
- Classes
- SciChart.Charting.Visuals.RenderableSeries.MarketProfileSeries Namespace
- Overview
- Classes
- Interfaces
- SciChart.Charting.Visuals.Shapes Namespace
- Overview
- Classes
- Callout
- Overview
- Members
- Callout Constructor
- Methods
- Properties
- AnchorPoint Property
- AnchorSize Property
- ContainerGeometry Property
- PopupAlignment Property
- StrokeThickness Property
- Fields
- CalloutAnchorSizeToMarginConverter
- CalloutInnerMarginConverter
- DonutSegment
- PieSegment
- Overview
- Members
- PieSegment Constructor
- Methods
- Properties
- AnimateSegment Property
- ArcSize Property
- DefiningGeometry Property
- EndRotationAngle Property
- IsDrawn Property
- IsSelected Property
- ParentSurface Property
- Radius Property
- SegmentAngle Property
- SegmentCenterAngle Property
- SegmentModel Property
- SegmentValue Property
- StartRotationAngle Property
- Text Property
- XOffset Property
- YOffset Property
- Fields
- AnimateSegmentProperty Field
- ArcSizeProperty Field
- EndRotationAngleProperty Field
- IsSelectedProperty Field
- RadiusProperty Field
- SegmentAngleProperty Field
- SegmentModelProperty Field
- SegmentValueProperty Field
- StartRotationAngleProperty Field
- TextProperty Field
- XOffsetProperty Field
- YOffsetProperty Field
- Enumerations
- SciChart.Charting.Visuals.Synchronization Namespace
- SciChart.Charting.Visuals.TradeChart Namespace
- Overview
- Classes
- GroupPane
- Overview
- Members
- GroupPane Constructor
- Properties
- ChangeOrientationCommand Property
- ClosePaneCommand Property
- IsMainPane Property
- IsTabbed Property
- PaneElement Property
- PaneViewModel Property
- Events
- HorizontalGroupHelper
- SciChartGroup
- Overview
- Members
- SciChartGroup Constructor
- Methods
- GetVerticalChartGroup Method
- MovePane Method
- OnApplyTemplate Method
- OnItemsChanged Method
- OnItemsSourceChanged Method
- SetVerticalChartGroup Method
- Properties
- Fields
- Events
- SciChartGroupPane
- SciStockChart
- Overview
- Members
- SciStockChart Constructor
- Methods
- Properties
- BarTimeFrame Property
- DefaultDataProvider Property
- IsAxisMarkersEnabled Property
- IsCursorEnabled Property
- IsPanEnabled Property
- IsRolloverEnabled Property
- IsRubberBandZoomEnabled Property
- IsXAxisVisible Property
- LegendSource Property
- LegendStyle Property
- ShowLegend Property
- VerticalChartGroupId Property
- XAxisStyle Property
- YAxisStyle Property
- Fields
- BarTimeFrameProperty Field
- DefaultDataProviderProperty Field
- IsAxisMarkersEnabledProperty Field
- IsCursorEnabledProperty Field
- IsPanEnabledProperty Field
- IsRolloverEnabledProperty Field
- IsRubberBandZoomEnabledProperty Field
- IsXAxisVisibleProperty Field
- LegendSourceProperty Field
- LegendStyleProperty Field
- ShowLegendProperty Field
- VerticalChartGroupIdProperty Field
- XAxisStyleProperty Field
- YAxisStyleProperty Field
- Interfaces
- SciChart.Charting.Visuals.TradeChart.MultiPane Namespace
- Overview
- Classes
- ItemPane
- Overview
- Members
- ItemPane Constructor
- Properties
- ClosePaneCommand Property
- IsFirstPane Property
- IsMaximized Property
- IsTabbed Property
- MaximizePaneCommand Property
- MinimizePaneCommand Property
- PaneElement Property
- PaneState Property
- PaneViewModel Property
- RestorePaneDownCommand Property
- Events
- SciChartItemPane
- SciChartMultiPane
- Overview
- Members
- SciChartMultiPane Constructor
- Methods
- ExpandPane Method
- MaximizePane Method
- MinimizePane Method
- OnApplyTemplate Method
- OnItemsChanged Method
- OnItemsSourceChanged Method
- RestorePaneDown Method
- Properties
- BottomAxisAreaTemplate Property
- HasTabbedItems Property
- Panes Property
- ShowBelowPanesArea Property
- TabItemStyle Property
- Fields
- Events
- Enumerations
- Interfaces
- SciChart.Drawing.Common Namespace
- SciChart.Charting.DrawingTools Assembly
- Overview
- Namespaces
- SciChart.Charting.DrawingTools.TradingAnnotations Namespace
- Overview
- Classes
- BrushAnnotation
- Overview
- Members
- BrushAnnotation Constructor
- Methods
- GetBaseDataValues Method
- GetBasePoints Method
- GetSelectedCursor Method
- MakeInvisible Method
- MoveAnnotationTo Method
- OnAnnotationCreated Method
- OnAnnotationPointerPressed Method
- OnApplyTemplate Method
- OnAttached Method
- OnDetached Method
- OnLoaded Method
- SetBasePoint Method
- SetCashedBasePoints Method
- Update Method
- UpdateBasePoint Method
- Properties
- Fields
- _cashedBasePoints Field
- InitialBasePointsProperty Field
- StrokeProperty Field
- StrokeThicknessProperty Field
- Events
- BrushAnnotationForMvvm
- ElliotWaveAnnotation
- ElliotWaveAnnotationBase
- Overview
- Members
- ElliotWaveAnnotationBase Constructor
- Methods
- AttachAnnotation Method
- DetachAnnotation Method
- SetBasePoint Method
- SetBasePoint(IComparable,IComparable) Method
- SetBasePoint(Point,Int32,IAxis,IAxis) Method
- SetBasePoint(IComparable,IComparable,Int32) Method
- Update Method
- UpdateBasePoint Method
- Properties
- Fields
- ElliotWaveAnnotationForMvvm
- ExtendedLineAnnotation
- Overview
- Members
- ExtendedLineAnnotation Constructor
- Methods
- GetCoordinates Method
- MakeInvisible Method
- OnApplyTemplate Method
- PlaceAnnotation Method
- SetActualCoordinates Method
- Properties
- Fields
- FibonacciExtensionAnnotationForMvvm
- FibonacciRetracementAnnotationForMvvm
- HeadAndShouldersAnnotation
- Overview
- Members
- HeadAndShouldersAnnotation Constructor
- Methods
- AttachAnnotation Method
- DetachAnnotation Method
- GetPolygonAnnotation Method
- GetTextAnnotation Method
- SetBasePoint Method
- SetBasePoint(IComparable,IComparable) Method
- SetBasePoint(Point,Int32,IAxis,IAxis) Method
- SetBasePoint(IComparable,IComparable,Int32) Method
- Update Method
- UpdateBasePoint Method
- UpdatePolygonById Method
- Properties
- Fields
- HeadAndShouldersAnnotationForMvvm
- PitchforkAnnotation
- Overview
- Members
- PitchforkAnnotation Constructor
- Methods
- AttachAnnotation Method
- DetachAnnotation Method
- GetExtendedLineAnnotation Method
- GetPolygonAnnotation Method
- SetBasePoint Method
- SetBasePoint(IComparable,IComparable) Method
- SetBasePoint(Point,Int32,IAxis,IAxis) Method
- SetBasePoint(IComparable,IComparable,Int32) Method
- Update Method
- UpdateBasePoint Method
- UpdatePolygonById Method
- Properties
- Fields
- PitchforkAnnotationForMvvm
- PitchforkExtendedLineAnnotation
- PolygonAnnotation
- Overview
- Members
- PolygonAnnotation Constructor
- Methods
- GetBaseDataValues Method
- GetBasePoints Method
- GetSelectedCursor Method
- MakeInvisible Method
- MoveAnnotationTo Method
- OnAnnotationCreated Method
- OnAnnotationLoaded Method
- OnAnnotationPointerMoved Method
- OnAnnotationPointerPressed Method
- OnAnnotationPointerReleased Method
- OnApplyTemplate Method
- SetBasePoint Method
- SetCashedBasePoints Method
- Update Method
- UpdateBasePoint Method
- Properties
- BasePointsCount Property
- Fill Property
- Id Property
- InitialBasePoints Property
- IsCreated Property
- IsDragging Property
- IsMouseLeftDown Property
- Stroke Property
- StrokeThickness Property
- Fields
- BasePointsCountProperty Field
- FillProperty Field
- IdProperty Field
- InitialBasePointsProperty Field
- StrokeProperty Field
- StrokeThicknessProperty Field
- Events
- PolygonAnnotationForMvvm
- TradingAnnotationBase
- Overview
- Members
- TradingAnnotationBase Constructor
- Methods
- AttachAnnotation Method
- DetachAnnotation Method
- GetBaseDataValues Method
- GetBasePoints Method
- GetIsMouseOverParentAnnotation Method
- GetMovingPart Method
- GetSelectedCursor Method
- GetXDataValue Method
- GetYDataValue Method
- MoveAnnotationTo Method
- MoveBasePointTo Method
- OnAnnotationCreated Method
- OnAnnotationPointerPressed Method
- OnAttached Method
- OnDetached Method
- OnLoaded Method
- ReadXml Method
- SetBasePoint Method
- SetBasePoint(IComparable,IComparable) Method
- SetBasePoint(IComparable,IComparable,Int32) Method
- SetBasePoint(Point,Int32,IAxis,IAxis) Method
- SetCashedBasePoints Method
- SetIsMouseOverParentAnnotation Method
- SetMovingPart Method
- SetOnTop Method
- Update Method
- UpdateBasePoint Method
- UpdateCursorsForInnerAnnotations Method
- UpdatePolygonById Method
- UpdateTextAnnotationBasePoint Method
- WriteXml Method
- Properties
- BasePointsCount Property
- InitialBasePoints Property
- IsCreated Property
- IsFilledAreaHitTestVisible Property
- IsReadyToUpdateAfterUnload Property
- LineStyle Property
- MovingLinesPartAnnotations Property
- Stroke Property
- StrokeThickness Property
- Fields
- _cashedBasePoints Field
- _timeFrameWasChanged Field
- BasePointsCountProperty Field
- InitialBasePointsProperty Field
- IsFilledAreaHitTestVisibleProperty Field
- IsMouseOverParentAnnotationProperty Field
- isReattached Field
- LineStyleProperty Field
- MovingPartProperty Field
- StrokeProperty Field
- StrokeThicknessProperty Field
- Events
- XabcdAnnotation
- Overview
- Members
- XabcdAnnotation Constructor
- Methods
- AttachAnnotation Method
- DetachAnnotation Method
- GetPolygonAnnotation Method
- SetBasePoint Method
- Update Method
- UpdateBasePoint Method
- UpdatePolygonById Method
- Properties
- Fields
- XabcdAnnotationForMvvm
- Interfaces
- SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation Namespace
- Overview
- Classes
- FibonacciExtensionAnnotation
- FibonacciExtensionAnnotationBase
- FibonacciRatioLine
- FibonacciRatioLineBase
- FibonacciRatioLineViewModel
- FibonacciRetracementAnnotation
- FibonacciRetracementAnnotationBase
- FibonacciTableAnnotation
- FibonacciTextLevel
- Interfaces
- SciChart.Charting.DrawingTools.TradingAnnotations.Models Namespace
- Overview
- Classes
- Structures
- Interfaces
- SciChart.Charting.DrawingTools.TradingAnnotations.ViewModels Namespace
- Overview
- Classes
- BrushAnnotationViewModel
- Overview
- Members
- BrushAnnotationViewModel Constructor
- Methods
- Properties
- InitialBasePoints Property
- IsCreated Property
- Stroke Property
- StrokeThickness Property
- ViewType Property
- Events
- ElliotWaveAnnotationBaseViewModel
- ElliotWaveAnnotationViewModel
- FibonacciExtensionAnnotationViewModel
- FibonacciRetracementAnnotationViewModel
- HeadAndShouldersAnnotationViewModel
- PitchforkAnnotationViewModel
- PolygonAnnotationViewModel
- Overview
- Members
- PolygonAnnotationViewModel Constructor
- Methods
- Properties
- BasePointsCount Property
- Fill Property
- Id Property
- InitialBasePoints Property
- IsCreated Property
- Stroke Property
- StrokeThickness Property
- ViewType Property
- Events
- TradingAnnotationViewModel
- Overview
- Members
- TradingAnnotationViewModel Constructor
- Methods
- Properties
- Annotations Property
- FontSize Property
- InitialBasePoints Property
- IsCreated Property
- LineStyle Property
- Stroke Property
- StrokeThickness Property
- Events
- XabcdAnnotationViewModel
- Interfaces
- SciChart.Charting.DrawingTools.TradingModifiers Namespace
- SciChart.Charting3D Assembly
- Overview
- Namespaces
- SciChart.Charting3D Namespace
- Overview
- Classes
- AssetManager
- Camera3D
- Overview
- Members
- Camera3D Constructor
- Methods
- AttachCameraToViewport Method
- CalculateRadiusToFit Method
- DecrementSuspend Method
- DetachCamera Method
- LocalCoordinateToScreenSpace Method
- OnAspectRatioDependencyPropertyChanged Method
- OnCameraIdDependencyPropertyChanged Method
- OnFarClipDependencyPropertyChanged Method
- OnFieldOfViewDependencyPropertyChanged Method
- OnNearClipDependencyPropertyChanged Method
- OnOrbitalPitchDependencyPropertyChanged Method
- OnOrbitalYawDependencyPropertyChanged Method
- OnOrthoHeightDependencyPropertyChanged Method
- OnOrthoWidthDependencyPropertyChanged Method
- OnPositionDependencyPropertyChanged Method
- OnProjectionModeDependencyPropertyChanged Method
- OnRadiusDependencyPropertyChanged Method
- OnTargetDependencyPropertyChanged Method
- ResetToDefaults Method
- ResumeUpdates Method
- SuspendUpdates Method
- ToOrthogonal Method
- ToPerspective Method
- WorldToScreenSpace Method
- Properties
- AspectRatio Property
- CameraId Property
- DebounceDuration Property
- FarClip Property
- FieldOfView Property
- Forward Property
- HasChanges Property
- IsAttached Property
- IsSuspended Property
- NearClip Property
- OrbitalPitch Property
- OrbitalYaw Property
- OrthoHeight Property
- OrthoWidth Property
- Position Property
- ProjectionMode Property
- Radius Property
- Side Property
- Target Property
- Up Property
- UpGlobal Property
- ZoomToFitOnAttach Property
- Fields
- AspectRatioProperty Field
- CameraIdProperty Field
- FarClipProperty Field
- FieldOfViewProperty Field
- NearClipProperty Field
- OrbitalPitchProperty Field
- OrbitalYawProperty Field
- OrthoHeightProperty Field
- OrthoWidthProperty Field
- PositionProperty Field
- ProjectionModeProperty Field
- RadiusProperty Field
- TargetProperty Field
- ZoomToFitOnAttachProperty Field
- Events
- CameraController
- Overview
- Members
- CameraController Constructor
- Methods
- AttachCameraToViewport Method
- CalculateRadiusToFit Method
- DecrementSuspend Method
- DetachCamera Method
- LocalCoordinateToScreenSpace Method
- OnCameraUpdated Method
- ResetToDefaults Method
- ResumeUpdates Method
- ScreenToWorldSpace Method
- SuspendUpdates Method
- ToOrthogonal Method
- ToPerspective Method
- Update Method
- WorldToScreenSpace Method
- Properties
- AspectRatio Property
- CameraId Property
- DebounceDuration Property
- FarClip Property
- FieldOfView Property
- Forward Property
- HasChanges Property
- IsAttached Property
- IsSuspended Property
- NearClip Property
- OrbitalPitch Property
- OrbitalYaw Property
- OrthoHeight Property
- OrthoWidth Property
- ParentViewport3D Property
- Position Property
- ProjectionMode Property
- Radius Property
- Side Property
- Target Property
- Up Property
- UpGlobal Property
- ZoomToFitOnAttach Property
- Events
- DefaultViewportManager3D
- Math3D
- Overview
- Members
- Methods
- CenterOfVectors Method
- DegToRad Method
- DirectionToPitchAndYaw Method
- IsZero Method
- PitchAndYawToDirection Method
- RadToDeg Method
- RotateAroundPoint Method
- Fields
- Matrix4
- Plane
- Overview
- Members
- Plane Constructor
- Plane Constructor()
- Plane Constructor(Single,Single,Single,Single)
- Plane Constructor(Vector3,Single)
- Plane Constructor(Vector3,Vector3,Vector3)
- Plane Constructor(Vector3,Vector3)
- Methods
- Properties
- Operators
- SceneLightingController
- SciChart2D3DInitializer
- SciChart3DRenderer
- SciChart3DRenderSurface
- Overview
- Members
- SciChart3DRenderSurface Constructor
- Methods
- AddSeries Method
- AttachCamera Method
- ContainsSeries Method
- DisposeUnmanagedResources Method
- GetRenderContext Method
- OnRenderSurfaceBaseLoaded Method
- RecreateSurface Method
- RemoveSeries Method
- Properties
- SciChart3DRootSceneEntity
- SciChart3DSurface
- Overview
- Members
- SciChart3DSurface Constructor
- Methods
- AnimateZoomExtents Method
- AnimateZoomExtentsX Method
- AnimateZoomExtentsY Method
- AnimateZoomExtentsZ Method
- Dispose Method
- DoDrawingLoop Method
- OnApplyTemplate Method
- OnArrangeSciChart Method
- OnChildStyleChanged Method
- OnRenderSurfaceDependencyPropertyChanged Method
- OnSciChartSurfaceLoaded Method
- OnSciChartSurfaceUnloaded Method
- PrepareSurfaceForExport Method
- RegisterServices Method
- ZoomExtents Method
- ZoomExtentsX Method
- ZoomExtentsY Method
- ZoomExtentsZ Method
- Properties
- AxisPlaneVisibilityMode Property
- Camera Property
- ChartModifier Property
- CoordinateSystem Property
- IsAxisCubeVisible Property
- IsFpsCounterVisible Property
- IsXyzGizmoVisible Property
- RenderableSeries Property
- RootSceneEntity Property
- SceneObjects Property
- SupportsXamlRenderSurface Property
- Viewport3D Property
- ViewportManager Property
- WorldDimensions Property
- XAxis Property
- YAxis Property
- ZAxis Property
- Fields
- AxisPlaneVisibilityModeProperty Field
- CameraProperty Field
- ChartModifierProperty Field
- CoordinateSystemProperty Field
- IsAxisCubeVisibleProperty Field
- IsFpsCounterVisibleProperty Field
- IsXyzGizmoVisibleProperty Field
- RenderableSeriesProperty Field
- RootSceneEntityProperty Field
- SceneObjectsProperty Field
- ViewportManagerProperty Field
- WorldDimensionsProperty Field
- XAxisProperty Field
- YAxisProperty Field
- ZAxisProperty Field
- Events
- SCRTDllLoader
- StringToVector3TypeConverter
- Texture2D
- Overview
- Members
- Texture2D Constructor
- Methods
- Dispose Method
- Finalize Method
- FromArgb Method
- FromBytes Method
- FromWriteableBitmap Method
- WritePixels Method
- Properties
- Vector3
- Overview
- Members
- Vector3 Constructor
- Methods
- Properties
- Operators
- Vector3ComponentConverter
- Vector3StringConverter
- VectorEditor
- Viewport3D
- Overview
- Members
- Viewport3D Constructor
- Methods
- AttachCamera Method
- BuildUpViewport Method
- Dispose Method
- DrawFrame Method
- FillSourceRDP Method
- Finalize Method
- GetMainLightDirection Method
- GetMainLightMode Method
- GetWorld Method
- IsD3D9 Method
- OnViewportResized Method
- PickScene Method
- Restart3DEngineWith Method
- SetCoordinateSystem Method
- SetMainLightDirection Method
- SetMainLightMode Method
- SetViewportOrientation Method
- TearDownViewport Method
- Properties
- CameraController Property
- ForceStallUntilGPUIsIdle Property
- IdProvider Property
- IsRemoteDesktop Property
- LightingController Property
- ParentSurface Property
- RootEntity Property
- Started Property
- SyncRoot Property
- TdrSafeModeOverride Property
- UseAlternativeFillSource Property
- ViewportOrientation Property
- ViewportSize Property
- ViewportManager3DBase
- Overview
- Members
- ViewportManager3DBase Constructor
- Methods
- AnimateZoomExtents Method
- AnimateZoomExtentsX Method
- AnimateZoomExtentsY Method
- AnimateZoomExtentsZ Method
- AttachSciChartSurface Method
- CalculateAutoRange Method
- CalculateNewXAxisRange Method
- CalculateNewYAxisRange Method
- CalculateNewZAxisRange Method
- DecrementSuspend Method
- DetachSciChartSurface Method
- InvalidateElement Method
- InvalidateParentSurface Method
- OnCalculateNewXRange Method
- OnCalculateNewYRange Method
- OnCalculateNewZRange Method
- OnInvalidateParentSurface Method
- OnParentSurfaceRendered Method
- OnVisibleRangeChanged Method
- ResumeUpdates Method
- SuspendUpdates Method
- ZoomExtents Method
- ZoomExtentsX Method
- ZoomExtentsY Method
- ZoomExtentsZ Method
- Properties
- Enumerations
- CameraProjectionMode
- CoordinateSystem3D
- FullScreenAntiAliasingMode
- MainLightMode
- SciChartDirectXVersion
- SciChartMeshTemplate
- SciChartTextureTemplate
- TextureFormat
- Viewport3DOrientation
- Structures
- Interfaces
- ICameraController
- Overview
- Members
- Methods
- AttachCameraToViewport Method
- CalculateRadiusToFit Method
- DetachCamera Method
- LocalCoordinateToScreenSpace Method
- ResetToDefaults Method
- ToOrthogonal Method
- ToPerspective Method
- WorldToScreenSpace Method
- Properties
- AspectRatio Property
- CameraId Property
- DebounceDuration Property
- FarClip Property
- FieldOfView Property
- Forward Property
- HasChanges Property
- IsAttached Property
- NearClip Property
- OrbitalPitch Property
- OrbitalYaw Property
- OrthoHeight Property
- OrthoWidth Property
- Position Property
- ProjectionMode Property
- Radius Property
- Side Property
- Target Property
- Up Property
- UpGlobal Property
- ZoomToFitOnAttach Property
- Events
- IRootSceneEntity
- ISceneLightingController
- ISciChart3DRenderer
- ISciChart3DRenderSurface
- Overview
- Members
- Methods
- Properties
- ISciChart3DSurface
- ISciChartController3D
- IViewport3D
- Overview
- Members
- Methods
- AttachCamera Method
- BuildUpViewport Method
- DrawFrame Method
- GetWorld Method
- OnViewportResized Method
- PickScene Method
- RestartD3DPresentationWith Method
- SetCoordinateSystem Method
- TearDownViewport Method
- Properties
- IViewportManager3D
- SciChart.Charting3D.Annotations Namespace
- Overview
- Classes
- SciChart.Charting3D.Axis Namespace
- Overview
- Classes
- AxisBase3D
- Overview
- Members
- AxisBase3D Constructor
- Methods
- GetAxis3DParams Method
- GetAxisOffset Method
- GetAxisSize Method
- GetCurrentCoordinateCalculator Method
- GetMaximumRange Method
- InvalidateParent Method
- InvalidateParentSurface Method
- OnApplyTemplate Method
- OnDependencyPropertyChanged Method
- OnTickOrGridLineStyleChanged Method
- ToAxisDescriptor Method
- Properties
- AxisPlaneBackgroundFill Property
- AxisTitleOrientation Property
- DrawTitle Property
- HasChanges Property
- IsLabelCullingEnabled Property
- IsYAxis Property
- IsZAxis Property
- LabelDepthTestEnabled Property
- NegativeSideClipping Property
- ParentSurface Property
- PlaneBorderColor Property
- PlaneBorderThickness Property
- PositiveSideClipping Property
- TickLabelAlignment Property
- TickLabelOrientation Property
- Fields
- AxisPlaneBackgroundFillProperty Field
- AxisTitleOrientationProperty Field
- DrawTitleProperty Field
- IsLabelCullingEnabledProperty Field
- LabelDepthTestEnabledProperty Field
- NegativeSideClippingProperty Field
- PlaneBorderColorProperty Field
- PlaneBorderThicknessProperty Field
- PositiveSideClippingProperty Field
- TickLabelAlignmentProperty Field
- TickLabelOrientationProperty Field
- AxisCubeEntity
- DateTimeAxis3D
- DateTimeLabelProvider3D
- LogarithmicNumericAxis3D
- Overview
- Members
- LogarithmicNumericAxis3D Constructor
- Methods
- CalculateTicks Method
- GetAxis3DParams Method
- GetDefaultNonZeroRange Method
- GetDeltaCalculator Method
- IsValidRange Method
- IsVisibleRangeConstrained Method
- ToAxisDescriptor Method
- Properties
- Fields
- LogarithmicNumericLabelProvider3D
- NumericAxis3D
- Overview
- Members
- NumericAxis3D Constructor
- Methods
- CalculateDelta Method
- GetDefaultNonZeroRange Method
- GetDeltaCalculator Method
- GetUndefinedRange Method
- IsOfValidType Method
- OnIdChanged Method
- Properties
- TimeSpanAxis3D
- TimeSpanAxis3DBase
- TimeSpanLabelProvider3D
- Enumerations
- Interfaces
- SciChart.Charting3D.Common.DataBinding Namespace
- Overview
- Classes
- SciChart.Charting3D.Common.Extensions Namespace
- Overview
- Classes
- SciChart.Charting3D.Common.Helpers Namespace
- Overview
- Classes
- SciChart.Charting3D.Extensions Namespace
- Overview
- Classes
- SciChart.Charting3D.Model Namespace
- Overview
- Classes
- BaseGridDataSeries3D<TX,TY,TZ>
- Overview
- Members
- BaseGridDataSeries3D<TX,TY,TZ> Constructor
- Methods
- Clear Method
- CopyFrom Method
- GetRowAt Method
- GetX Method
- GetZ Method
- OnIsHeightmapDirtyChanged Method
- PushRow Method
- SetRowAt Method
- To2DArray Method
- ToPointSeries<TPointSeries> Method
- Properties
- InternalArray Property
- IsDirty Property
- IsHeightmapDirty Property
- IsMeshDirty Property
- Item Property
- SyncRoot Property
- XRange Property
- XSize Property
- YRange Property
- ZRange Property
- ZSize Property
- Fields
- CustomFreeSurfaceDataSeries3D<TAllPoints>
- CustomFreeSurfaceDataSeries3D<TX,TY,TZ>
- CylindroidDataSeries3D<TAllPoints>
- CylindroidDataSeries3D<TXZ,TY>
- DataSeries3D
- Overview
- Members
- DataSeries3D Constructor
- Methods
- Clear Method
- CreateUpdateSuspender Method
- DecrementSuspend Method
- GetBounds Method
- InvalidateParentSurface Method
- MarkIsDirtyOnResumeUpdates Method
- OnDataSeriesChanged Method
- ResumeUpdates Method
- SuspendUpdates Method
- ToPointSeries<TPointSeries> Method
- Properties
- IsDirty Property
- IsSuspended Property
- ParentSurface Property
- SeriesName Property
- XRange Property
- YRange Property
- ZRange Property
- Fields
- Events
- DoubleDoubleList<T>
- EllipsoidDataSeries3D<TXYZ>
- FreeSurfaceDataSeries3D<TX,TY,TZ>
- Overview
- Members
- FreeSurfaceDataSeries3D<TX,TY,TZ> Constructor
- Methods
- CalculateRanges Method
- Clear Method
- GetDataValue Method
- GetDisplacedDataValue Method
- GetU Method
- GetV Method
- ToPointSeries<TPointSeries> Method
- Properties
- IsHeightmapDirty Property
- IsMeshDirty Property
- OffsetX Property
- OffsetY Property
- OffsetZ Property
- UCount Property
- VCount Property
- XRange Property
- YRange Property
- ZRange Property
- Fields
- FreeSurfacePointSeries3D<TX,TY,TZ>
- Overview
- Members
- FreeSurfacePointSeries3D<TX,TY,TZ> Constructor
- Methods
- Dispose Method
- GetU Method
- GetV Method
- GetValueAsDouble Method
- GetValueWithOffsetAsDouble Method
- GetXValue Method
- GetYValue Method
- GetZValue Method
- Properties
- IsDirty Property
- OffsetXAsDouble Property
- OffsetYAsDouble Property
- OffsetZAsDouble Property
- SyncRoot Property
- UCount Property
- VCount Property
- Fields
- HeightmapBasedDataSeries3D
- Overview
- Members
- HeightmapBasedDataSeries3D Constructor
- Methods
- CreateUpdateSuspender Method
- MarkIsDirtyOnResumeUpdates Method
- OnIsHeightmapDirtyChanged Method
- OnIsMeshDirtyChanged Method
- SuspendUpdates Method
- Properties
- NonUniformGridDataSeries3D<TAllPoints>
- NonUniformGridDataSeries3D<TX,TY,TZ>
- PointMetadata3D
- PolarDataSeries3D<TAllPoints>
- PolarDataSeries3D<TPolar,THeight>
- UniformGridDataSeries3D<TAllPoints>
- UniformGridDataSeries3D<TX,TY,TZ>
- XyzDataPointViewModel<TAllPoints>
- XyzDataPointViewModel<TX,TY,TZ>
- XyzDataSeries3D<TAllPoints>
- XyzDataSeries3D<TX,TY,TZ>
- Overview
- Members
- XyzDataSeries3D<TX,TY,TZ> Constructor
- Methods
- Append Method
- Append(TX,TY,TZ,IPointMetadata3D) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TZ>,IEnumerable<IPointMetadata3D>) Method
- AppendMetadata Method
- Clear Method
- Insert Method
- InsertMetadata Method
- InsertMetadata(Int32,IPointMetadata3D) Method
- InsertMetadata(Int32,IEnumerable<IPointMetadata3D>) Method
- InsertRange Method
- PerformSelection Method
- RemoveAt Method
- RemoveRange Method
- ToPointSeries<TPointSeries> Method
- Update Method
- Properties
- XyzDisplaceableFreeSurfaceDataSeries<TXYZ>
- Overview
- Members
- XyzDisplaceableFreeSurfaceDataSeries<TXYZ> Constructor
- Methods
- CopyFrom Method
- GetDataDisplacement Method
- GetDisplacedDataValue Method
- GetRowAt Method
- PushRow Method
- SetRowAt Method
- ToPointSeries<TPointSeries> Method
- Properties
- XyzDisplaceableFreeSurfacePointSeries<TXYZ>
- XzDisplaceableFreeSurfaceDataSeries<TXZ,TY>
- Overview
- Members
- XzDisplaceableFreeSurfaceDataSeries<TXZ,TY> Constructor
- Methods
- CopyFrom Method
- GetDataDisplacement Method
- GetDisplacedDataValue Method
- GetRowAt Method
- PushRow Method
- SetRowAt Method
- ToPointSeries<TPointSeries> Method
- Properties
- XzDisplaceableFreeSurfacePointSeries<TXZ,TY>
- YDisplaceableFreeSurfaceDataSeries<TX,TY,TZ>
- Overview
- Members
- YDisplaceableFreeSurfaceDataSeries<TX,TY,TZ> Constructor
- Methods
- CopyFrom Method
- GetDisplacedDataValue Method
- GetRowAt Method
- PushRow Method
- SetRowAt Method
- ToPointSeries<TPointSeries> Method
- Properties
- YDisplaceableFreeSurfacePointSeries<TX,TY,TZ>
- Enumerations
- Structures
- Interfaces
- IBaseGridDataSeries3D
- IDataSeries3D
- Overview
- Members
- Methods
- Properties
- IsDirty Property
- ParentSurface Property
- SeriesName Property
- XRange Property
- YRange Property
- ZRange Property
- Events
- IDisplaceableFreeSurfacePointSeries
- IDoubleDoubleList
- IDoubleList
- IFreeSurfaceDataSeries3D
- IFreeSurfacePointSeries3D
- IGridPointSeries3D
- IPointMetadata3D
- IPointSeries3D
- IXyzDataSeries3D
- IXyzDataSeries3D<TX,TY,TZ>
- Overview
- Members
- Methods
- Append Method
- Append(TX,TY,TZ,IPointMetadata3D) Method
- Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TZ>,IEnumerable<IPointMetadata3D>) Method
- Insert Method
- InsertRange Method
- RemoveAt Method
- RemoveRange Method
- Update Method
- Properties
- IXyzPointSeries3D
- SciChart.Charting3D.Model.ChartData Namespace
- Overview
- Classes
- BaseXyzSeriesInfo3D
- ChartDataObject3D
- SeriesInfo3D
- Overview
- Members
- SeriesInfo3D Constructor
- Methods
- Clone Method
- GetXCursorFormattedValue Method
- GetYCursorFormattedValue Method
- GetZCursorFormattedValue Method
- Properties
- SurfaceMeshSeriesInfo3D
- WaterfallSeriesInfo3D
- SciChart.Charting3D.Model.ChartSeries Namespace
- Overview
- Classes
- AxisBase3DViewModel
- Overview
- Members
- AxisBase3DViewModel Constructor
- Properties
- AxisTitleOrientation Property
- DrawMajorBands Property
- DrawMajorGridLines Property
- DrawMinorGridLines Property
- FontFamily Property
- LabelDepthTestEnabled Property
- NegativeSideClipping Property
- PlaneBorderColor Property
- PlaneBorderThickness Property
- PositiveSideClipping Property
- TickLabelOrientation Property
- BaseRenderableSeries3DViewModel
- ColumnRenderableSeries3DViewModel
- DateTimeAxis3DViewModel
- FreeSurfaceRenderableSeries3DViewModel
- ImpulseRenderableSeries3DViewModel
- LogarithmicNumericAxis3DViewModel
- NumericAxis3DViewModel
- PointLineRenderableSeries3DViewModel
- ScatterRenderableSeries3DViewModel
- SurfaceMeshRenderableSeries3DViewModel
- TimeSpanAxis3DViewModel
- WaterfallRenderableSeries3DViewModel
- Interfaces
- SciChart.Charting3D.Model.DataSeries Namespace
- Overview
- Interfaces
- SciChart.Charting3D.Model.DataSeries.Waterfall Namespace
- Overview
- Classes
- WaterfallDataSeries3D<TAllPoints>
- WaterfallDataSeries3D<TX,TY,TZ>
- Interfaces
- SciChart.Charting3D.Modifiers Namespace
- Overview
- Classes
- ApiElementBase3D
- Overview
- Members
- ApiElementBase3D Constructor
- Methods
- GetAndAssertTemplateChild<T> Method
- OnAttached Method
- OnDetached Method
- OnInvalidateParentSurface Method
- OnPropertyChanged Method
- Properties
- IsAttached Property
- ModifierSurface Property
- ParentSurface Property
- RootGrid Property
- Services Property
- XAxis Property
- YAxis Property
- ZAxis Property
- Events
- ChartModifierBase3D
- Overview
- Members
- ChartModifierBase3D Constructor
- Methods
- CanReceiveMouseEvents Method
- CaptureMouse Method
- GetPointRelativeTo Method
- IsPointWithinBounds Method
- MatchesExecuteOn Method
- MatchesExecuteWhen Method
- OnAttached Method
- OnDataContextChanged Method
- OnDetached Method
- OnIsEnabledChanged Method
- OnMasterMouseLeave Method
- OnModifierDoubleClick Method
- OnModifierKeyDown Method
- OnModifierKeyUp Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnModifierMouseWheel Method
- OnModifierTouchDown Method
- OnModifierTouchManipulationCompleted Method
- OnModifierTouchManipulationDelta Method
- OnModifierTouchManipulationInertiaStarting Method
- OnModifierTouchManipulationStarted Method
- OnModifierTouchManipulationStarting Method
- OnModifierTouchMove Method
- OnModifierTouchUp Method
- OnParentSurfaceMouseEnter Method
- OnParentSurfaceMouseLeave Method
- ReleaseMouseCapture Method
- ResetKeyboardFocus Method
- Properties
- ExecuteOn Property
- ExecuteWhen Property
- IsDragging Property
- IsEnabled Property
- IsMouseLeftButtonDown Property
- IsMouseMiddleButtonDown Property
- IsMouseRightButtonDown Property
- ModifierName Property
- MouseEventGroup Property
- ReceiveHandledEvents Property
- RootEntity Property
- Viewport3D Property
- Fields
- FreeLookModifier3D
- Overview
- Members
- FreeLookModifier3D Constructor
- Methods
- Properties
- BackKey Property
- DownKey Property
- ForwardKey Property
- LeftKey Property
- MovementSpeed Property
- RightKey Property
- UpKey Property
- Fields
- InspectSeriesModifierBase3D
- Overview
- Members
- InspectSeriesModifierBase3D Constructor
- Methods
- ClearAll Method
- GetIncludeSeries Method
- GetSeriesInfoAt Method
- HandleMasterMouseEvent Method
- HandleMouseEvent Method
- IsEnabledAt Method
- IsHitPointValid Method
- IsSeriesValid Method
- OnAttached Method
- OnDetached Method
- OnModifierMouseMove Method
- OnParentSurfaceMouseLeave Method
- SetIncludeSeries Method
- Properties
- Fields
- LegendModifier3D
- Overview
- Members
- LegendModifier3D Constructor
- Methods
- ClearAll Method
- HandleMasterMouseEvent Method
- IsHitPointValid Method
- OnAttached Method
- OnDetached Method
- OnModifierMouseMove Method
- UpdateLegend Method
- Properties
- LegendData Property
- LegendItemTemplate Property
- LegendPlacement Property
- LegendTemplate Property
- Orientation Property
- ShowLegend Property
- ShowSeriesMarkers Property
- ShowVisibilityCheckboxes Property
- Fields
- ModifierGroup3D
- Overview
- Members
- ModifierGroup3D Constructor
- Methods
- HasModifier Method
- OnAttached Method
- OnDataContextChanged Method
- OnDetached Method
- OnIsEnabledChanged Method
- OnMasterMouseLeave Method
- OnModifierDoubleClick Method
- OnModifierKeyDown Method
- OnModifierKeyUp Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnModifierMouseWheel Method
- OnModifierTouchDown Method
- OnModifierTouchManipulationCompleted Method
- OnModifierTouchManipulationDelta Method
- OnModifierTouchManipulationInertiaStarting Method
- OnModifierTouchManipulationStarted Method
- OnModifierTouchManipulationStarting Method
- OnModifierTouchMove Method
- OnModifierTouchUp Method
- Properties
- Fields
- MouseWheelZoomModifier3D
- OrbitModifier3D
- PinchZoomModifier3D
- VertexSelectionModifier3D
- Overview
- Members
- VertexSelectionModifier3D Constructor
- Methods
- ClearAll Method
- GetIncludeSeries Method
- GetSelectionMode Method
- MatchesExecuteWhen Method
- OnAttached Method
- OnDetached Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- PerformSelection Method
- SetIncludeSeries Method
- UpdateReticulePosition Method
- Properties
- Fields
- XyzGizmoModifier3D
- ZoomExtentsModifier3D
- Interfaces
- SciChart.Charting3D.Modifiers.Tooltip3D Namespace
- Overview
- Classes
- CrosshairLines
- CrosshairLinesProjection
- Overview
- Members
- CrosshairLinesProjection Constructor
- Properties
- ShowXy Property
- ShowXz Property
- ShowYz Property
- XyLineStyle Property
- XzLineStyle Property
- YzLineStyle Property
- Fields
- CrosshairLinesSceneEntity
- CrosshairPlanesSceneEntity
- TooltipModifier3D
- Overview
- Members
- TooltipModifier3D Constructor
- Methods
- ClearAll Method
- CreateCrosshairSceneEntity Method
- CreateFromTemplate<T> Method
- GetAxisLabelStyle Method
- GetTooltip Method
- GetTooltipContainerStyle Method
- GetTooltipTemplate Method
- HandleMasterMouseEvent Method
- HasToShowTooltip Method
- IsHitPointValid Method
- OnAttached Method
- OnDetached Method
- OnIsEnabledChanged Method
- OnModifierMouseDown Method
- OnModifierMouseUp Method
- SetAxisLabelStyle Method
- SetTooltip Method
- SetTooltipContainerStyle Method
- SetTooltipTemplate Method
- ToAxisCursorDescriptor Method
- Properties
- CrosshairMode Property
- CrosshairPlanesFill Property
- CrosshairProjectionStyle Property
- HoverDelay Property
- ShowAxisLabels Property
- ShowTooltipOn Property
- ShowTooltipOverlay Property
- TooltipLabelDataContextSelector Property
- Fields
- AxisLabelStyleProperty Field
- CrosshairModeProperty Field
- CrosshairPlanesFillProperty Field
- CrosshairProjectionStyleProperty Field
- HoverDelayProperty Field
- ShowAxisLabelsProperty Field
- ShowTooltipOnProperty Field
- ShowTooltipOverlayProperty Field
- TooltipContainerStyleProperty Field
- TooltipLabelDataContextSelectorProperty Field
- TooltipProperty Field
- TooltipTemplateProperty Field
- Enumerations
- Interfaces
- SciChart.Charting3D.PointMarkers Namespace
- Overview
- Classes
- BaseMeshPointMarker3D
- BasePointMarker3D
- Overview
- Members
- BasePointMarker3D Constructor
- Methods
- Properties
- Fill Property
- MarkerType Property
- PointMarkerTemplate Property
- RenderableSeries Property
- SelectedFill Property
- Size Property
- Fields
- BaseTexturePointMarker3D
- CubePointMarker3D
- CustomPointMarker3D
- CylinderPointMarker3D
- EllipsePointMarker3D
- PixelPointMarker3D
- PyramidPointMarker3D
- QuadPointMarker3D
- SpherePointMarker3D
- TrianglePointMarker3D
- Enumerations
- SciChart.Charting3D.Primitives Namespace
- Overview
- Classes
- AxisCubeDescriptor
- Overview
- Members
- AxisCubeDescriptor Constructor
- Methods
- Properties
- Dimensions Property
- IsVisible Property
- IsXyPlaneVisible Property
- IsZxPlaneVisible Property
- IsZyPlaneVisible Property
- PlaneVisibilityMode Property
- XAxisCursorDescriptor Property
- XAxisDescriptor Property
- XyPlaneDrawLabelsMode Property
- XyPlaneDrawTitlesMode Property
- XyPlaneVisibilityMode Property
- YAxisCursorDescriptor Property
- YAxisDescriptor Property
- ZAxisCursorDescriptor Property
- ZAxisDescriptor Property
- ZxPlaneDrawLabelsMode Property
- ZxPlaneDrawTitlesMode Property
- ZxPlaneVisibilityMode Property
- ZyPlaneDrawLabelsMode Property
- ZyPlaneDrawTitlesMode Property
- ZyPlaneVisibilityMode Property
- AxisDescriptor
- Overview
- Members
- AxisDescriptor Constructor
- Methods
- Properties
- AxisSize Property
- AxisTitle Property
- BackgroundColor Property
- BandColor Property
- BorderColor Property
- BorderThickness Property
- DrawBands Property
- DrawLabels Property
- DrawMajorGridLines Property
- DrawMajorTicks Property
- DrawMinorGridLines Property
- DrawMinorTicks Property
- DrawTitle Property
- ExponentialTickLabels Property
- HasFlippedCoordinates Property
- IsLabelCullingEnabled Property
- IsVisible Property
- LabelDepthTestEnabled Property
- LabelStyle Property
- LogarithmicBase Property
- MajorCoordinates Property
- MajorLineStyle Property
- MajorTickStyle Property
- MinorCoordinates Property
- MinorLineStyle Property
- MinorTickStyle Property
- SmoothLabelOverlapAvoidance Property
- TickLabelOrientation Property
- TickLabels Property
- TickLabelsOffset Property
- TitleOffset Property
- TitleOrientation Property
- TitleStyle Property
- VisibleRange Property
- BaseSceneEntity<T>
- Overview
- Members
- BaseSceneEntity<T> Constructor
- Methods
- AttachChild Method
- BeginLines Method
- BeginLineStrips Method
- BeginLitMesh Method
- BeginMesh Method
- BeginPoints Method
- BeginSolidMesh Method
- DetachChild Method
- Dispose Method
- GetEntity<T> Method
- GetKind Method
- GetSelectionId Method
- InvalidateScene Method
- OnAttached Method
- OnChildEntitiesCollectionChanged Method
- OnDetached Method
- OnEngineRestart Method
- PerformSelection Method
- Render Method
- RenderScene Method
- RequiresUpTransform Method
- SetRenderPassData Method
- Update Method
- UpdateScene Method
- VisitEntities Method
- Properties
- Children Property
- EntityId Property
- EntityIdProvider Property
- IsDirty Property
- IsDisposed Property
- IsFinalized Property
- IsVisible Property
- Parent Property
- RequiresSelectionId Property
- RootSceneEntity Property
- Viewport3D Property
- Fields
- BlendStates
- DefaultEntityIdProvider
- DepthStencilStates
- HeightMapIndex
- ImmediateLineContext
- ImmediateLitMeshContext
- Overview
- Members
- ImmediateLitMeshContext Constructor
- ImmediateLitMeshContext Constructor(TSRRenderMode)
- ImmediateLitMeshContext Constructor(TSRRenderMode,TSRShaderEffect)
- Methods
- ImmediateMeshContext
- Overview
- Members
- ImmediateMeshContext Constructor
- ImmediateMeshContext Constructor(TSRRenderMode)
- ImmediateMeshContext Constructor(TSRRenderMode,TSRShaderEffect)
- Methods
- LinesMesh
- LineStyle
- PointsInstancesMesh
- PointsMesh
- PointsPixelsMesh
- RasterizerStates
- RenderPassInfo3D
- SceneDescriptor
- SceneEntityCollection
- Overview
- Members
- SceneEntityCollection Constructor
- Methods
- Add Method
- Clear Method
- Contains Method
- ContainsById Method
- ContainsManagedRef Method
- CopyTo Method
- Dispose Method
- GetEnumerator Method
- GetItemEntityID Method
- IndexOf Method
- Insert Method
- Remove Method
- RemoveAt Method
- Properties
- Events
- TextStyle
- Enumerations
- Structures
- Interfaces
- IAxisCubeDescriptor
- Overview
- Members
- Properties
- Dimensions Property
- IsVisible Property
- IsXyPlaneVisible Property
- IsZxPlaneVisible Property
- IsZyPlaneVisible Property
- PlaneVisibilityMode Property
- XAxisCursorDescriptor Property
- XAxisDescriptor Property
- XyPlaneDrawLabelsMode Property
- XyPlaneDrawTitlesMode Property
- XyPlaneVisibilityMode Property
- YAxisCursorDescriptor Property
- YAxisDescriptor Property
- ZAxisCursorDescriptor Property
- ZAxisDescriptor Property
- ZxPlaneDrawLabelsMode Property
- ZxPlaneDrawTitlesMode Property
- ZxPlaneVisibilityMode Property
- ZyPlaneDrawLabelsMode Property
- ZyPlaneDrawTitlesMode Property
- ZyPlaneVisibilityMode Property
- IAxisDescriptor
- Overview
- Members
- Properties
- AxisSize Property
- AxisTitle Property
- BackgroundColor Property
- BandColor Property
- BorderColor Property
- BorderThickness Property
- DrawBands Property
- DrawLabels Property
- DrawMajorGridLines Property
- DrawMajorTicks Property
- DrawMinorGridLines Property
- DrawMinorTicks Property
- DrawTitle Property
- ExponentialTickLabels Property
- HasFlippedCoordinates Property
- IsLabelCullingEnabled Property
- IsVisible Property
- LabelDepthTestEnabled Property
- LabelStyle Property
- LogarithmicBase Property
- MajorCoordinates Property
- MajorLineStyle Property
- MajorTickStyle Property
- MinorCoordinates Property
- MinorLineStyle Property
- MinorTickStyle Property
- SmoothLabelOverlapAvoidance Property
- TickLabelOrientation Property
- TickLabels Property
- TickLabelsOffset Property
- TitleOffset Property
- TitleOrientation Property
- TitleStyle Property
- VisibleRange Property
- IBaseSceneEntity
- Overview
- Members
- Methods
- GetEntity<T> Method
- GetSelectionId Method
- OnAttached Method
- OnDetached Method
- OnEngineRestart Method
- PerformSelection Method
- Render Method
- SetRenderPassData Method
- Update Method
- VisitEntities Method
- Properties
- IEntityIdProvider
- IImmediateDrawContext
- IImmediateLineContext
- IImmediateLitMeshContext
- IImmediateMeshContext
- ILinesMesh
- ILineStyle
- IMeshBase
- IPointsMesh
- IRenderPassInfo3D
- ISceneDescriptor
- ITextStyle
- SciChart.Charting3D.RenderableSeries Namespace
- Overview
- Classes
- BaseGridMeshSceneEntityHelper<TRenderableSeries,TPoint3DData>
- Overview
- Members
- BaseGridMeshSceneEntityHelper<TRenderableSeries,TPoint3DData> Constructor
- Methods
- GetMetadata Method
- GetPoints3DData Method
- GetPoints3DHeightmapData Method
- GetXyzDataValue Method
- HitTest Method
- PerformSelection Method
- ToPointSeries Method
- ToSeriesInfo Method
- UpdateHeightCoords Method
- Fields
- BaseRenderableSeries3D
- Overview
- Members
- BaseRenderableSeries3D Constructor
- Methods
- AssertDataSeriesType Method
- AssertPaletteProviderType<TPaletteProvider> Method
- AttachDataSeries Method
- Dispose Method
- Finalize Method
- GetSceneEntity Method
- GetXRange Method
- HitTest Method
- InvalidateParent Method
- InvalidateWithHasChanges Method
- InvalidateWithoutHasChanges Method
- OnBeforeDraw Method
- OnDataContextChanged Method
- OnDependencyPropertyChanged Method
- OnPaletteProviderAttached Method
- OnVisibilityChanged Method
- SetSceneEntity Method
- ToSeriesInfo Method
- Properties
- DataSeries Property
- DiffuseColor Property
- HasChanges Property
- IsSelected Property
- IsVisible Property
- LegendMarkerTemplate Property
- PaletteProvider Property
- PointMarker Property
- PointMarkerTemplate Property
- Services Property
- Shininess Property
- SpecularColor Property
- SpecularStrength Property
- Stroke Property
- Fields
- DataSeriesProperty Field
- DiffuseColorProperty Field
- IsSelectedProperty Field
- IsVisibleProperty Field
- LegendMarkerTemplateProperty Field
- PaletteProviderProperty Field
- PointMarkerProperty Field
- PointMarkerTemplateProperty Field
- ShininessProperty Field
- SpecularColorProperty Field
- SpecularStrengthProperty Field
- StrokeProperty Field
- Events
- BaseRenderableSeriesSceneEntity3D<TRenderableSeries,TPoint3DData,TSceneEntity>
- Overview
- Members
- BaseRenderableSeriesSceneEntity3D<TRenderableSeries,TPoint3DData,TSceneEntity> Constructor
- Methods
- CacheMeshValidState Method
- ChangeHelper Method
- CheckMeshIsValid Method
- CreateNativeMeshes Method
- GetBitmap Method
- GetHeightMapIndex Method
- GetMetadata Method
- GetTexture Method
- GetVertexAt Method
- GetVertexCoords Method
- HitTest Method
- OnEngineRestart Method
- PerformSelection Method
- ToSeriesInfo Method
- UpdateNativeEntity Method
- UpdateNativeEntityPosition Method
- UpdateScene Method
- Properties
- Fields
- Events
- BaseXyzSceneEntityHelper<TRenderableSeries>
- Overview
- Members
- BaseXyzSceneEntityHelper<TRenderableSeries> Constructor
- Methods
- GetMetadata Method
- GetPoints3DData Method
- GetXyzDataValue Method
- HitTest Method
- PerformSelection Method
- ToPointSeries Method
- ToSeriesInfo Method
- Fields
- BrushColorPalette
- ColorUtil
- ColumnRenderableSeries3D
- Overview
- Members
- ColumnRenderableSeries3D Constructor
- Methods
- Properties
- ColumnShape Property
- ColumnSpacingMode Property
- CoulmnFixedSize Property
- DataPointWidth Property
- DataPointWidthX Property
- DataPointWidthZ Property
- Fill Property
- MeshPointMarker3D Property
- SelectedDataPointFill Property
- ZeroLineY Property
- Fields
- ColumnSceneEntity
- ColumnUniformGridSceneEntityHelper
- ColumnXyzSceneEntityHelper
- FreeSurfaceRenderableSeries3D
- Overview
- Members
- FreeSurfaceRenderableSeries3D Constructor
- Methods
- Properties
- CellHardnessFactor Property
- ColorMapTexture Property
- ColorMapTextureSize Property
- ContourAxis Property
- ContourInterval Property
- ContourOffset Property
- ContourStroke Property
- ContourStrokeThickness Property
- DrawBackSide Property
- DrawMeshAs Property
- HeightScaleFactor Property
- Highlight Property
- LightingFactor Property
- MeshColorPalette Property
- MeshPaletteMode Property
- PaletteAxialFactor Property
- PaletteAzimuthalFactor Property
- PaletteMaximum Property
- PaletteMinimum Property
- PaletteMinMaxMode Property
- PalettePolarFactor Property
- PaletteRadialFactor Property
- StrokeThickness Property
- Fields
- CellHardnessFactorProperty Field
- ColorMapTextureProperty Field
- ColorMapTextureSizeProperty Field
- ContourAxisProperty Field
- ContourIntervalProperty Field
- ContourOffsetProperty Field
- ContourStrokeProperty Field
- ContourStrokeThicknessProperty Field
- DrawBackSideProperty Field
- DrawMeshAsProperty Field
- HeightScaleFactorProperty Field
- HighlightProperty Field
- LightingFactorProperty Field
- MeshColorPaletteProperty Field
- MeshPaletteModeProperty Field
- PaletteAxialFactorProperty Field
- PaletteAzimuthalFactorProperty Field
- PaletteMaximumProperty Field
- PaletteMinimumProperty Field
- PaletteMinMaxModeProperty Field
- PalettePolarFactorProperty Field
- PaletteRadialFactorProperty Field
- StrokeThicknessProperty Field
- FreeSurfaceSceneEntity
- FreeSurfaceSceneEntityHelper
- GradientColorPalette
- ImpulseRenderableSeries3D
- ImpulseSceneEntity
- ImpulseXyzSceneEntityHelper
- Lines3DSceneEntity
- MeshColorPalette
- PieMeshRenderableSeries3D
- PieMeshSceneEntity
- PointLineRenderableSeries3D
- Overview
- Members
- PointLineRenderableSeries3D Constructor
- Properties
- IsAntialiased Property
- IsLineStrips Property
- SelectedDataPointStroke Property
- StrokeThickness Property
- Fields
- PointLineSceneEntity
- Points3DSceneEntity
- ScatterRenderableSeries3D
- ScatterSceneEntityHelper
- SolidColorBrushPalette
- SurfaceMeshRenderableSeries3D
- Overview
- Members
- SurfaceMeshRenderableSeries3D Constructor
- Methods
- Properties
- CellHardnessFactor Property
- ColorMapTexture Property
- ColorMapTextureSize Property
- ContourInterval Property
- ContourOffset Property
- ContourStroke Property
- ContourStrokeThickness Property
- DrawMeshAs Property
- DrawSkirt Property
- GridPartitionMethod Property
- HeightScaleFactor Property
- Highlight Property
- LightingFactor Property
- Maximum Property
- MeshColorPalette Property
- MeshPaletteMode Property
- MeshResolution Property
- Minimum Property
- StrokeThickness Property
- UsePixelShaderNormals Property
- YOffset Property
- Fields
- CellHardnessFactorProperty Field
- ColorMapTextureProperty Field
- ColorMapTextureSizeProperty Field
- ContourIntervalProperty Field
- ContourOffsetProperty Field
- ContourStrokeProperty Field
- ContourStrokeThicknessProperty Field
- DrawMeshAsProperty Field
- DrawSkirtProperty Field
- GridPartitionMethodProperty Field
- HeightScaleFactorProperty Field
- HighlightProperty Field
- LightingFactorProperty Field
- MaximumProperty Field
- MeshColorPaletteProperty Field
- MeshPaletteModeProperty Field
- MeshResolutionProperty Field
- MinimumProperty Field
- StrokeThicknessProperty Field
- UsePixelShaderNormalsProperty Field
- YOffsetProperty Field
- SurfaceMeshSceneEntity
- SurfaceMeshSceneEntityHelper
- WaterfallRenderableSeries3D
- Overview
- Members
- WaterfallRenderableSeries3D Constructor
- Methods
- Properties
- ClipMode Property
- PaletteMaximum Property
- PaletteMinimum Property
- SelectedColorMapping Property
- SelectedStroke Property
- SliceThickness Property
- StrokeThickness Property
- YColorMapping Property
- YStrokeColorMapping Property
- ZColorMapping Property
- ZStrokeColorMapping Property
- Fields
- ClipModeProperty Field
- PaletteMaximumProperty Field
- PaletteMinimumProperty Field
- SelectedColorMappingProperty Field
- SelectedStrokeProperty Field
- SliceThicknessProperty Field
- StrokeThicknessProperty Field
- YColorMappingProperty Field
- YStrokeColorMappingProperty Field
- ZColorMappingProperty Field
- ZStrokeColorMappingProperty Field
- Enumerations
- ClipMode
- ColorMapMode
- ColumnSpacingMode
- DrawMeshAs
- FreeSurfacePaletteMinMaxMode
- GridPartitionMethod
- MeshPaletteMode
- MeshResolution
- Structures
- ColorMapPoint
- HeightmapData
- HeightmapOffsetsXZData
- HitTestInfo3D
- LinearColorMap
- PieSection
- Point3DXyzData
- Point3DXyzDisplacementData
- Interfaces
- IBaseRenderableSeriesSceneEntity3D
- IColumnSceneEntityHelper
- IFillPaletteProvider3D
- IPaletteProvider3D
- IPointMarkerPaletteProvider3D
- IRenderableSeries3D
- ISceneEntityHelper<TRenderableSeries,TPoint3DData>
- IStrokePaletteProvider3D
- ISurfaceMeshPaletteProvider3D
- SciChart.Charting3D.Visuals.Axis Namespace
- Overview
- Classes
- Enumerations
- SciChart.Charting3D.Visuals.AxisLabels Namespace
- Overview
- Classes
- XyAxisPlane
- Overview
- Members
- Methods
- GetAxisPlaneVisibilityMode Method
- GetDrawLabelsMode Method
- GetDrawTitlesMode Method
- GetIsPlaneVisible Method
- SetAxisPlaneVisibilityMode Method
- SetDrawLabelsMode Method
- SetDrawTitlesMode Method
- SetIsPlaneVisible Method
- Fields
- ZxAxisPlane
- Overview
- Members
- Methods
- GetAxisPlaneVisibilityMode Method
- GetDrawLabelsMode Method
- GetDrawTitlesMode Method
- GetIsPlaneVisible Method
- SetAxisPlaneVisibilityMode Method
- SetDrawLabelsMode Method
- SetDrawTitlesMode Method
- SetIsPlaneVisible Method
- Fields
- ZyAxisPlane
- SciChart.Charting3D.Visuals.Object Namespace
- Overview
- Classes
- ObjectModel3D
- Overview
- Members
- ObjectModel3D Constructor
- ObjectModel3D Constructor()
- ObjectModel3D Constructor(Uri,Color)
- ObjectModel3D Constructor(Stream,Color)
- ObjectModel3D Constructor(Uri,Uri)
- ObjectModel3D Constructor(Stream,Stream)
- Methods
- Properties
- BoundingBoxStroke Property
- BoundingBoxStrokeThickness Property
- CoordinateMode Property
- DiffuseColor Property
- DrawBoundingBox Property
- IsAttached Property
- ParentSurface Property
- Position Property
- Rotation Property
- Scale Property
- Source Property
- TextureSource Property
- Fields
- ObjectModelSource
- Overview
- Members
- ObjectModelSource Constructor
- ObjectModelSource Constructor()
- ObjectModelSource Constructor(Stream)
- ObjectModelSource Constructor(Uri)
- Properties
- ObjSceneEntity
- Overview
- Members
- ObjSceneEntity Constructor
- Methods
- Dispose Method
- GetBounds Method
- GetKind Method
- LoadTexture Method
- OnEngineRestart Method
- RenderScene Method
- SetTexture Method
- UpdateScene Method
- Properties
- BoundingBoxStroke Property
- BoundingBoxStrokeThickness Property
- DiffuseColor Property
- DrawBoundingBox Property
- Position Property
- RotationAngle Property
- RotationAxis Property
- Scale Property
- Fields
- Rotation3D
- TextureSource
- Enumerations
- SciChart.Charting3D.Visuals.Primitives Namespace
- Overview
- Classes
- AxisCursorDescriptor
- CameraSortComparer<T>
- Font3D
- ImmediateRenderable
- Quad
- SolidMesh
- Enumerations
- Interfaces
- SciChart.Charting3D.Visuals.RenderableSeries Namespace
- Overview
- Classes
- ColumnRenderableSeries3DForMvvm
- FreeSurfaceRenderableSeries3DForMvvm
- ImpulseRenderableSeries3DForMvvm
- PointLineRenderableSeries3DForMvvm
- RenderableSeries3DSourceCollection
- ScatterRenderableSeries3DForMvvm
- SurfaceMeshRenderableSeries3DForMvvm
- WaterfallRenderableSeries3DForMvvm
- Interfaces
- SciChart.Charting3D.Visuals.RenderableSeries.FreeSurface Namespace
- Overview
- Classes
- SciChart.Charting3D.Visuals.RenderableSeries.Impulse Namespace
- Overview
- Classes
- SciChart.Charting3D.Visuals.RenderableSeries.Waterfall Namespace
- SciChart.Core Assembly
- Overview
- Namespaces
- SciChart.Charting.ChartModifiers Namespace
- Overview
- Classes
- ModifierEventArgsBase
- ModifierManipulationArgs
- Overview
- Members
- ModifierManipulationArgs Constructor
- ModifierManipulationArgs Constructor()
- ModifierManipulationArgs Constructor(UIElement,Point,Boolean,IReceiveMouseEvents,IEnumerable<IManipulator>)
- Properties
- ModifierManipulationCompletedArgs
- Overview
- Members
- ModifierManipulationCompletedArgs Constructor
- ModifierManipulationCompletedArgs Constructor()
- ModifierManipulationCompletedArgs Constructor(UIElement,ManipulationCompletedEventArgs,Boolean,IReceiveMouseEvents)
- Methods
- Properties
- ModifierManipulationDeltaArgs
- Overview
- Members
- ModifierManipulationDeltaArgs Constructor
- ModifierManipulationDeltaArgs Constructor()
- ModifierManipulationDeltaArgs Constructor(UIElement,ManipulationDeltaEventArgs,Boolean,IReceiveMouseEvents)
- Methods
- Properties
- ModifierManipulationInertiaStartingArgs
- Overview
- Members
- ModifierManipulationInertiaStartingArgs Constructor
- ModifierManipulationInertiaStartingArgs Constructor()
- ModifierManipulationInertiaStartingArgs Constructor(UIElement,ManipulationInertiaStartingEventArgs,Boolean,IReceiveMouseEvents)
- Methods
- ModifierManipulationStartedArgs
- Overview
- Members
- ModifierManipulationStartedArgs Constructor
- ModifierManipulationStartedArgs Constructor()
- ModifierManipulationStartedArgs Constructor(UIElement,ManipulationStartedEventArgs,Boolean,IReceiveMouseEvents)
- Methods
- ModifierManipulationStartingArgs
- Overview
- Members
- ModifierManipulationStartingArgs Constructor
- ModifierManipulationStartingArgs Constructor()
- ModifierManipulationStartingArgs Constructor(UIElement,ManipulationStartingEventArgs,Boolean,IReceiveMouseEvents)
- Properties
- ModifierTouchArgs
- SciChart.Core Namespace
- Overview
- Classes
- DoubleAnimator
- DynamicDllLoader
- NativeDllLoader
- NativeLibraryConfig
- ObjectPool<T>
- Enumerations
- Structures
- DynamicDllLoader.IMAGE_BASE_RELOCATION
- DynamicDllLoader.IMAGE_DATA_DIRECTORY
- DynamicDllLoader.IMAGE_DOS_HEADER
- DynamicDllLoader.IMAGE_EXPORT_DIRECTORY
- DynamicDllLoader.IMAGE_FILE_HEADER
- DynamicDllLoader.IMAGE_IMPORT_BY_NAME
- DynamicDllLoader.IMAGE_IMPORT_DESCRIPTOR
- DynamicDllLoader.IMAGE_NT_HEADERS
- DynamicDllLoader.IMAGE_OPTIONAL_HEADER32
- Overview
- Members
- Fields
- AddressOfEntryPoint Field
- BaseOfCode Field
- BaseOfData Field
- CheckSum Field
- DataDirectory Field
- DllCharacteristics Field
- FileAlignment Field
- ImageBase Field
- LoaderFlags Field
- Magic Field
- MajorImageVersion Field
- MajorLinkerVersion Field
- MajorOperatingSystemVersion Field
- MajorSubsystemVersion Field
- MinorImageVersion Field
- MinorLinkerVersion Field
- MinorOperatingSystemVersion Field
- MinorSubsystemVersion Field
- NumberOfRvaAndSizes Field
- SectionAlignment Field
- SizeOfCode Field
- SizeOfHeaders Field
- SizeOfHeapCommit Field
- SizeOfHeapReserve Field
- SizeOfImage Field
- SizeOfInitializedData Field
- SizeOfStackCommit Field
- SizeOfStackReserve Field
- SizeOfUninitializedData Field
- Subsystem Field
- Win32VersionValue Field
- DynamicDllLoader.IMAGE_SECTION_HEADER
- DynamicDllLoader.MEMORYMODULE
- SciChart.Core.AttachedProperties Namespace
- Overview
- Classes
- SciChart.Core.Extensions Namespace
- Overview
- Classes
- AttributeExtensions
- BrushExtensions
- ColorExtensions
- DateTimeExtensions
- DecimalExtensions
- DispatcherExtensions
- DisposableExtensions
- DoubleExtensions
- ElementExtensions
- Overview
- Members
- Methods
- CanvasXy Method
- FindLogicalParent<T> Method
- FindVisualParent Method
- GetBoundsRelativeTo Method
- GetBoundsRelativeTo(FrameworkElement,IHitTestable) Method
- GetBoundsRelativeTo(FrameworkElement,UIElement) Method
- IsInVisualTree Method
- IsPointWithinBounds Method
- IsVisible Method
- LineXy Method
- MeasureArrange Method
- RegisterForNotification Method
- ThreadSafeSetValue Method
- TranslatePoint Method
- EnumerableExtensions
- Overview
- Members
- Methods
- AddIfNotContains<T> Method
- ForEachDo Method
- ForEachDo<T>(IEnumerable,Action<T>) Method
- ForEachDo<T>(IEnumerable<T>,Action<T>) Method
- ForEachDo<T>(IEnumerable<T>,Action<Int32,T>) Method
- IsEmpty<T> Method
- IsNullOrEmpty<T> Method
- IsNullOrEmptyList Method
- RemoveIfContains<T> Method
- RemoveWhere<T> Method
- ToEnumerable<T> Method
- ToStringArray<T> Method
- FloatExtensions
- IComparableExtensions
- IntExtensions
- LongExtensions
- PanelExtensions
- PointExtensions
- PropertyHelper
- RectExtensions
- StringExtensions
- TimeSpanExtensions
- Overview
- Members
- Methods
- FromMonths Method
- FromWeeks Method
- FromYears Method
- IsAdditionValid Method
- IsDivisibleBy Method
- IsZero Method
- Fields
- TypeExtensions
- UIElementCollectionExtensions
- SciChart.Core.Framework Namespace
- Overview
- Classes
- DisposableAction
- DisposableBase
- GCHelper
- UpdateSuspender
- Enumerations
- Interfaces
- SciChart.Core.Helpers Namespace
- Overview
- Classes
- SciChart.Core.MarkupExtensions Namespace
- SciChart.Core.Messaging Namespace
- Overview
- Classes
- Enumerations
- Interfaces
- SciChart.Core.Utility Namespace
- Overview
- Classes
- CompositionSyncedDelegate
- DeviceCaps
- GuardConstraint
- SciChartDebugLogger
- ServiceContainer
- TimedMethod
- Enumerations
- Interfaces
- SciChart.Core.Utility.Mouse Namespace
- Overview
- Classes
- ManipulationCompatibilityExtensions
- ModifierKeyArgs
- Overview
- Members
- ModifierKeyArgs Constructor
- ModifierKeyArgs Constructor()
- ModifierKeyArgs Constructor(Boolean,IReceiveMouseEvents)
- ModifierKeyArgs Constructor(Key,MouseModifier,Boolean,IReceiveMouseEvents)
- Properties
- ModifierMouseArgs
- Overview
- Members
- ModifierMouseArgs Constructor
- ModifierMouseArgs Constructor()
- ModifierMouseArgs Constructor(Point,MouseButtons,MouseModifier,Boolean,IReceiveMouseEvents)
- ModifierMouseArgs Constructor(Point,MouseButtons,MouseModifier,Int32,Boolean,IReceiveMouseEvents)
- Properties
- MouseDelegates
- Overview
- Members
- MouseDelegates Constructor
- Properties
- KeyDownDelegate Property
- KeyUpDelegate Property
- ManipulationStartedDelegate Property
- ManipulationStartingDelegate Property
- MouseLeaveDelegate Property
- MouseLeftDownDelegate Property
- MouseLeftUpDelegate Property
- MouseMiddleDownDelegate Property
- MouseMiddleUpDelegate Property
- MouseMoveDelegate Property
- MouseRightDownDelegate Property
- MouseRightUpDelegate Property
- MouseWheelDelegate Property
- Target Property
- TouchDownDelegate Property
- TouchMoveDelegate Property
- TouchUpDelegate Property
- Fields
- MouseManager
- Enumerations
- Interfaces
- IMouseManager
- IMousePositionProvider
- IPublishMouseEvents
- IPublishTouchEvents
- IReceiveMouseEvents
- Overview
- Members
- Methods
- CanReceiveMouseEvents Method
- OnMasterMouseLeave Method
- OnModifierDoubleClick Method
- OnModifierKeyDown Method
- OnModifierKeyUp Method
- OnModifierMouseDown Method
- OnModifierMouseMove Method
- OnModifierMouseUp Method
- OnModifierMouseWheel Method
- ResetKeyboardFocus Method
- Properties
- IReceiveTouchEvents
- TinyMessenger Namespace
- Overview
- Classes
- CancellableGenericTinyMessage<TContent>
- DefaultTinyMessageProxy
- GenericTinyMessage<TContent>
- TinyMessageBase
- TinyMessageSubscriptionToken
- TinyMessengerHub
- Overview
- Members
- TinyMessengerHub Constructor
- Methods
- Publish<TMessage> Method
- PublishAsync Method
- Subscribe Method
- Subscribe<TMessage>(Action<TMessage>) Method
- Subscribe<TMessage>(Action<TMessage>,ITinyMessageProxy) Method
- Subscribe<TMessage>(Action<TMessage>,Boolean) Method
- Subscribe<TMessage>(Action<TMessage>,Boolean,ITinyMessageProxy) Method
- Subscribe<TMessage>(Action<TMessage>,Func<TMessage,Boolean>) Method
- Subscribe<TMessage>(Action<TMessage>,Func<TMessage,Boolean>,ITinyMessageProxy) Method
- Subscribe<TMessage>(Action<TMessage>,Func<TMessage,Boolean>,Boolean) Method
- Subscribe<TMessage>(Action<TMessage>,Func<TMessage,Boolean>,Boolean,ITinyMessageProxy) Method
- Unsubscribe<TMessage> Method
- TinyMessengerSubscriptionException
- Interfaces
- ITinyMessage
- ITinyMessageProxy
- ITinyMessageSubscription
- ITinyMessengerHub
- Overview
- Members
- Methods
- Publish<TMessage> Method
- PublishAsync Method
- Subscribe Method
- Subscribe<TMessage>(Action<TMessage>) Method
- Subscribe<TMessage>(Action<TMessage>,ITinyMessageProxy) Method
- Subscribe<TMessage>(Action<TMessage>,Boolean) Method
- Subscribe<TMessage>(Action<TMessage>,Boolean,ITinyMessageProxy) Method
- Subscribe<TMessage>(Action<TMessage>,Func<TMessage,Boolean>) Method
- Subscribe<TMessage>(Action<TMessage>,Func<TMessage,Boolean>,ITinyMessageProxy) Method
- Subscribe<TMessage>(Action<TMessage>,Func<TMessage,Boolean>,Boolean) Method
- Subscribe<TMessage>(Action<TMessage>,Func<TMessage,Boolean>,Boolean,ITinyMessageProxy) Method
- Unsubscribe<TMessage> Method
- SciChart.Data Assembly
- Overview
- Namespaces
- Charting2D3D Namespace
- SciChart.Charting.Numerics.CoordinateCalculators Namespace
- Overview
- Interfaces
- ICoordinateCalculator<T>
- Overview
- Members
- Methods
- GetCoordinate Method
- GetCoordinates Method
- GetDataValue Method
- ToNativeCalculator Method
- TranslateBy Method
- Properties
- CanSupportNativeCoordinateCalculation Property
- CoordinatesOffset Property
- HasFlippedCoordinates Property
- IsCategoryAxisCalculator Property
- IsDiscontinuousAxisCalculator Property
- IsHorizontalAxisCalculator Property
- IsLogarithmicAxisCalculator Property
- IsPolarAxisCalculator Property
- IsTernaryAxisCalculator Property
- IsXAxisCalculator Property
- Size Property
- ViewportOffset Property
- VisibleMax Property
- VisibleMin Property
- SciChart.Data Namespace
- Overview
- Structures
- SciChart.Data.Extensions Namespace
- Overview
- Classes
- SciChart.Data.Interop Namespace
- Overview
- Classes
- SciChart.Data.Model Namespace
- Overview
- Classes
- BindableObject
- DateRange
- Overview
- Members
- DateRange Constructor
- Methods
- Properties
- DecimalRange
- Overview
- Members
- DecimalRange Constructor
- Methods
- Properties
- DoubleRange
- Overview
- Members
- DoubleRange Constructor
- Methods
- Properties
- FloatRange
- Overview
- Members
- FloatRange Constructor
- Methods
- Properties
- GridData<T>
- IndexRange
- Overview
- Members
- IndexRange Constructor
- Methods
- Properties
- Int64Range
- Overview
- Members
- Int64Range Constructor
- Methods
- Properties
- IntegerRange
- Overview
- Members
- IntegerRange Constructor
- Methods
- Properties
- Point2DSeries
- Overview
- Members
- Point2DSeries Constructor
- Point2DSeries Constructor(Int32)
- Point2DSeries Constructor(Values<Double>,Values<Double>,Values<Int32>)
- Methods
- Properties
- PointSeriesBase
- Overview
- Members
- PointSeriesBase Constructor
- Methods
- ApplyYCalc Method
- Clear Method
- Concat Method
- EnsureCapacity Method
- GetXRange Method
- GetYRange Method
- Resize Method
- Properties
- PropertyChangedEventArgsWithValues
- Range<T>
- Overview
- Members
- Range<T> Constructor
- Methods
- AsDoubleRange Method
- ClipTo Method
- Clone Method
- Equals Method
- GetHashCode Method
- GrowBy Method
- IsValueWithinRange Method
- SetMinMax Method
- SetMinMaxInternal Method
- SetMinMaxT Method
- ToString Method
- Union Method
- Properties
- RangeFactory
- StripePointSeries
- Overview
- Members
- StripePointSeries Constructor
- StripePointSeries Constructor(Int32)
- StripePointSeries Constructor(Values<Double>,Values<Double>,Values<Int32>)
- Methods
- Properties
- TimeSpanRange
- Overview
- Members
- TimeSpanRange Constructor
- Methods
- Properties
- UncheckedList<T>
- Overview
- Members
- Methods
- Add Method
- Clear Method
- Contains Method
- CopyTo Method
- GetEnumerator Method
- IndexOf Method
- Insert Method
- Remove Method
- RemoveAt Method
- Properties
- UniformXyPointSeries
- Overview
- Members
- UniformXyPointSeries Constructor
- UniformXyPointSeries Constructor(Double,Double,Int32)
- UniformXyPointSeries Constructor(Double,Double,Values<Double>,Values<Int32>)
- Methods
- Properties
- Values<T>
- XyyPoint2DSeries
- Enumerations
- Interfaces
- IPointSeries
- IRange
- Overview
- Members
- Methods
- AsDoubleRange Method
- ClipTo Method
- GrowBy Method
- IsValueWithinRange Method
- SetMinMax Method
- SetMinMaxWithLimit Method
- Union Method
- Properties
- IRange<T>
- ISciList<T>
- Overview
- Members
- Methods
- AddRange Method
- AsList Method
- ContainsBoundaryValues Method
- ContainsNaN Method
- GetMaximum Method
- GetMinimum Method
- GetMinMax Method
- InsertRange Method
- IsEvenlySpaced Method
- IsSortedAscending Method
- RemoveRange Method
- SetCount Method
- Properties
- IUniformXyPointSeries
- IVertexBuffer
- IXyyPointSeries
- SciChart.Data.Model.DefaultRanges Namespace
- SciChart.Data.Numerics Namespace
- Overview
- Enumerations
- SciChart.Data.Numerics.GenericMath Namespace
- Overview
- Interfaces
- SciChart.Data.Numerics.PointResamplers Namespace
- Overview
- Classes
- ExtremeResamplerBase<TX,TY>
- Overview
- Members
- ExtremeResamplerBase<TX,TY> Constructor
- Methods
- Execute Method
- Execute(IList<TX>,IList<TY>,ResamplingParams,ResamplingMode,IPointSeries) Method
- Execute(IList<TX>,IList<TY>,IList<TY>,ResamplingParams,ResamplingMode,ResamplingMode,IXyyPointSeries) Method
- MergeByPairingIndices_Internal Method
- MergeBySortingIndices_Internal Method
- MergeXyyInternal Method
- ResampleInternal Method
- ExtremeResamplersBuffers
- ExtremeResamplersFactory
- PointResamplerBase
- PointResamplerBase<TX,TY>
- PointResamplerFactory
- UniformByteResampler
- UniformDoubleResampler
- UniformExtremeResamplerBase<TY>
- UniformInt16Resampler
- UniformInt32Resampler
- UniformInt64Resampler
- UniformSByteResampler
- UniformSingleResampler
- UniformUInt16Resampler
- UniformUInt32Resampler
- UniformUInt64Resampler
- Enumerations
- Structures
- ResamplingParams
- Overview
- Members
- Methods
- Properties
- ContainsNaN Property
- EnableExperimentalResampling Property
- FifoSize Property
- FifoStartIndex Property
- ForceMinMaxForSameValues Property
- HasManualYUpdates Property
- IsAnimationChange Property
- IsCategoryData Property
- IsEvenlySpacedData Property
- IsFifo Property
- IsSortedData Property
- IsXAxisAutoRanged Property
- LastFifoSize Property
- LastFifoStartIndex Property
- LastPointRange Property
- LastRenderableSeriesHash Property
- LastViewportWidth Property
- LastVisibleRange Property
- PointRange Property
- RenderableSeriesHash Property
- ResamplingMode Property
- ResamplingPrecision Property
- ViewportWidth Property
- VisibleRange Property
- YMax Property
- YMin Property
- ZeroLineY Property
- Interfaces
- SciChart.Drawing Assembly
- Overview
- Namespaces
- Charting2D3D Namespace
- SciChart.Drawing Namespace
- Overview
- Classes
- SciChart.Drawing.Common Namespace
- Overview
- Classes
- DefaultRenderTimerFactory
- DrawEventArgs
- FontCacheKey
- RenderContextBase
- Overview
- Members
- RenderContextBase Constructor
- Methods
- AsExtremeRenderContext Method
- BeginLine Method
- BeginPolygon Method
- BeginSpriteBatch Method
- Clear Method
- ClipArea Method
- ClipRectangle Method
- ClipZeroLineForArea Method
- CreateBrush Method
- CreateBrush(Color,Double,Nullable<Boolean>) Method
- CreateBrush(Brush,Double,TextureMappingMode) Method
- CreatePen Method
- CreateSprite Method
- CreateTexture Method
- Dispose Method
- DisposeResourceAfterDraw Method
- DrawEllipse Method
- DrawEllipses Method
- DrawHeightTextureContours Method
- DrawLine Method
- DrawLines Method
- DrawPixelsVertically Method
- DrawPixelsVertically(Int32,Int32,Int32,Int32,IList<Int32>,Double,Boolean) Method
- DrawPixelsVertically(Int32,Int32,Int32[],IList<Int32>,Double,Boolean,Boolean) Method
- DrawQuad Method
- DrawSprite Method
- DrawSprites Method
- DrawText Method
- DrawText(Point,String,Single,FontFamily,FontWeight,FontStyle,Color) Method
- DrawText(Rect,Color,Single,String,FontFamily,FontWeight,FontStyle) Method
- DrawTexture Method
- FillArea Method
- FillPolygon Method
- FillRectangle Method
- IsCompatibleType<T> Method
- IsInBounds Method
- MeasureText Method
- SetPrimitivesCachingEnabled Method
- Properties
- RenderedEventArgs
- RenderOperationLayer
- RenderOperationLayers
- RenderSurfaceBase
- Overview
- Members
- RenderSurfaceBase Constructor
- Methods
- AddSeries Method
- Clear Method
- ClearSeries Method
- ContainsSeries Method
- Dispose Method
- DisposeUnmanagedResources Method
- Finalize Method
- GetBoundsRelativeTo Method
- GetRenderContext Method
- InvalidateElement Method
- IsPointWithinBounds Method
- OnDraw Method
- OnRendered Method
- OnRenderSurfaceBaseLoaded Method
- OnRenderSurfaceBaseUnloaded Method
- OnRenderTimeElapsed Method
- PublishResizedMessage Method
- RecreateRenderSource Method
- RecreateSurface Method
- RemoveSeries Method
- TranslatePoint Method
- Properties
- ChildSeries Property
- FontCache Property
- Grid Property
- IsDisposed Property
- IsPolarChart Property
- IsSizeValidForDrawing Property
- IsValidForDrawing Property
- MaxFrameRate Property
- NeedsResizing Property
- RenderTimerFactory Property
- RenderWriteableBitmap Property
- ResizeThrottleMs Property
- SeriesPanel Property
- Services Property
- ShowLicensingWarnings Property
- UseResizeThrottle Property
- UseThreadedRenderTimer Property
- Fields
- IsPolarChartProperty Field
- MaxFrameRateProperty Field
- RectIdentifier Field
- ResizeThrottleMsProperty Field
- ShowLicensingWarningsProperty Field
- UseResizeThrottleProperty Field
- Events
- RenderTimer
- SharedRenderTimer
- ThreadedRenderScheduler
- Enumerations
- Interfaces
- IBrush2D
- IDashSplittingContext
- IExtremeRenderContext2D
- IPathColor
- IPathContextFactory
- IPathDrawingContext
- IPen2D
- IPointMarkerPathContextFactory
- IPointMarkerPathDrawingContext
- IRenderContext2D
- Overview
- Members
- Methods
- AsExtremeRenderContext Method
- BeginLine Method
- BeginPolygon Method
- BeginSpriteBatch Method
- Clear Method
- CreateBrush Method
- CreateBrush(Color,Double,Nullable<Boolean>) Method
- CreateBrush(Brush,Double,TextureMappingMode) Method
- CreatePen Method
- CreateSprite Method
- CreateTexture Method
- DisposeResourceAfterDraw Method
- DrawEllipse Method
- DrawEllipses Method
- DrawHeightTextureContours Method
- DrawLine Method
- DrawLines Method
- DrawPixelsVertically Method
- DrawPixelsVertically(Int32,Int32,Int32,Int32,IList<Int32>,Double,Boolean) Method
- DrawPixelsVertically(Int32,Int32,Int32[],IList<Int32>,Double,Boolean,Boolean) Method
- DrawQuad Method
- DrawSprite Method
- DrawSprites Method
- DrawText Method
- DrawText(Point,String,Single,FontFamily,FontWeight,FontStyle,Color) Method
- DrawText(Rect,Color,Single,String,FontFamily,FontWeight,FontStyle) Method
- DrawTexture Method
- FillArea Method
- FillPolygon Method
- FillRectangle Method
- IsCompatibleType<T> Method
- MeasureText Method
- SetPrimitivesCachingEnabled Method
- Properties
- IRenderScheduler
- IRenderSurface
- Overview
- Members
- Methods
- Properties
- IsSizeValidForDrawing Property
- IsValidForDrawing Property
- NeedsResizing Property
- Services Property
- Style Property
- Events
- IRenderSurface2D
- Overview
- Members
- Methods
- Properties
- IRenderTimerFactory
- ISprite2D
- ITexture2D
- IVerticesBuffer
- IVxRenderContext
- Overview
- Members
- Methods
- BeginFrame Method
- CreateTexturedSprite Method
- CreateTexturedSprite(FrameworkElement,TextureFiltering) Method
- CreateTexturedSprite(WriteableBitmap,TextureFiltering) Method
- DrawBandsBatch Method
- DrawCandlesBatch Method
- DrawColumnsBatch Method
- DrawLinesBatch Method
- DrawMountainBatch Method
- DrawOhlcBatch Method
- DrawRectsBatch Method
- DrawShapedHeatmap Method
- DrawSpritesBatch Method
- DrawTexture Method
- GetHardwareLinesEnabled Method
- GetRenderContextSerialId Method
- SetAxisDirections Method
- SetClipRect Method
- SetHardwareLinesEnabled Method
- UpdateBrush Method
- SciChart.Drawing.Extensions Namespace
- Overview
- Classes
- SciChart.Drawing.HighQualityRasterizer Namespace
- Overview
- Classes
- SciChart.Drawing.HighSpeedRasterizer Namespace
- Overview
- Classes
- SciChart.Drawing.Utility Namespace
- Overview
- Classes
- PointUtil
- Overview
- Members
- Methods
- ArePointsOnSameLine Method
- ClipPoint Method
- Distance Method
- DistanceFromLine Method
- GetSelectionRectangle Method
- IsHitOnPolygon Method
- IsInBounds Method
- IsPointInTriangle Method
- LiesToTheLeft Method
- LineIntersection2D Method
- LineSegmentsIntersection2D Method
- PolarDistance Method
- RectangleIntersectCircle Method
- SutherlandHodgman
- Structures
- SciChart.Drawing.VisualXcceleratorRasterizer Namespace
- Overview
- Classes
- ColorExtensions
- VisualXcceleratorRenderSurface
- Overview
- Members
- VisualXcceleratorRenderSurface Constructor
- Methods
- Properties
- VxPen
- Overview
- Members
- VxPen Constructor
- Methods
- Dispose Method
- Equals Method
- GetAntiAliasingForRectangularPrimitive Method
- GetSmoothStrokeThickness Method
- GetSmoothStrokeThicknessForLines Method
- UpdatePen Method
- Properties
- VxRenderSettings
- Overview
- Members
- VxRenderSettings Constructor
- Methods
- Properties
- VxSolidColorBrush
- VxSpriteAnchor
- Enumerations
- Interfaces
- SciChart.Drawing.XamlRasterizer Namespace
- Overview
- Classes
- System.Windows.Media.Imaging Namespace
- Overview
- Classes
- BitmapFactory
- WriteableBitmapContextExtensions
- WriteableBitmapExtensions
- Overview
- Members
- Methods
- AlphaBlend Method
- Blit Method
- Blit(WriteableBitmap,Rect,WriteableBitmap,Rect,BlendMode) Method
- Blit(WriteableBitmap,Rect,WriteableBitmap,Rect) Method
- Blit(WriteableBitmap,Point,WriteableBitmap,Rect,Color,BlendMode) Method
- Blit(BitmapContext,Int32,Int32,Rect,BitmapContext,Rect,Int32) Method
- Clear Method
- Clone Method
- ConvertColor Method
- Convolute Method
- Crop Method
- DrawBezier Method
- DrawBezier(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Color) Method
- DrawBezier(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32) Method
- DrawBeziers Method
- DrawCurve Method
- DrawCurve(WriteableBitmap,Int32[],Single,Color) Method
- DrawCurve(WriteableBitmap,Int32[],Single,Int32) Method
- DrawCurveClosed Method
- DrawCurveClosed(WriteableBitmap,Int32[],Single,Color) Method
- DrawCurveClosed(WriteableBitmap,Int32[],Single,Int32) Method
- DrawEllipse Method
- DrawEllipse(WriteableBitmap,Int32,Int32,Int32,Int32,Color) Method
- DrawEllipse(WriteableBitmap,Int32,Int32,Int32,Int32,Int32) Method
- DrawEllipse(WriteableBitmap,Int32,Int32,Int32,Int32,Color,Int32) Method
- DrawEllipse(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,Int32) Method
- DrawEllipseCentered Method
- DrawEllipseCentered(BitmapContext,Int32,Int32,Int32,Int32,Int32,Int32) Method
- DrawEllipseCentered(WriteableBitmap,Int32,Int32,Int32,Int32,Color) Method
- DrawEllipseCentered(WriteableBitmap,Int32,Int32,Int32,Int32,Int32) Method
- DrawEllipseCentered(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,Int32) Method
- DrawLine Method
- DrawLine(WriteableBitmap,Int32,Int32,Int32,Int32,Color) Method
- DrawLine(WriteableBitmap,Int32,Int32,Int32,Int32,Int32) Method
- DrawLine(BitmapContext,Int32,Int32,Int32,Int32,Int32,Int32,Int32) Method
- DrawLineAa Method
- DrawLineAa(WriteableBitmap,Int32,Int32,Int32,Int32,Color) Method
- DrawLineAa(WriteableBitmap,Int32,Int32,Int32,Int32,Int32) Method
- DrawLineAa(BitmapContext,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Boolean) Method
- DrawLineBresenham Method
- DrawLineBresenham(BitmapContext,Int32,Int32,Int32,Int32,Int32,Int32,Int32) Method
- DrawLineBresenham(WriteableBitmap,Int32,Int32,Int32,Int32,Color) Method
- DrawLineBresenham(WriteableBitmap,Int32,Int32,Int32,Int32,Int32) Method
- DrawLineDDA Method
- DrawLineDDA(WriteableBitmap,Int32,Int32,Int32,Int32,Color) Method
- DrawLineDDA(WriteableBitmap,Int32,Int32,Int32,Int32,Int32) Method
- DrawPixel Method
- DrawPixelsVertically Method
- DrawPixelsVertically(WriteableBitmap,Int32,Int32[],IList<Int32>,Double,Boolean,Boolean) Method
- DrawPixelsVertically(WriteableBitmap,Int32,Int32,Int32,IList<Int32>,Double,Boolean) Method
- DrawPolyline Method
- DrawPolyline(WriteableBitmap,Int32[],Color) Method
- DrawPolyline(WriteableBitmap,Int32[],Int32) Method
- DrawQuad Method
- DrawQuad(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Color) Method
- DrawQuad(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32) Method
- DrawRectangle Method
- DrawRectangle(WriteableBitmap,Int32,Int32,Int32,Int32,Color) Method
- DrawRectangle(WriteableBitmap,Int32,Int32,Int32,Int32,Int32) Method
- DrawTriangle Method
- DrawTriangle(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,Int32,Color) Method
- DrawTriangle(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,Int32,Int32) Method
- DrawWuLine Method
- FillBeziers Method
- FillCurve Method
- FillCurve(WriteableBitmap,Int32[],Single,Color) Method
- FillCurve(WriteableBitmap,Int32[],Single,Int32) Method
- FillCurveClosed Method
- FillCurveClosed(WriteableBitmap,Int32[],Single,Color) Method
- FillCurveClosed(WriteableBitmap,Int32[],Single,Int32) Method
- FillEllipse Method
- FillEllipse(WriteableBitmap,Int32,Int32,Int32,Int32,Color) Method
- FillEllipse(WriteableBitmap,Int32,Int32,Int32,Int32,Int32) Method
- FillEllipseCentered Method
- FillEllipseCentered(BitmapContext,Int32,Int32,Int32,Int32,Int32,BlendMode) Method
- FillEllipseCentered(WriteableBitmap,Int32,Int32,Int32,Int32,Color) Method
- FillEllipseCentered(WriteableBitmap,Int32,Int32,Int32,Int32,Int32) Method
- FillEllipseCentered(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,BlendMode) Method
- FillPolygon Method
- FillPolygon(WriteableBitmap,Int32[],Func<Int32,Int32,Int32>,BlendMode) Method
- FillPolygon(WriteableBitmap,Int32[],Color) Method
- FillPolygon(WriteableBitmap,Int32[],Int32) Method
- FillPolygon(WriteableBitmap,Int32[],Int32,BlendMode) Method
- FillQuad Method
- FillQuad(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Color) Method
- FillQuad(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32) Method
- FillRectangle Method
- FillRectangle(WriteableBitmap,Int32,Int32,Int32,Int32,Func<Int32,Int32,Int32>,BlendMode) Method
- FillRectangle(WriteableBitmap,Int32,Int32,Int32,Int32,Color) Method
- FillRectangle(WriteableBitmap,Int32,Int32,Int32,Int32,Int32) Method
- FillRectangle(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,BlendMode) Method
- FillTriangle Method
- FillTriangle(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,Int32,Color) Method
- FillTriangle(WriteableBitmap,Int32,Int32,Int32,Int32,Int32,Int32,Int32) Method
- Flip Method
- ForEach Method
- ForEach(WriteableBitmap,Func<Int32,Int32,Color>) Method
- ForEach(WriteableBitmap,Func<Int32,Int32,Color,Color>) Method
- FromByteArray Method
- FromByteArray(WriteableBitmap,Byte[],Int32,Int32) Method
- FromByteArray(WriteableBitmap,Byte[],Int32) Method
- FromByteArray(WriteableBitmap,Byte[]) Method
- FromContent Method
- FromResource Method
- FromStream Method
- GetBrightness Method
- GetPixel Method
- GetPixeli Method
- Invert Method
- Resize Method
- Resize(WriteableBitmap,Int32,Int32,Interpolation) Method
- Resize(BitmapContext,Int32,Int32,Int32,Int32,Interpolation) Method
- Resize(Int32,Int32,Int32,Int32,Int32,Interpolation) Method
- Rotate Method
- RotateFree Method
- SetPixel Method
- SetPixel(WriteableBitmap,Int32,Int32,Byte,Byte,Byte) Method
- SetPixel(WriteableBitmap,Int32,Int32,Byte,Byte,Byte,Byte) Method
- SetPixel(WriteableBitmap,Int32,Int32,Color) Method
- SetPixel(WriteableBitmap,Int32,Int32,Byte,Color) Method
- SetPixel(WriteableBitmap,Int32,Int32,Int32) Method
- SetPixeli Method
- SetPixeli(WriteableBitmap,Int32,Byte,Byte,Byte) Method
- SetPixeli(WriteableBitmap,Int32,Byte,Byte,Byte,Byte) Method
- SetPixeli(WriteableBitmap,Int32,Color) Method
- SetPixeli(WriteableBitmap,Int32,Byte,Color) Method
- SetPixeli(WriteableBitmap,Int32,Int32) Method
- ToByteArray Method
- ToByteArray(WriteableBitmap,Int32,Int32) Method
- ToByteArray(WriteableBitmap,Int32) Method
- ToByteArray(WriteableBitmap) Method
- WriteTga Method
- Fields
- Enumerations
- ReadWriteMode
- WriteableBitmapExtensions.BlendMode
- WriteableBitmapExtensions.FlipMode
- WriteableBitmapExtensions.Interpolation
- Structures
- BitmapContext
- Overview
- Members
- BitmapContext Constructor
- Methods
- BlockCopy Method
- BlockCopy(BitmapContext,Int32,BitmapContext,Int32,Int32) Method
- BlockCopy(BitmapContext,Int32,Byte[],Int32,Int32) Method
- BlockCopy(BitmapContext,Int32,Int32[],Int32,Int32) Method
- BlockCopy(Int32[],Int32,BitmapContext,Int32,Int32) Method
- BlockCopy(Byte[],Int32,BitmapContext,Int32,Int32) Method
- Clear Method
- Dispose Method
- Properties
- SciChart.Drawing.DirectX Assembly
- Overview
- Namespaces
- SciChart.Drawing.DirectX.Common Namespace
- SciChart.Drawing.DirectX.Context.D3D11 Namespace
- Overview
- Classes
- Direct3D11CompatibilityHelper
- Direct3D11ObsoleteWarning
- Direct3D11RenderSurface
- Overview
- Members
- Direct3D11RenderSurface Constructor
- Methods
- AssertSupportsDirectX Method
- DisposeUnmanagedResources Method
- GetRenderContext Method
- InitEngineAsync Method
- OnRenderSurfaceBaseLoaded Method
- RecreateSurface Method
- Properties
- EnableForceWaitForGPU Property
- GraphicsAdapterIndex Property
- SupportsDirectX10 Property
- UseAlternativeFillSource Property
- Events
- DirectXHelper
- Overview
- Members
- DirectXHelper Constructor
- Methods
- GetFallbackType Method
- GetTryApplyDirectXRenderer Method
- SetFallbackType Method
- SetTryApplyDirectXRenderer Method
- Fields
- DXErrorEventArgs
- RdpDetectionTimer
- Interfaces
- SciChart.Drawing.DirectX.Rendering Namespace