• SciChart WPF SDK User Manual
    • Getting Started with SciChart WPF
    • SciChart WPF System Requirements
    • SciChart WPF Platform Support FAQs
    • Installing and Uninstalling SciChart WPF
    • Getting Nightly Builds with NuGet
    • Licensing SciChart WPF
    • How to Start a Free 30-Day SciChart WPF Trial
    • Online Resources & Help
    • Language Support
      • SciChart 是否支持中文
      • SciChartは日本語をサポートしていますか
  • What's New?
    • What's New in SciChart SDK v6
    • What's New in SciChart SDK v7
    • What's New in SciChart SDK v8
    • Breaking Changes in SciChart WPF SDK v6
    • Breaking Changes in SciChart WPF SDK v7
    • Breaking Changes in SciChart WPF SDK v8
  • The SciChart WPF Examples Suite
    • The SciChart WPF Examples Suite
    • Starting the Examples Suite
    • Navigating the SciChart WPF Examples Suite
    • Viewing the Source-Code
    • Exporting the Source-Code
    • Sending Feedback
    • Viewing the Examples Online
  • 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
      • Creating your First SciChartSurface
      • Adding an Axis to a SciChartSurface
    • 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
        • What is a RenderableSeries?
        • Intro to the Renderable Series API
      • RenderableSeries APIs - Paletted Series
      • RenderableSeries APIs - Hit Testing
      • RenderableSeries APIs - Animation API
        • Introduction to the Animations API
        • Standard Animation Types
      • The Line Series Type
      • The Scatter-Line Series Type
      • The Scatter Series Type
        • Point Marker API - BaseRenderableSeries.Pointmarker
      • The Mountain Series Type
        • Tiled/Image/Textured Fills
      • The Column Series Type
      • The Impulse Chart Type
      • The Digital Line Series Type
      • The Digital (Step) Mountain Series Type
      • Heatmaps
        • The Heatmap Type
        • Polar Uniform Heatmap Chart
        • Heatmap Legend - HeatmapColorMap Control
      • The Contours Series Type
      • The Polar charts 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 Stacked Columns Type
      • The 100% Stacked Column Series Type
      • The Grouped Column Series Type
      • The Stacked Mountains Type
      • The 100% Stacked Mountains 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
      • The Radar Chart Type
      • The Stripe Series Type
      • Custom Series (CustomRenderableSeries)
    • 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
          • Ternary Legend Modifier
          • Ternary Tooltip Modifier
          • TernaryCursorModifier
      • Selection
        • Series Selection
        • DataPoint Selection
      • Performance Monitoring
        • SciChartPerformanceOverlay Control
      • Custom Modifiers
        • Custom Modifiers - ChartModifierBase API
    • 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
      • Screenshots, Printing and Export
      • Export Troubleshooting
      • Export How-To
    • 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
      • Renderer Plugins
      • Enabling The Visual Xccelerator Engine
      • Serialization
      • Synchronizing Multiple Charts
      • The Immediate Mode RenderContext API
      • ViewportManager - Full Control over Axis Ranges and Viewport
  • SciChart WPF 3D Charts
    • Tutorials
      • Code-Behind
        • Tutorial 01-3D - Referencing SciChart 3D DLLs
        • Tutorial 02-3D - Creating a SciChart3DSurface
        • Tutorial 03-3D - Adding Series to a 3D Chart
        • Tutorial 04-3D - Adding Zooming, Panning Behavior
    • SciChart3D Basics
      • Creating your first SciChart3DSurface
      • Coordinates in 3D Space
      • The SciChart3DSurface Camera
    • 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
        • Applying Palettes to Waterfall 3D Charts
        • Volumetric Waterfall 3D Chart and PointMarkers
      • The Free Surface 3D Chart Types
        • Configuring the Free Surface chart
        • The Ellipsoid 3D Chart Type
        • The Cylindroid 3D Chart Type
        • The Polar 3D Chart Type
        • The Custom Free Surface 3D Chart Type
    • ChartModifier3D API
      • Zooming and Panning
        • The Orbit Modifier
        • The Freelook Modiifer
        • The MouseWheelZoomModifier3D
        • The PinchZoomModifier3D
        • The ZoomExtentsModifier3D
      • Cursors, Tooltips and Legends
        • The TooltipModifier3D
      • Selection
        • Vertex Selection Modifier
    • Advanced 3D Chart APIs
      • The SceneEntity API
        • Adding Cubes and Custom Geometry to the Chart
        • Adding Text to a 3D Chart
        • 3D Scene Lighting
        • Adding 3D CAD Objects to the Chart
  • API Documentation
    • SciChart.Charting Assembly
      • Overview
      • Namespaces
        • SciChart.Charting Namespace
          • Overview
          • Classes
            • ThemeAppliedEventArgs
              • Overview
              • Members
              • ThemeAppliedEventArgs Constructor
              • Properties
                • Control Property
                • NewTheme Property
            • ThemeManager
              • Overview
              • Members
              • Methods
                • AddTheme Method
                • GetTheme Method
                • GetThemeProvider Method
                • RemoveTheme Method
                • SetTheme Method
              • Properties
                • AllThemes Property
                • ThemeProvider Property
              • Fields
                • _allThemes Field
                • DefaultTheme Field
                • ThemeProperty Field
              • Events
                • ThemeApplied Event
            • 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
                • AvoidBlacklistedGpuProperty Field
                • DowngradeWithoutExceptionProperty Field
                • EnableImpossibleModeProperty Field
                • FallbackTypeProperty Field
                • IsEnabledProperty Field
          • Enumerations
            • ActionType
            • AxisDragModes
            • ClipMode
            • ScientificNotation
            • XyDirection
        • SciChart.Charting.ChartModifiers Namespace
          • Overview
          • Classes
            • AnnotationCreationArgs
              • Overview
              • Members
              • AnnotationCreationArgs Constructor
              • Properties
                • NewAnnotation Property
            • 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
                • AnnotationTypeProperty Field
                • XAxisIdProperty Field
                • YAxisIdProperty Field
              • Events
                • AnnotationCreated Event
            • 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
                • AnnotationCreated Event
            • AnnotationCreationMVVMArgs
              • Overview
              • Members
              • AnnotationCreationMVVMArgs Constructor
              • Properties
                • NewAnnotationViewModel Property
            • ApiElementBase
              • Overview
              • Members
              • ApiElementBase Constructor
              • Methods
                • GetAndAssertTemplateChild<T> Method
                • GetXAxis Method
                • GetYAxis Method
                • OnAttached Method
                • OnDetached Method
                • OnInvalidateParentSurface Method
                • OnPropertyChanged Method
                  • OnPropertyChanged(String) Method
              • Properties
                • IsAttached Property
                • ModifierSurface Property
                • ParentSurface Property
                • RootGrid Property
                • Services Property
                • XAxes Property
                • XAxis Property
                • YAxes Property
                • YAxis Property
              • Events
                • PropertyChanged Event
            • AxisDragCursor
              • Overview
              • Members
              • AxisDragCursor Constructor
              • Properties
                • Angle Property
              • Fields
                • AngleProperty Field
            • 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
                • AxisIdProperty Field
                • DragModeProperty Field
                • MinTouchAreaProperty Field
            • ChartModifierBase
              • Overview
              • Members
              • ChartModifierBase Constructor
              • Methods
                • CanReceiveMouseEvents Method
                • GetPointRelativeTo Method
                • GetSchema Method
                • GetSiblingModifiers<T> Method
                • IsPointWithinBounds Method
                  • IsPointWithinBounds(Point,IHitTestable) Method
                  • IsPointWithinBounds(ModifierMouseArgs) Method
                • MatchesExecuteOn Method
                  • MatchesExecuteOn(MouseButtons,MouseModifier) Method
                  • MatchesExecuteOn(MouseButtons,ExecuteOn) 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
                • ExecuteOnProperty Field
                • ExecuteWhenProperty Field
                • IsEnabledProperty Field
                • IsSynchronizedProperty Field
                • ReceiveHandledEventsProperty Field
            • CursorModifier
              • Overview
              • Members
              • CursorModifier Constructor
              • Methods
                • CacheAxisLabel Method
                • ClearAll Method
                • GetAxesData Method
                • GetAxisLabel Method
                • GetAxisLabelContainerStyle Method
                  • GetAxisLabelContainerStyle(DependencyObject) Method
                  • GetAxisLabelContainerStyle(AxisBase) Method
                • GetAxisLabelTemplate Method
                  • GetAxisLabelTemplate(DependencyObject) Method
                  • GetAxisLabelTemplate(AxisBase) Method
                • GetCachedAxisLabel Method
                • GetIncludeSeries Method
                • GetSeriesInfoAt Method
                  • GetSeriesInfoAt(Point) 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
                • AxisLabelContainerStyleProperty Field
                • AxisLabelProperty Field
                • AxisLabelTemplateProperty Field
                • IncludeSeriesProperty Field
                • ShowTooltipProperty Field
                • SnappingModeProperty Field
                • SnapToSeriesProperty Field
                • TooltipContainerStyleProperty Field
                • TooltipTemplateProperty Field
            • DataPointInfo
              • Overview
              • Members
              • DataPointInfo Constructor
              • Methods
                • Equals Method
                  • Equals(Object) Method
                  • Equals(DataPointInfo) Method
                • GetHashCode Method
              • Properties
                • DataPointIndex Property
                • DataPointMetadata Property
                • DataSeries Property
                • DataSeriesName Property
                • RenderableSeries Property
                • XValue Property
                • YValue Property
            • 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
                • SelectionChanged Event
            • DragDataPointChangedEventArgs
              • Overview
              • Members
              • DragDataPointChangedEventArgs Constructor
              • Properties
                • DataPoint Property
                • MousePoint Property
            • InertialZoomPanModifier
              • Overview
              • Members
              • InertialZoomPanModifier Constructor
              • Methods
                • Pan Method
                • ResetInertia Method
            • 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
                • SeriesData Property
                • SourceMode Property
                • UseInterpolation Property
              • Fields
                • _isInMasterBounds Field
                • _isMaster Field
                • _master Field
                • CurrentPoint Field
                • SeriesDataProperty Field
                • SourceModeProperty Field
                • UseInterpolationProperty Field
            • 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
                • GetLegendDataForProperty Field
                • IncludeSeriesProperty Field
                • LegendDataProperty Field
                • LegendItemTemplateProperty Field
                • LegendPlacementProperty Field
                • LegendTemplateProperty Field
                • OrientationProperty Field
                • ShowLegendProperty Field
                • ShowSeriesMarkersProperty Field
                • ShowVisibilityCheckboxesProperty Field
            • MasterSlaveChartModifier
              • Overview
              • Members
              • MasterSlaveChartModifier Constructor
              • Methods
                • OnModifierDoubleClick Method
                • OnModifierMouseDown Method
                • OnModifierMouseMove Method
                • OnModifierMouseUp Method
                • OnModifierMouseWheel Method
                • OnModifierTouchDown Method
                • OnModifierTouchMove Method
                • OnModifierTouchUp Method
            • MasterSlaveTernaryChartModifier
              • Overview
              • Members
              • MasterSlaveTernaryChartModifier Constructor
              • Methods
                • OnAttached Method
                • OnDetached Method
                • OnModifierDoubleClick Method
                • OnModifierMouseDown Method
                • OnModifierMouseMove Method
                • OnModifierMouseUp Method
                • OnModifierMouseWheel Method
                • OnModifierTouchDown Method
                • OnModifierTouchMove Method
                • OnModifierTouchUp Method
            • ModifierGroup
              • Overview
              • Members
              • ModifierGroup Constructor
                • ModifierGroup Constructor()
                • ModifierGroup Constructor(IChartModifier[])
              • 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
                • ChildModifiers Property
                • Item Property
                  • Item(String) Property
                  • Item(Int32) Property
                • MouseEventGroup Property
              • Fields
                • ChildModifiersProperty Field
            • MouseWheelZoomModifier
              • Overview
              • Members
              • MouseWheelZoomModifier Constructor
              • Methods
                • ActionTypePropertyChanged Method
                • GetAxisSize Method
                • OnModifierMouseWheel Method
                • OverrideKeyboardAction Method
                • PerformPan Method
                • PerformZoom Method
                  • PerformZoom(Point,Double) Method
              • Properties
                • ActionType Property
                • ClipModeX Property
              • Fields
                • ActionTypeProperty Field
                • ClipModeXProperty Field
            • NullModifier
              • Overview
              • Members
              • NullModifier Constructor
            • ParallelAxisReorderArgs
              • Overview
              • Members
              • ParallelAxisReorderArgs Constructor
              • Properties
                • NewIndex Property
                • OldIndex Property
            • ParallelAxisReorderInfo
              • Overview
              • Members
              • ParallelAxisReorderInfo Constructor
              • Properties
                • IsReorderAllowed Property
                • IsSourceAxis Property
                • SourceIndex Property
                • SourceLabel Property
                • TargetIndex Property
                • TargetLabel Property
            • 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
                • DropTargetBorderStyle Property
                • TooltipContainerStyle Property
                • TooltipDataTemplate Property
              • Fields
                • DropTargetBorderStyleProperty Field
                • TooltipContainerStyleProperty Field
                • TooltipDataTemplateProperty Field
              • Events
                • AxesReordered Event
            • PinchZoomModifier
              • Overview
              • Members
              • PinchZoomModifier Constructor
              • Methods
                • OnModifierTouchManipulationDelta Method
            • 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
                • ModifierSurface Property
                • MouseEventGroup Property
                • ParentSurface Property
                • Services Property
            • RadarDataPointSelectionChangedEventArgs
              • Overview
              • Members
              • RadarDataPointSelectionChangedEventArgs Constructor
              • Properties
                • DataPoint Property
            • RadarDataPointSelectionModifier
              • Overview
              • Members
              • RadarDataPointSelectionModifier Constructor
              • Methods
                • GetSeriesInfo Method
                • OnModifierMouseDown Method
              • Events
                • RadarDataPointSelectionChanged Event
            • RadarDragDataPointModifier
              • Overview
              • Members
              • RadarDragDataPointModifier Constructor
              • Methods
                • GetSeriesInfo Method
                • OnModifierMouseDown Method
                • OnModifierMouseMove Method
                • OnModifierMouseUp Method
              • Properties
                • IsDragging Property
              • Events
                • DragCompletedChanged Event
                • DragDataPointChanged Event
                • DragStartedChanged Event
            • RadarLegendModifier
              • Overview
              • Members
              • RadarLegendModifier Constructor
              • Methods
                • OnAttached Method
                • OnDetached Method
              • Properties
                • LegendData Property
                • LegendItemTemplate Property
                • LegendPlacement Property
                • LegendTemplate Property
                • Orientation Property
                • ShowLegend Property
                • ShowSeriesMarkers Property
                • ShowVisibilityCheckboxes Property
                • SourceMode Property
              • Fields
                • LegendDataProperty Field
                • LegendItemTemplateProperty Field
                • LegendPlacementProperty Field
                • LegendTemplateProperty Field
                • OrientationProperty Field
                • ShowLegendProperty Field
                • ShowSeriesMarkersProperty Field
                • ShowVisibilityCheckboxesProperty Field
                • SourceModeProperty Field
            • RadarSeriesSelectionModifier
              • Overview
              • Members
              • RadarSeriesSelectionModifier Constructor
              • Methods
                • OnAttached Method
                • OnDetached Method
                • OnModifierMouseDown Method
              • Properties
                • AllowsMultiSelection Property
                • ExecuteWhen Property
              • Fields
                • AllowsMultiSelectionProperty Field
                • ExecuteWhenProperty Field
            • RadarTooltipModifier
              • Overview
              • Members
              • RadarTooltipModifier Constructor
              • Methods
                • GetNearestDataPointSeriesInfo Method
                • OnAttached Method
                • OnDetached Method
                • OnModifierMouseMove Method
              • Properties
                • ShowTooltip Property
                • SnappingMode Property
                • StikerLineStyle Property
                • TooltipContainerStyle Property
                • TooltipTemplate Property
              • Fields
                • ShowTooltipProperty Field
                • SnappingModeProperty Field
                • StikerLineStyleProperty Field
                • TooltipContainerStyleProperty Field
                • TooltipTemplateProperty Field
            • RelativeZoomModifierBase
              • Overview
              • Members
              • RelativeZoomModifierBase Constructor
              • Methods
                • CanZoomAxis Method
                • GetIncludeAxis Method
                • GrowBy Method
                • PerformZoom Method
                • SetIncludeAxis Method
              • Properties
                • GrowFactor Property
                • XyDirection Property
              • Fields
                • IncludeAxisProperty Field
                • XyDirectionProperty Field
            • RolloverModifier
              • Overview
              • Members
              • RolloverModifier Constructor
              • Methods
                • CacheAxisLabel Method
                • ClearAll Method
                • ClearTooltipLabels Method
                • FillWithIncludedSeries Method
                • GetAxisLabel Method
                • GetAxisLabelContainerStyle Method
                  • GetAxisLabelContainerStyle(DependencyObject) Method
                  • GetAxisLabelContainerStyle(AxisBase) Method
                • GetAxisLabelTemplate Method
                  • GetAxisLabelTemplate(DependencyObject) Method
                  • GetAxisLabelTemplate(AxisBase) Method
                • GetCachedAxisLabel Method
                • GetIncludeSeries Method
                • GetRolloverMarkerFrom Method
                • GetSeriesInfoAt Method
                  • GetSeriesInfoAt(Point) 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
                • DrawVerticalLine Property
                • TooltipUsageMode Property
              • Fields
                • AxisLabelContainerStyleProperty Field
                • AxisLabelProperty Field
                • AxisLabelTemplateProperty Field
                • DrawVerticalLineProperty Field
                • IncludeSeriesProperty Field
                • TooltipContainerStyleProperty Field
                • TooltipTemplateProperty Field
            • 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
                • IsAnimatedProperty Field
                • IsXAxisOnlyProperty Field
                • MinDragSensitivityProperty Field
                • RubberBandFillProperty Field
                • RubberBandStrokeDashArrayProperty Field
                • RubberBandStrokeProperty Field
                • XyDirectionProperty Field
                • ZoomExtentsYProperty Field
            • 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
                • SelectedSeriesStyle Property
              • Fields
                • IncludeSeriesProperty Field
                • SelectedSeriesStyleProperty Field
              • Events
                • SelectionChanged Event
            • 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
                • AnnotationsBySeries Property
                • AxisMarkerStyle Property
                • YAxisId Property
              • Fields
                • AxisMarkerStyleProperty Field
                • IncludeSeriesProperty Field
                • IsLastPointInViewportProperty Field
                • IsRenderableSeriesInViewportProperty Field
                • SeriesMarkerFillProperty Field
                • SeriesMarkerStrokeProperty Field
                • YAxisIdProperty Field
            • TernaryChartModifierBase
              • Overview
              • Members
              • TernaryChartModifierBase Constructor
              • Methods
                • CanReceiveMouseEvents Method
                • GetAndAssertTemplateChild<T> Method
                • GetPointRelativeTo Method
                • GetSchema Method
                • IsPointWithinBounds Method
                  • IsPointWithinBounds(Point,IHitTestable) Method
                  • IsPointWithinBounds(ModifierMouseArgs) 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
                  • OnPropertyChanged(String) 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
                • IsEnabledProperty Field
                • ReceiveHandledEventsProperty Field
              • Events
                • PropertyChanged Event
            • 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
                • XAxisInfo Property
                • YAxisInfo Property
                • ZAxisInfo Property
              • Fields
                • AxisLabelContainerStyleProperty Field
                • AxisLabelProperty Field
                • AxisLabelTemplateProperty Field
            • 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
                • GetLegendDataForProperty Field
                • LegendDataProperty Field
                • LegendItemTemplateProperty Field
                • LegendPlacementProperty Field
                • LegendTemplateProperty Field
                • OrientationProperty Field
                • SeriesDataProperty Field
                • ShowLegendProperty Field
                • ShowSeriesMarkersProperty Field
                • ShowVisibilityCheckboxesProperty Field
            • TernaryModifierGroup
              • Overview
              • Members
              • TernaryModifierGroup Constructor
                • TernaryModifierGroup Constructor()
                • TernaryModifierGroup Constructor(ITernaryChartModifier[])
              • 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
                • ChildModifiers Property
                • Item Property
                  • Item(String) Property
                  • Item(Int32) Property
              • Fields
                • ChildModifiersProperty Field
            • TernaryTooltipModifier
              • Overview
              • Members
              • TernaryTooltipModifier Constructor
              • Methods
                • ClearAll Method
                • GetSeriesInfoAt Method
                  • GetSeriesInfoAt(Point) Method
                • GetTooltip Method
                • GetTooltipContainerStyle Method
                • GetTooltipTemplate Method
                • HandleMasterMouseEvent Method
                • SetTooltip Method
                • SetTooltipContainerStyle Method
                • SetTooltipTemplate Method
              • Properties
                • TooltipLabelDataContextSelector Property
              • Fields
                • TooltipContainerStyleProperty Field
                • TooltipLabelDataContextSelectorProperty Field
                • TooltipProperty Field
                • TooltipTemplateProperty Field
            • 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
                • LineOverlayStyle Property
                • SeriesData Property
                • ShowAxisLabels Property
              • Fields
                • CurrentPoint Field
                • LineOverlayStyleProperty Field
                • SeriesDataProperty Field
                • ShowAxisLabelsProperty Field
            • TooltipModifier
              • Overview
              • Members
              • TooltipModifier Constructor
              • Methods
                • CacheAxisLabel Method
                • ClearAll Method
                • GetAxisLabel Method
                • GetAxisLabelContainerStyle Method
                  • GetAxisLabelContainerStyle(DependencyObject) Method
                  • GetAxisLabelContainerStyle(AxisBase) Method
                • GetAxisLabelTemplate Method
                  • GetAxisLabelTemplate(DependencyObject) Method
                  • GetAxisLabelTemplate(AxisBase) 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
                • HoverDelay Property
                • TooltipLabelDataContextSelector Property
                • TooltipUsageMode Property
              • Fields
                • AxisLabelContainerStyleProperty Field
                • AxisLabelProperty Field
                • AxisLabelTemplateProperty Field
                • IncludeSeriesProperty Field
                • TooltipContainerStyleProperty Field
                • TooltipLabelDataContextSelectorProperty Field
                • TooltipProperty Field
                • TooltipTemplateProperty Field
            • 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
                  • OpenPopup(Double,Double) 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
                • _tooltipLabelCache Field
                • _tooltipPopup Field
                • HoverDelayProperty Field
                • LineOverlayStyleProperty Field
                • ShowAxisLabelsProperty Field
                • ShowTooltipOnProperty Field
                • TooltipOffset Field
                • TooltipPlacementProperty Field
                • TooltipUsageModeProperty Field
            • VerticalSliceModifier
              • Overview
              • Members
              • VerticalSliceModifier Constructor
              • Methods
                • CacheAxisLabel Method
                • CacheMarkerInRenderableSeries Method
                • CacheMarkerInVerticalLineAnnotation Method
                • ClearTooltipLabels Method
                • DetachRolloverMarker Method
                • GetAxisLabel Method
                • GetAxisLabelContainerStyle Method
                  • GetAxisLabelContainerStyle(DependencyObject) Method
                  • GetAxisLabelContainerStyle(AxisBase) Method
                • GetAxisLabelTemplate Method
                  • GetAxisLabelTemplate(DependencyObject) Method
                  • GetAxisLabelTemplate(AxisBase) Method
                • GetCachedAxisLabel Method
                • GetIncludeSeries Method
                • GetRolloverMarkerFrom Method
                • GetRolloverMarkerTemplate Method
                • GetTooltipContainerStyle Method
                • GetTooltipItemTemplate Method
                • GetTooltipStyle Method
                • GetTooltipTemplate Method
                • HandleMasterMouseEvent Method
                • IsEnabledAt Method
                • MergeTooltipLabelFor Method
                  • MergeTooltipLabelFor(FrameworkElement,VerticalSliceItem) 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
                • VerticalLines Property
              • Fields
                • AxisLabelContainerStyleProperty Field
                • AxisLabelProperty Field
                • AxisLabelTemplateProperty Field
                • IncludeSeriesProperty Field
                • RolloverMarkerTemplateProperty Field
                • TooltipContainerStyleProperty Field
                • TooltipTemplateProperty Field
                • VerticalLinesProperty Field
            • 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
                  • GetSeriesInfoAt(Point) 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
                • _needToUpdateTooltips Field
                • _rolloverMarkers Field
                • _tooltipLabels Field
            • 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
                • ClipModeX Property
              • Fields
                • ClipModeXProperty Field
                • IncludeAxisProperty Field
            • 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
                • IncludeAxisProperty Field
            • ZoomExtentsModifier
              • Overview
              • Members
              • ZoomExtentsModifier Constructor
              • Methods
                • OnModifierDoubleClick Method
                • OnModifierMouseUp Method
                • OnModifierTouchDown Method
                • OnModifierTouchUp Method
                • PerformZoom Method
              • Properties
                • DoubleTapThreshold Property
                • IsAnimated Property
                • XyDirection Property
              • Fields
                • IsAnimatedProperty Field
                • XyDirectionProperty Field
            • ZoomPanModifier
              • Overview
              • Members
              • ZoomPanModifier Constructor
              • Methods
                • GetIncludeAxis Method
                • OnModifierKeyDown Method
                • OnModifierMouseDown Method
                • OnModifierMouseMove Method
                • OnModifierMouseUp Method
                • OnModifierTouchManipulationDelta Method
                • Pan Method
                • SetIncludeAxis Method
              • Fields
                • IncludeAxisProperty Field
            • ZoomPanModifierBase
              • Overview
              • Members
              • ZoomPanModifierBase Constructor
              • Methods
                • OnModifierMouseDown Method
                • OnModifierMouseMove Method
                • OnModifierMouseUp Method
                • OnParentSurfaceMouseLeave Method
                • Pan Method
              • Properties
                • ClipModeX Property
                • IsDragging Property
                • XyDirection Property
                • ZoomExtentsY Property
              • Fields
                • ClipModeXProperty Field
                • XyDirectionProperty Field
                • ZoomExtentsYProperty Field
            • ZoomStateModifier
              • Overview
              • Members
              • ZoomStateModifier Constructor
              • Methods
                • OnModifierDoubleClick Method
                • OnModifierMouseDown Method
                • OnModifierMouseUp Method
                • OnParentSurfaceRendered Method
              • Properties
                • ResetZoomButtonStyle Property
              • Fields
                • ResetZoomButtonStyleProperty Field
          • 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
                • IsSynchronized Property
                • ParentSurface Property
                • XAxis Property
                • YAxes Property
                • YAxis Property
            • IChartModifierBase
              • Overview
              • Members
              • Methods
                • OnAttached Method
                • OnDetached Method
              • Properties
                • DataContext Property
                • IsAttached Property
                • ModifierName Property
                • ModifierSurface Property
                • ReceiveHandledEvents Property
                • Services Property
            • IParallelAxisReorderInfo
              • Overview
              • Members
              • Properties
                • IsReorderAllowed Property
                • IsSourceAxis Property
                • SourceIndex Property
                • SourceLabel Property
                • TargetIndex Property
                • TargetLabel Property
            • IRadarChartModifier
              • Overview
              • Members
              • Methods
                • OnAttached Method
                • OnDetached Method
              • Properties
                • ModifierSurface Property
                • ParentSurface Property
                • Services Property
            • ITernaryChartModifier
              • Overview
              • Members
              • Methods
                • IsPointWithinBounds Method
                • OnAnnotationCollectionChanged Method
                • ResetInertia Method
              • Properties
                • ParentSurface Property
                • XAxis Property
                • YAxis Property
                • ZAxis Property
        • SciChart.Charting.Common Namespace
          • Overview
          • Classes
            • SmartDisposable<T>
              • Overview
              • Members
              • SmartDisposable<T> Constructor
              • Methods
                • Dispose Method
                  • Dispose() Method
                  • Dispose(Boolean) Method
                • Finalize Method
              • Properties
                • Inner Property
              • Operators
                • Explicit Type Conversion Operator
            • StringlyTyped
              • Overview
              • Members
              • StringlyTyped Constructor
              • Methods
                • Equals Method
                  • Equals(StringlyTyped) Method
                  • Equals(Object) Method
                • GetHashCode Method
                • ToString Method
              • Properties
                • Value Property
        • 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
                • AxisAlignmentProperty Field
                • IsInsideItemProperty Field
                • IsOutsideItemProperty Field
            • PerformanceHelper
              • Overview
              • Members
              • PerformanceHelper Constructor
              • Methods
                • GetEnableExtremeDrawingManager Method
                • GetEnableExtremeResamplers Method
                • SetEnableExtremeDrawingManager Method
                • SetEnableExtremeResamplers Method
              • Fields
                • EnableExtremeDrawingManagerProperty Field
                • EnableExtremeResamplersProperty Field
            • RelativeSourceBinding
              • Overview
              • Members
              • RelativeSourceBinding Constructor
              • Methods
                • GetAncestor Method
                • GetAncestorType Method
                • SetAncestor Method
                • SetAncestorType Method
              • Fields
                • AncestorProperty Field
                • AncestorTypeProperty Field
        • SciChart.Charting.Common.Databinding Namespace
          • Overview
          • Classes
            • AllTrueMultiConverter
              • Overview
              • Members
              • AllTrueMultiConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • AxisAlignmentToAxisOrientationConverter
              • Overview
              • Members
              • AxisAlignmentToAxisOrientationConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • AxisAlignmentToAxisVisibilityConverter
              • Overview
              • Members
              • AxisAlignmentToAxisVisibilityConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
              • Properties
                • IsLeftRightAxis Property
                • IsTopBottomAxis Property
            • AxisAlignmentToFlowDirectionConverter
              • Overview
              • Members
              • AxisAlignmentToFlowDirectionConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • AxisAlignmentToHorizontalAlignmentConverter
              • Overview
              • Members
              • AxisAlignmentToHorizontalAlignmentConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • AxisAlignmentToHorizontalAnchorPointConverter
              • Overview
              • Members
              • AxisAlignmentToHorizontalAnchorPointConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • AxisAlignmentToTransformOriginConverter
              • Overview
              • Members
              • AxisAlignmentToTransformOriginConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • AxisAlignmentToVerticalAlignmentConverter
              • Overview
              • Members
              • AxisAlignmentToVerticalAlignmentConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • AxisAlignmentToVeticalAnchorPointConverter
              • Overview
              • Members
              • AxisAlignmentToVeticalAnchorPointConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • AxisAlignmentToVisibilityConverter
              • Overview
              • Members
              • AxisAlignmentToVisibilityConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
              • Properties
                • IsLeftPointer Property
            • AxisMarkerBorderThicknessConverter
              • Overview
              • Members
              • AxisMarkerBorderThicknessConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • AxisPanelToTickSizeConverter
              • Overview
              • Members
              • AxisPanelToTickSizeConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • BandSeriesInfoToYValueConverter
              • Overview
              • Members
              • BandSeriesInfoToYValueConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • BooleanToDefaultAxisAlignmentConverter
              • Overview
              • Members
              • BooleanToDefaultAxisAlignmentConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • BooleanToOrientationConverter
              • Overview
              • Members
              • BooleanToOrientationConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • BooleanToRotationTransformConverter
              • Overview
              • Members
              • BooleanToRotationTransformConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • BooleanToSelectionMode
              • Overview
              • Members
              • BooleanToSelectionMode Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • BooleanToVisibilityConverter
              • Overview
              • Members
              • BooleanToVisibilityConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • CollapseIfNullOrEmptyStringConverter
              • Overview
              • Members
              • CollapseIfNullOrEmptyStringConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • ColorToBrushConverter
              • Overview
              • Members
              • ColorToBrushConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • CompositeCommandConverter
              • Overview
              • Members
              • CompositeCommandConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • CursorTooltipBackgroundConverter
              • Overview
              • Members
              • CursorTooltipBackgroundConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • DataTemplateToObjectConverter
              • Overview
              • Members
              • DataTemplateToObjectConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • DoubleArrayToDoubleCollectionConverter
              • Overview
              • Members
              • DoubleArrayToDoubleCollectionConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • DoubleToNegativeDoubleConverter
              • Overview
              • Members
              • DoubleToNegativeDoubleConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • DoubleToThicknessConverter
              • Overview
              • Members
              • DoubleToThicknessConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • DoubleToThumbMarginConverter
              • Overview
              • Members
              • DoubleToThumbMarginConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • GetAxisFormattedValueConverter
              • Overview
              • Members
              • GetAxisFormattedValueConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • GradientStopsToLinearGradientBrushConverter
              • Overview
              • Members
              • GradientStopsToLinearGradientBrushConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • GrayscaleColorBrushConverter
              • Overview
              • Members
              • GrayscaleColorBrushConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • HorisontalOrientationVisibilityConverter
              • Overview
              • Members
              • HorisontalOrientationVisibilityConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • IComparableToObjectConverter
              • Overview
              • Members
              • IComparableToObjectConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • InverseOrientationConverter
              • Overview
              • Members
              • InverseOrientationConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • InvertBooleanConverter
              • Overview
              • Members
              • InvertBooleanConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • InvertedBrushConverter
              • Overview
              • Members
              • InvertedBrushConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • IsLastPointInViewportToOpacityConverter
              • Overview
              • Members
              • IsLastPointInViewportToOpacityConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • LegendPlacement3DToGridPositionConverter
              • Overview
              • Members
              • LegendPlacement3DToGridPositionConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • LegendPlacementToGridPositionConverter
              • Overview
              • Members
              • LegendPlacementToGridPositionConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • MultiValueConverterBase
              • Overview
              • Members
              • MultiValueConverterBase Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • NullToVisibilityConverter
              • Overview
              • Members
              • NullToVisibilityConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • OrientationToAxisLabelRotationConverter
              • Overview
              • Members
              • OrientationToAxisLabelRotationConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • OrientationToVisibilityConverter
              • Overview
              • Members
              • OrientationToVisibilityConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • PieLegendAlignmentPositionConverter
              • Overview
              • Members
              • PieLegendAlignmentPositionConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • PieLegendPlacementToGridPositionConverter
              • Overview
              • Members
              • PieLegendPlacementToGridPositionConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • PointmakrerTemplateToPropertyConverter
              • Overview
              • Members
              • PointmakrerTemplateToPropertyConverter Constructor
              • Methods
                • Convert Method
                  • Convert(Object,Type,Object,CultureInfo) Method
                  • Convert(Object[],Type,Object,CultureInfo) Method
                • ConvertBack Method
                  • ConvertBack(Object,Type,Object,CultureInfo) Method
                  • ConvertBack(Object,Type[],Object,CultureInfo) Method
            • PointMarkerToVisibilityConverter
              • Overview
              • Members
              • PointMarkerToVisibilityConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • PriorityBindingConverter
              • Overview
              • Members
              • PriorityBindingConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • RadarLegendPlacementToGridPositionConverter
              • Overview
              • Members
              • RadarLegendPlacementToGridPositionConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • RenderSurfaceFullSizeToTrianglePointMultiConverter
              • Overview
              • Members
              • RenderSurfaceFullSizeToTrianglePointMultiConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • RenderSurfaceSizeToTrianglePointConverter
              • Overview
              • Members
              • RenderSurfaceSizeToTrianglePointConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
              • Properties
                • IsFirstPoint Property
                • IsSecondPoint Property
            • SeriesToPointMarkerTemplateConverter
              • Overview
              • Members
              • SeriesToPointMarkerTemplateConverter Constructor
              • Methods
                • Convert Method
                  • Convert(Object,Type,Object,CultureInfo) Method
                  • Convert(Object[],Type,Object,CultureInfo) Method
                • ConvertBack Method
                  • ConvertBack(Object,Type,Object,CultureInfo) Method
                  • ConvertBack(Object,Type[],Object,CultureInfo) Method
            • ShowVisibilityCheckboxesConverter
              • Overview
              • Members
              • ShowVisibilityCheckboxesConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • StringFormatConverter
              • Overview
              • Members
              • StringFormatConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • StringIsNullOrEmptyToUnsetValueConverter
              • Overview
              • Members
              • StringIsNullOrEmptyToUnsetValueConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • StringToDoubleArrayTypeConverter
              • Overview
              • Members
              • StringToDoubleArrayTypeConverter Constructor
              • Methods
                • CanConvertFrom Method
                  • CanConvertFrom(ITypeDescriptorContext,Type) Method
                • ConvertFrom Method
                  • ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
            • StringToDoubleRangeTypeConverter
              • Overview
              • Members
              • StringToDoubleRangeTypeConverter Constructor
              • Methods
                • CanConvertFrom Method
                  • CanConvertFrom(ITypeDescriptorContext,Type) Method
                • ConvertFrom Method
                  • ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
            • StrokeThicknessToItemsCountConverter
              • Overview
              • Members
              • StrokeThicknessToItemsCountConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • TempConverter
              • Overview
              • Members
              • TempConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • TernaryLegendPlacementToGridPositionConverter
              • Overview
              • Members
              • TernaryLegendPlacementToGridPositionConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • ThicknessToDoubleConverter
              • Overview
              • Members
              • ThicknessToDoubleConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • ToAnnotationCollectionConverter
              • Overview
              • Members
              • ToAnnotationCollectionConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • ToAxisCollectionConverter
              • Overview
              • Members
              • ToAxisCollectionConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • ToRenderableSeriesCollectionConverter
              • Overview
              • Members
              • ToRenderableSeriesCollectionConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • ToVerticalLineAnnotationCollectionConverter
              • Overview
              • Members
              • ToVerticalLineAnnotationCollectionConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • ValueConverterBase
              • Overview
              • Members
              • ValueConverterBase Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • ValueMultiplicatorConverter
              • Overview
              • Members
              • ValueMultiplicatorConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • ValueToTopMarginConverter
              • Overview
              • Members
              • ValueToTopMarginConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • VerticalOrientationVisibilityConverter
              • Overview
              • Members
              • VerticalOrientationVisibilityConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • ZoomStateToVisibilityConverter
              • Overview
              • Members
              • ZoomStateToVisibilityConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
        • SciChart.Charting.Common.Extensions Namespace
          • Overview
          • Classes
            • CanvasExtensions
              • Overview
              • Members
            • DependencyObjectExtensions
              • Overview
              • Members
              • Methods
                • FindVisualChild<T> Method
            • DictionaryExtensions
              • Overview
              • Members
              • Methods
                • RenameKey<TKey,TValue> Method
            • EnumerableExtensions
              • Overview
              • Members
              • Methods
                • FindIndex Method
                  • FindIndex<T>(IList<T>,Boolean,IComparable,SearchMode) Method
                  • FindIndex(IList,Boolean,IComparable,SearchMode) Method
                • IndexOf<T> Method
                • MaxOrNullable<T> Method
                • MinOrNullable<T> Method
            • RangeExtensions
              • Overview
              • Members
              • Methods
                • GrowByLog Method
                • ToDateRange Method
                • ToTimeSpanRange Method
                • Union Method
            • RenderableSeriesExtension
              • Overview
              • Members
              • Methods
                • GetSeriesColorAtPoint Method
            • RenderSurfaceExtensions
              • Overview
              • Members
              • RenderSurfaceExtensions Constructor
              • Methods
                • GetRenderSurfaceType Method
                • SetRenderSurfaceType Method
              • Fields
                • RenderSurfaceTypeProperty Field
            • RoutedEventExtensions
              • Overview
              • Members
              • Methods
                • Source Method
            • SciChartSurfaceExtensions
              • Overview
              • Members
              • Methods
                • ExportToXPS Method
            • ToggleButtonExtensions
              • Overview
              • Members
              • ToggleButtonExtensions Constructor
              • Methods
                • GetGroupName Method
                • SetGroupName Method
              • Fields
                • GroupNameProperty Field
          • Enumerations
            • SearchMode
        • SciChart.Charting.Common.Helpers Namespace
          • Overview
          • Classes
            • ActionCommand
              • Overview
              • Members
              • ActionCommand Constructor
                • ActionCommand Constructor(Action)
                • ActionCommand Constructor(Action,Func<Boolean>)
            • ActionCommand<T>
              • Overview
              • Members
              • ActionCommand<T> Constructor
                • ActionCommand<T> Constructor(Action<T>)
                • ActionCommand<T> Constructor(Action<T>,Predicate<T>)
              • Methods
                • CanExecute Method
                • Execute Method
                • RaiseCanExecuteChanged Method
              • Events
                • CanExecuteChanged Event
            • AxisInfoTemplateSelector
              • Overview
              • Members
              • AxisInfoTemplateSelector Constructor
              • Methods
                • SelectTemplate Method
              • Properties
                • XAxisDataTemplate Property
                • YAxisDataTemplate Property
              • Fields
                • XAxisDataTemplateProperty Field
                • YAxisDataTemplateProperty Field
            • AxisTitleTemplateSelector
              • Overview
              • Members
              • AxisTitleTemplateSelector Constructor
              • Methods
                • SelectTemplate Method
              • Properties
                • StringTitleTemplate Property
            • DataTemplateSelector
              • Overview
              • Members
              • DataTemplateSelector Constructor
              • Methods
                • OnContentChanged Method
                • OnDataTemplateChanged Method
                • OnDefautlTemplateDependencyPropertyChanged Method
                • SelectTemplate Method
                • UpdateControlTemplate Method
              • Properties
                • DefaultTemplate Property
              • Fields
                • DefaultTemplateProperty Field
              • Events
                • DataTemplateChanged Event
            • ExportException
              • Overview
              • Members
              • ExportException Constructor
            • FrameworkVisibilityManager
              • Overview
              • Members
              • FrameworkVisibilityManager Constructor
              • Methods
                • GetVisibleIn Method
                • SetVisibleIn Method
              • Fields
                • VisibleInProperty Field
            • MinimizeAndMaximizeButtonTemplateSelector
              • Overview
              • Members
              • MinimizeAndMaximizeButtonTemplateSelector Constructor
              • Methods
                • SelectTemplate Method
              • Properties
                • MaximizeTemplate Property
                • MinimizeTemplate Property
            • SeriesInfoTemplateSelector
              • Overview
              • Members
              • SeriesInfoTemplateSelector Constructor
              • Methods
                • SelectTemplate Method
              • Properties
                • BandSeries1Template Property
                • BandSeries2Template Property
                • BoxPlotSeriesTemplate Property
                • HeatmapSeriesTemplate Property
                • HlcSeriesTemplate Property
                • OhlcSeriesTemplate Property
                • OneHundredPercentStackedSeriesTemplate Property
              • Fields
                • BandSeries1TemplateProperty Field
                • BandSeries2TemplateProperty Field
                • BoxPlotSeriesTemplateProperty Field
                • HeatmapSeriesTemplateProperty Field
                • HlcSeriesTemplateProperty Field
                • OhlcSeriesTemplateProperty Field
                • OneHundredPercentStackedSeriesTemplateProperty Field
          • Enumerations
            • FrameworkVisibility
          • Interfaces
            • IDataTemplateSelector
              • Overview
              • Members
              • Methods
                • SelectTemplate Method
              • Events
                • DataTemplateChanged Event
        • SciChart.Charting.Common.Helpers.PropertyAttributes Namespace
          • Overview
          • Classes
            • ShouldNotSerializeAttribute
              • Overview
              • Members
              • ShouldNotSerializeAttribute Constructor
        • SciChart.Charting.Common.Helpers.Strategies Namespace
          • Overview
          • Classes
            • CommonRenderContextDrawingStrategy
              • Overview
              • Members
              • CommonRenderContextDrawingStrategy Constructor
              • Methods
                • DrawPointMarkers Method
            • DrawingStrategy
              • Overview
              • Members
              • DrawingStrategy Constructor
              • Methods
                • DrawPointMarkers Method
            • XamlRenderContextDrawingStrategy
              • Overview
              • Members
              • XamlRenderContextDrawingStrategy Constructor
              • Methods
                • DrawPointMarkers Method
        • SciChart.Charting.Common.Helpers.XmlSerialization Namespace
          • Overview
          • Classes
            • GenericSerializationHelper<T>
              • Overview
              • Members
              • Methods
                • DeserializeCollection Method
                • DeserializeProperties Method
                • SerializeCollection Method
                • SerializeProperties Method
              • Fields
                • PropertiesDictionary Field
        • SciChart.Charting.Common.MarkupExtensions Namespace
          • Overview
          • Classes
            • AnnotationsBinding
              • Overview
              • Members
              • AnnotationsBinding Constructor
              • Methods
                • ProvideValue Method
              • Properties
                • Mode Property
                • Path Property
                • RelativeSource Property
                • UpdateSourceTrigger Property
            • AxesBinding
              • Overview
              • Members
              • AxesBinding Constructor
              • Methods
                • ProvideValue Method
              • Properties
                • Mode Property
                • Path Property
                • RelativeSource Property
                • UpdateSourceTrigger Property
            • BindingInfo
              • Overview
              • Members
              • BindingInfo Constructor
              • Properties
                • Binding Property
            • EffectConverter
              • Overview
              • Members
              • EffectConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • EffectManager
              • Overview
              • Members
              • Properties
                • EnableDropShadows Property
              • Events
                • EnableDropShadowsChanged Event
                • StaticPropertyChanged Event
            • SeriesBinding
              • Overview
              • Members
              • SeriesBinding Constructor
              • Methods
                • ProvideValue Method
              • Properties
                • Mode Property
                • Path Property
                • RelativeSource Property
                • UpdateSourceTrigger Property
            • ThemeBinding
              • Overview
              • Members
              • ThemeBinding Constructor
                • ThemeBinding Constructor()
                • ThemeBinding Constructor(String)
              • Methods
                • ProvideValue Method
              • Properties
                • BindingsCollection Property
                • Converter Property
                • DefaultPath Property
            • VerticalLinesBinding
              • Overview
              • Members
              • VerticalLinesBinding Constructor
              • Methods
                • ProvideValue Method
              • Properties
                • Mode Property
                • Path Property
                • RelativeSource Property
                • UpdateSourceTrigger Property
          • Interfaces
            • IEffectManagerStub
              • Overview
              • Members
              • Properties
                • EnableDropShadows Property
        • SciChart.Charting.HistoryManagers Namespace
          • Overview
          • Classes
            • HistoryChangedEventArgs
              • Overview
              • Members
              • HistoryChangedEventArgs Constructor
              • Properties
                • DisposedAmount Property
                • NewRanges Property
                • OldRanges Property
            • 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
                • Current Property
                • ErasedRedoItems Property
                • HistoryDepth Property
              • Fields
                • RedoStack Field
                • UndoStack Field
            • ZoomHistoryManager
              • Overview
              • Members
              • ZoomHistoryManager Constructor
                • ZoomHistoryManager Constructor()
                • ZoomHistoryManager Constructor(TimeSpan)
              • Methods
                • AttachSciChartSurface Method
                • CanRedo Method
                  • CanRedo() Method
                  • CanRedo(AxisKey) Method
                • CanUndo Method
                  • CanUndo() Method
                  • CanUndo(AxisKey) Method
                • ClearHistory Method
                  • ClearHistory() Method
                  • ClearHistory(AxisKey) Method
                • DetachSciChartSurface Method
                • GetCurrent Method
                  • GetCurrent() Method
                  • GetCurrent(AxisKey) Method
                • GetHistory Method
                  • GetHistory() Method
                  • GetHistory(AxisKey) Method
                • NotifyAxisIdChanged Method
                • OnPropertyChanged Method
                • OnRangeHistoryChanged Method
                • Push Method
                • PushAll Method
                • Redo Method
                  • Redo() Method
                  • Redo(AxisKey) Method
                • SaveLatestRange Method
                • TryIncrementCounter Method
                • Undo Method
                  • Undo() Method
                  • Undo(AxisKey) Method
              • Properties
                • AnimationDuration Property
                • HistoryDepth Property
                • MouseWheelThrottle Property
                • ParentSurface Property
                • RedoCommand Property
                • UndoCommand Property
              • Events
                • PropertyChanged Event
                • RangeHistoryChanged Event
          • Structures
            • AxisKey
              • Overview
              • Members
              • AxisKey Constructor
                • AxisKey Constructor(String,Boolean)
                • AxisKey Constructor(IAxis)
              • Methods
                • Equals Method
                • GetHashCode Method
              • Properties
                • AxisHashCode Property
                • Id Property
                • IsXAxis Property
              • Events
                • PropertyChanged Event
          • Interfaces
            • IZoomHistoryManager
              • Overview
              • Members
              • Methods
                • AttachSciChartSurface Method
                • CanRedo Method
                  • CanRedo() Method
                  • CanRedo(AxisKey) Method
                • CanUndo Method
                  • CanUndo() Method
                  • CanUndo(AxisKey) Method
                • ClearHistory Method
                  • ClearHistory() Method
                  • ClearHistory(AxisKey) Method
                • DetachSciChartSurface Method
                • GetCurrent Method
                  • GetCurrent() Method
                  • GetCurrent(AxisKey) Method
                • GetHistory Method
                  • GetHistory() Method
                  • GetHistory(AxisKey) Method
                • Push Method
                • PushAll Method
                • Redo Method
                  • Redo() Method
                  • Redo(AxisKey) Method
                • SaveLatestRange Method
                • TryIncrementCounter Method
                • Undo Method
                  • Undo() Method
                  • Undo(AxisKey) Method
              • Properties
                • AnimationDuration Property
                • HistoryDepth Property
                • MouseWheelThrottle Property
                • ParentSurface Property
                • RedoCommand Property
                • UndoCommand Property
              • Events
                • RangeHistoryChanged Event
        • SciChart.Charting.Model Namespace
          • Overview
          • Classes
            • AxisCollection
              • Overview
              • Members
              • AxisCollection Constructor
                • AxisCollection Constructor()
                • AxisCollection Constructor(IEnumerable<IAxis>)
              • Methods
                • GetAxisById Method
                • GetSchema Method
                • ReadXml Method
                • SubscribeInnerCollection Method
                • UnsubscribeInnerCollection Method
                • WriteXml Method
              • Properties
                • Default Property
                • HasPrimaryAxis Property
                • PrimaryAxis Property
            • DoubleAxisDelta
              • Overview
              • Members
              • DoubleAxisDelta Constructor
                • DoubleAxisDelta Constructor()
                • DoubleAxisDelta Constructor(Double,Double)
              • Methods
                • Clone Method
                • Equals Method
                  • Equals(Object) Method
                  • Equals(DoubleAxisDelta) Method
                • GetHashCode Method
                • ToString Method
              • Properties
                • MajorDelta Property
                • MinorDelta Property
              • Operators
                • Equality Operator
                • Inequality Operator
            • Int32AxisDelta
              • Overview
              • Members
              • Int32AxisDelta Constructor
                • Int32AxisDelta Constructor()
                • Int32AxisDelta Constructor(Int32,Int32)
              • Methods
                • Clone Method
                • Equals Method
                  • Equals(Object) Method
                  • Equals(Int32AxisDelta) Method
                • GetHashCode Method
                • ToString Method
              • Properties
                • MajorDelta Property
                • MinorDelta Property
              • Operators
                • Equality Operator
                • Inequality Operator
            • TimeSpanDelta
              • Overview
              • Members
              • TimeSpanDelta Constructor
                • TimeSpanDelta Constructor()
                • TimeSpanDelta Constructor(TimeSpan,TimeSpan)
              • Methods
                • Clone Method
                • Equals Method
                  • Equals(Object) Method
                  • Equals(TimeSpanDelta) Method
                • GetHashCode Method
                • ToString Method
              • Properties
                • MajorDelta Property
                • MinorDelta Property
              • Operators
                • Equality Operator
                • Inequality Operator
          • Enumerations
            • BidOrAsk
          • Interfaces
            • IAxisDelta
              • Overview
              • Members
              • Properties
                • MajorDelta Property
                • MinorDelta Property
            • IAxisDelta<T>
              • Overview
              • Members
              • Properties
                • MajorDelta Property
                • MinorDelta Property
            • ITick
              • Overview
              • Members
              • Properties
                • BidOrAsk Property
                • Price Property
                • TimeStamp Property
                • Volume Property
        • SciChart.Charting.Model.ChartData Namespace
          • Overview
          • Classes
            • BandSeriesInfo
              • Overview
              • Members
              • BandSeriesInfo Constructor
              • Properties
                • FormattedY1Value Property
                • IsFirstSeries Property
                • Xy1Coordinate Property
                • Y1Value Property
            • BoxPlotSeriesInfo
              • Overview
              • Members
              • BoxPlotSeriesInfo Constructor
              • Properties
                • FormattedLowerQuartileValue Property
                • FormattedMaximumValue Property
                • FormattedMedianValue Property
                • FormattedMinimumValue Property
                • FormattedUpperQuartileValue Property
                • LowerQuartileValue Property
                • MaximumValue Property
                • MedianValue Property
                • MinimumValue Property
                • UpperQuartileValue Property
            • ChartDataObject
              • Overview
              • Members
              • ChartDataObject Constructor
                • ChartDataObject Constructor()
                • ChartDataObject Constructor(IEnumerable<SeriesInfo>)
              • Properties
                • SeriesInfo Property
            • ChartDataObjectBase
              • Overview
              • Members
              • ChartDataObjectBase Constructor
              • Properties
                • ShowVisibilityCheckboxes Property
            • CompositeSeriesInfo
              • Overview
              • Members
              • CompositeSeriesInfo Constructor
              • Methods
                • SetCompositeSeriesInfo Method
              • Properties
                • RenderableSeries Property
                • SeriesInfoCollection Property
            • DataColumnInfo
              • Overview
              • Members
              • DataColumnInfo Constructor
              • Methods
                • GetLastDataValue Method
              • Properties
                • ColorSource Property
                • DataColumnName Property
                • HitTestValue Property
                • LastDataValue Property
                • RenderableSeries Property
            • HeatmapSeriesInfo
              • Overview
              • Members
              • HeatmapSeriesInfo Constructor
              • Properties
                • CellColor Property
                • FormattedZValue Property
                • XIndex Property
                • YIndex Property
            • HlcSeriesInfo
              • Overview
              • Members
              • HlcSeriesInfo Constructor
              • Properties
                • CloseValue Property
                • FormattedCloseValue Property
                • FormattedHighValue Property
                • FormattedLowValue Property
                • HighValue Property
                • LowValue Property
            • OhlcSeriesInfo
              • Overview
              • Members
              • OhlcSeriesInfo Constructor
              • Properties
                • FormattedOpenValue Property
                • OpenValue Property
            • OneHundredPercentStackedSeriesInfo
              • Overview
              • Members
              • OneHundredPercentStackedSeriesInfo Constructor
              • Properties
                • Percentage Property
            • RadarChartDataObject
              • Overview
              • Members
              • RadarChartDataObject Constructor
                • RadarChartDataObject Constructor()
                • RadarChartDataObject Constructor(IEnumerable<RadarSeriesInfo>)
              • Properties
                • SeriesInfo Property
            • RadarSeriesInfo
              • Overview
              • Members
              • RadarSeriesInfo Constructor
              • Properties
                • AxisTitle Property
                • ClosestDataPoint Property
                • Fill Property
                • FormattedDataValue Property
                • IsFilled Property
                • IsSelected Property
                • PointMarker Property
                • RenderableSeries Property
                • SeriesName Property
                • Stroke Property
                • StrokeThickness Property
                • XyCoordinate Property
            • SeriesInfo
              • Overview
              • Members
              • SeriesInfo Constructor
                • SeriesInfo Constructor(IRenderableSeries)
                • SeriesInfo Constructor(IRenderableSeries,HitTestInfo)
              • Methods
                • Clone Method
                • GetXCursorFormattedValue Method
                • GetYCursorFormattedValue Method
              • 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
              • Overview
              • Members
              • StripeSeriesInfo Constructor
              • Properties
                • FormattedX1Value Property
                • FormattedY1Value Property
                • X1Value Property
                • Y1Value Property
            • TernarySeriesInfo
              • Overview
              • Members
              • TernarySeriesInfo Constructor
              • Methods
                • GetXCursorFormattedValue Method
                • GetYCursorFormattedValue Method
                • GetZCursorFormattedValue Method
              • Properties
                • FormattedXValue Property
                • FormattedYValue Property
                • FormattedZValue Property
            • XySeriesInfo
              • Overview
              • Members
              • XySeriesInfo Constructor
            • XyStackedSeriesInfo
              • Overview
              • Members
              • XyStackedSeriesInfo Constructor
              • Properties
                • AccumulatedValue Property
            • XyzSeriesInfo
              • Overview
              • Members
              • XyzSeriesInfo Constructor
              • Properties
                • ZValue Property
          • Interfaces
            • IRadarSeriesInfo
              • Overview
              • Members
              • Properties
                • AxisTitle Property
                • ClosestDataPoint Property
                • Fill Property
                • FormattedDataValue Property
                • IsSelected Property
                • PointMarker Property
                • RenderableSeries Property
                • SeriesName Property
                • Stroke Property
                • StrokeThickness Property
                • XyCoordinate Property
        • SciChart.Charting.Model.ChartSeries Namespace
          • Overview
          • Classes
            • AnchorPointAnnotationViewModel
              • Overview
              • Members
              • AnchorPointAnnotationViewModel Constructor
              • Properties
                • HorizontalAnchorPoint Property
                • VerticalAnchorPoint Property
            • AnnotationsSourceCollection
              • Overview
              • Members
              • AnnotationsSourceCollection Constructor
            • AxesSourceCollection
              • Overview
              • Members
              • AxesSourceCollection Constructor
              • Methods
                • ForceResources Method
                • InsertElement Method
            • AxesSynchronizationManager
              • Overview
              • Members
              • Methods
                • AddAxesToSync Method
                • RemoveAxisFromSync Method
            • AxisBaseViewModel
              • Overview
              • Members
              • AxisBaseViewModel Constructor
              • Methods
                • AddToSync Method
                • OnVisibleRangeChanged Method
                • RemoveAxisFromSync Method
              • 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
                • VisibleRangeChanged Event
            • 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
              • Overview
              • Members
              • AxisMarkerAnnotationViewModel Constructor
              • Properties
                • Background Property
                • BorderBrush Property
                • BorderThickness Property
                • FontFamily Property
                • FontSize Property
                • FontWeight Property
                • FormattedValue Property
                • MarkerPointWidth Property
                • Padding Property
                • ViewType Property
            • AxisSynchronizationHelper
              • Overview
              • Members
              • AxisSynchronizationHelper Constructor
              • Methods
                • AppendAxis Method
                • Clear Method
                • IsAxisForSynchronizing Method
                • IsLazy Method
                • RemoveAxis Method
                • Union Method
                • UnsubscribeAllViewModels Method
            • BandRenderableSeriesViewModel
              • Overview
              • Members
              • BandRenderableSeriesViewModel Constructor
              • Properties
                • Fill Property
                • FillY1 Property
                • StrokeDashArrayY1 Property
                • StrokeY1 Property
                • ViewType Property
            • 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
                • DragDelta Event
                • DragEnded Event
                • DragStarted Event
                • IsHiddenChanged Event
                • Selected Event
                • Unselected Event
            • BaseColumnRenderableSeriesViewModel
              • Overview
              • Members
              • BaseColumnRenderableSeriesViewModel Constructor
              • Properties
                • DataPointWidth Property
                • Fill Property
                • FillBrushMappingMode Property
                • UseUniformWidth Property
            • BaseHeatmapRenderableSeriesViewModel
              • Overview
              • Members
              • BaseHeatmapRenderableSeriesViewModel Constructor
              • Properties
                • AlternateTextColor Property
                • CellFontSize Property
                • CellTextForeground Property
                • CellTextFormatting Property
                • ColorMap Property
                • DrawTextInCell Property
                • UseAlternateTextColor Property
                • UseLinearTextureFiltering Property
            • BaseMountainRenderableSeriesViewModel
              • Overview
              • Members
              • BaseMountainRenderableSeriesViewModel Constructor
              • Properties
                • Fill Property
            • BaseRenderableSeriesViewModel
              • Overview
              • Members
              • BaseRenderableSeriesViewModel Constructor
              • Methods
                • OnSelectionChanged Method
              • 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
                • SelectionChanged Event
            • BaseSciChartElementViewModel
              • Overview
              • Members
              • BaseSciChartElementViewModel Constructor
              • Methods
                • OnPropertyChanged Method
                • SetValue<T> Method
                • ToString Method
              • Properties
                • StyleKey Property
                • Tag Property
                • ViewType Property
              • Events
                • PropertyChanged Event
            • BoxAnnotationViewModel
              • Overview
              • Members
              • BoxAnnotationViewModel Constructor
              • Properties
                • Background Property
                • BorderBrush Property
                • BorderThickness Property
                • CornerRadius Property
                • Margin Property
                • ViewType Property
            • BoxPlotRenderableSeriesViewModel
              • Overview
              • Members
              • BoxPlotRenderableSeriesViewModel Constructor
              • Properties
                • DataPointWidth Property
                • Fill Property
                • ViewType Property
            • BubbleRenderableSeriesViewModel
              • Overview
              • Members
              • BubbleRenderableSeriesViewModel Constructor
              • Properties
                • ApplyAreaSizingInsteadOfRadius Property
                • AutoZRange Property
                • BubbleColor Property
                • MaxBubbleSizeInPixels Property
                • ViewType Property
                • ZScaleFactor Property
            • CandlestickRenderableSeriesViewModel
              • Overview
              • Members
              • CandlestickRenderableSeriesViewModel Constructor
              • Properties
                • DataPointWidth Property
                • FillDown Property
                • FillUp Property
                • StrokeDown Property
                • StrokeUp Property
                • ViewType Property
            • CategoryDateTimeAxisViewModel
              • Overview
              • Members
              • CategoryDateTimeAxisViewModel Constructor
              • Properties
                • BarTimeFrame Property
                • ShowAxisOffsets Property
                • SubDayTextFormatting Property
                • ViewType Property
            • CategoryNumericAxisViewModel
              • Overview
              • Members
              • CategoryNumericAxisViewModel Constructor
              • Properties
                • ShowAxisOffsets Property
                • ViewType Property
            • ChartSeriesViewModel
              • Overview
              • Members
              • ChartSeriesViewModel Constructor
              • Properties
                • DataSeries Property
                • RenderSeries Property
            • ColumnRenderableSeriesViewModel
              • Overview
              • Members
              • ColumnRenderableSeriesViewModel Constructor
              • Properties
                • DataPointWidthMode Property
                • ViewType Property
            • CompositeAnnotationViewModel
              • Overview
              • Members
              • CompositeAnnotationViewModel Constructor
              • Properties
                • Annotations Property
                • ViewType Property
            • CustomAnnotationViewModel
              • Overview
              • Members
              • CustomAnnotationViewModel Constructor
              • Properties
                • ViewType Property
            • DateTimeAxisViewModel
              • Overview
              • Members
              • DateTimeAxisViewModel Constructor
              • Properties
                • SubDayTextFormatting Property
                • ViewType Property
            • DiscontiniousDateTimeAxisViewModel
              • Overview
              • Members
              • DiscontiniousDateTimeAxisViewModel Constructor
              • Properties
                • Calendar Property
                • ViewType Property
            • DoubleScaleDiscontinuousDateTimeAxisViewModel
              • Overview
              • Members
              • DoubleScaleDiscontinuousDateTimeAxisViewModel Constructor
              • Properties
                • AxisBandsFrequency Property
                • DrawAxisScaleBands Property
                • TopScaleLabelProvider Property
                • ViewType Property
            • DoubleScaleNumericAxisViewModel
              • Overview
              • Members
              • DoubleScaleNumericAxisViewModel Constructor
              • Properties
                • AxisBandsFrequency Property
                • BottomScaleLabelProvider Property
                • DrawAxisScaleBands Property
                • ViewType Property
            • ErrorBarsRenderableSeriesViewModel
              • Overview
              • Members
              • ErrorBarsRenderableSeriesViewModel Constructor
              • Properties
                • DataPointWidth Property
                • DataPointWidthMode Property
                • ErrorDirection Property
                • ViewType Property
            • ExtremeScatterRenderableSeriesViewModel
              • Overview
              • Members
              • ExtremeScatterRenderableSeriesViewModel Constructor
              • Properties
                • ResamplingMode Property
                • ViewType Property
            • HistobarRenderableSeriesViewModel
              • Overview
              • Members
              • HistobarRenderableSeriesViewModel Constructor
              • Properties
                • HistogramMode Property
                • HorizontalBarSpacing Property
                • MarketProfileSeriesHelper Property
                • MaxHistoBarCandles Property
                • TickSize Property
                • VerticalBarSpacing Property
                • ViewType Property
            • HorizontalLineAnnotationViewModel
              • Overview
              • Members
              • HorizontalLineAnnotationViewModel Constructor
              • Properties
                • HorizontalAlignment Property
                • ViewType Property
                • YDragStep Property
            • ImpulseRenderableSeriesViewModel
              • Overview
              • Members
              • ImpulseRenderableSeriesViewModel Constructor
              • Properties
                • ViewType Property
            • IndexDateTimeAxisViewModel
              • Overview
              • Members
              • IndexDateTimeAxisViewModel Constructor
              • Properties
                • IndexDataProvider Property
                • ViewType Property
            • IndexNumericAxisViewModel
              • Overview
              • Members
              • IndexNumericAxisViewModel Constructor
              • Properties
                • IndexDataProvider Property
                • ViewType Property
            • LineAnnotationBaseViewModel
              • Overview
              • Members
              • LineAnnotationBaseViewModel Constructor
              • Properties
                • Stroke Property
                • StrokeDashArray Property
                • StrokeEndLineCap Property
                • StrokeStartLineCap Property
                • StrokeThickness Property
            • LineAnnotationViewModel
              • Overview
              • Members
              • LineAnnotationViewModel Constructor
              • Properties
                • ViewType Property
            • LineAnnotationWithLabelsBaseViewModel
              • Overview
              • Members
              • LineAnnotationWithLabelsBaseViewModel Constructor
              • Properties
                • AnnotationLabels Property
                • FontFamily Property
                • FontSize Property
                • FontWeight Property
                • LabelPlacement Property
                • LabelTextFormatting Property
                • LabelValue Property
                • ShowLabel Property
            • LineArrowAnnotationViewModel
              • Overview
              • Members
              • LineArrowAnnotationViewModel Constructor
              • Properties
                • HeadLength Property
                • HeadWidth Property
                • ViewType Property
            • LineRenderableSeriesViewModel
              • Overview
              • Members
              • LineRenderableSeriesViewModel Constructor
              • Properties
                • ViewType Property
            • LogarithmicNumericAxisViewModel
              • Overview
              • Members
              • LogarithmicNumericAxisViewModel Constructor
              • Properties
                • EnableHighPrecisionTicks Property
                • LogarithmicBase Property
                • ShowAxisOffsets Property
                • ViewType Property
            • MarketProfileRenderableSeriesViewModel
              • Overview
              • Members
              • MarketProfileRenderableSeriesViewModel Constructor
              • Properties
                • FillAsk Property
                • FillBid Property
                • MarketProfileSeriesHelper Property
                • MarketProfileWidth Property
                • StrokeAsk Property
                • StrokeBid Property
                • TickSize Property
                • VerticalBarOffset Property
                • ViewType Property
            • MountainRenderableSeriesViewModel
              • Overview
              • Members
              • MountainRenderableSeriesViewModel Constructor
              • Properties
                • ViewType Property
            • NegativeLogarithmicAxisViewModel
              • Overview
              • Members
              • NegativeLogarithmicAxisViewModel Constructor
              • Properties
                • ViewType Property
            • NonUniformHeatmapRenderableSeriesViewModel
              • Overview
              • Members
              • NonUniformHeatmapRenderableSeriesViewModel Constructor
              • Properties
                • ViewType Property
            • NumericAxisViewModel
              • Overview
              • Members
              • NumericAxisViewModel Constructor
              • Properties
                • ScientificNotation Property
                • ViewType Property
            • OhlcRenderableSeriesViewModel
              • Overview
              • Members
              • OhlcRenderableSeriesViewModel Constructor
              • Properties
                • DataPointWidth Property
                • ResamplingMode Property
                • StrokeDown Property
                • StrokeUp Property
                • ViewType Property
            • PolarUniformHeatmapRenderableSeriesViewModel
              • Overview
              • Members
              • PolarUniformHeatmapRenderableSeriesViewModel Constructor
              • Properties
                • ColorMap Property
                • TextFormatting Property
                • UseLinearTextureFiltering Property
                • ViewType Property
            • PolarXAxisViewModel
              • Overview
              • Members
              • PolarXAxisViewModel Constructor
              • Properties
                • RotationAngle Property
                • ViewType Property
            • PolarYAxisViewModel
              • Overview
              • Members
              • PolarYAxisViewModel Constructor
              • Properties
                • Angle Property
                • ViewType Property
            • RadarAxisViewModel
              • Overview
              • Members
              • RadarAxisViewModel Constructor
              • Properties
                • AxisAngle Property
                • AxisLength Property
                • AxisLineStyleKey Property
                • DrawAxisLine Property
                • GridLinesType Property
                • ViewType Property
            • 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
              • Overview
              • Members
              • RadarRenderableSeriesSourceCollection Constructor
            • RenderableSeriesSourceCollection
              • Overview
              • Members
              • RenderableSeriesSourceCollection Constructor
            • 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
                • ParentSurface Property
              • Fields
                • _resourceDictionary Field
                • StyleKeyProperty Field
            • StackedColumnRenderableSeriesViewModel
              • Overview
              • Members
              • StackedColumnRenderableSeriesViewModel Constructor
              • Properties
                • IsOneHundredPercent Property
                • LabelColor Property
                • LabelFontSize Property
                • LabelTextFormatting Property
                • ShowLabel Property
                • Spacing Property
                • SpacingMode Property
                • StackedGroupId Property
                • ViewType Property
            • StackedMountainRenderableSeriesViewModel
              • Overview
              • Members
              • StackedMountainRenderableSeriesViewModel Constructor
              • Properties
                • IsOneHundredPercent Property
                • StackedGroupId Property
                • ViewType Property
            • StripeRenderableSeriesViewModel
              • Overview
              • Members
              • StripeRenderableSeriesViewModel Constructor
              • Properties
                • Fill Property
                • LabelColor Property
                • LabelFontSize Property
                • LabelMinWidth Property
                • PointLabelProvider Property
                • ViewType Property
            • TextAnnotationViewModel
              • Overview
              • Members
              • TextAnnotationViewModel Constructor
              • Properties
                • Background Property
                • CornerRadius Property
                • FontFamily Property
                • FontSize Property
                • FontWeight Property
                • Text Property
                • TextAlignment Property
                • TextStretch Property
                • ViewType Property
            • TimeSpanAxisViewModel
              • Overview
              • Members
              • TimeSpanAxisViewModel Constructor
              • Properties
                • ViewType Property
            • UniformContourRenderableSeriesViewModel
              • Overview
              • Members
              • UniformContourRenderableSeriesViewModel Constructor
              • Properties
                • ColorMap Property
                • ColorMapMode Property
                • DrawingMode Property
                • MajorLineStyle Property
                • MinorLineStyle Property
                • MinorsPerMajor Property
                • ViewType Property
                • ZMax Property
                • ZMin Property
                • ZStep Property
            • UniformHeatmapRenderableSeriesViewModel
              • Overview
              • Members
              • UniformHeatmapRenderableSeriesViewModel Constructor
              • Properties
                • AutoPeakDetection Property
                • PeakDetector Property
                • ViewType Property
            • VerticalLineAnnotationViewModel
              • Overview
              • Members
              • VerticalLineAnnotationViewModel Constructor
              • Properties
                • LabelsOrientation Property
                • VerticalAlignment Property
                • ViewType Property
            • VolumeCandlestickRenderableSeriesViewModel
              • Overview
              • Members
              • VolumeCandlestickRenderableSeriesViewModel Constructor
              • Properties
                • DataPointWidth Property
                • FillDown Property
                • FillUp Property
                • FontSize Property
                • Foreground Property
                • ResamplingMode Property
                • StrokeDown Property
                • StrokeUp Property
                • TextFormatting Property
                • VerticalBarSpacing Property
                • ViewType Property
                • ZeroLineStyle Property
            • XyScatterRenderableSeriesViewModel
              • Overview
              • Members
              • XyScatterRenderableSeriesViewModel Constructor
              • Properties
                • DoClusterResampling Property
                • ViewType Property
          • 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
                • DragDelta Event
                • DragEnded Event
                • DragStarted Event
                • IsHiddenChanged Event
                • Selected Event
                • Unselected Event
            • 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
                • VisibleRangeChanged Event
            • IChartSeriesViewModel
              • Overview
              • Members
              • Properties
                • DataSeries Property
                • RenderSeries Property
            • IRadarPolygonRenderableSeriesViewModel
              • Overview
              • Members
              • 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
            • IRenderableSeriesViewModel
              • Overview
              • Members
              • Properties
                • AntiAliasing Property
                • DataSeries Property
                • IsSelected Property
                • IsVisible Property
                • PaletteProvider Property
                • ResamplingMode Property
                • Stroke Property
                • StrokeDashArray Property
                • StrokeThickness Property
                • XAxisId Property
                • YAxisId Property
            • ISciChartElementViewModel
              • Overview
              • Members
              • Properties
                • StyleKey Property
                • Tag Property
                • ViewType Property
        • SciChart.Charting.Model.DataSeries Namespace
          • Overview
          • Classes
            • BaseDataDistributionCalculator<TX,TY>
              • Overview
              • Members
              • BaseDataDistributionCalculator<TX,TY> Constructor
              • Methods
                • Clear Method
                • OnAppend Method
                • OnInsert Method
                • OnRemove Method
                • OnUpdate Method
              • Properties
                • DataContainsBoundaryValues Property
                • DataContainsNaN Property
                • DataIsEvenlySpaced Property
                • DataIsSortedAscending Property
                • MinXSpacing Property
            • BoxPlotDataSeries<TAllPoints>
              • Overview
              • Members
              • BoxPlotDataSeries<TAllPoints> Constructor
            • 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
                • DataSeriesType Property
                • HasValues Property
                • LowerQuartileValues Property
                • MaximumValues Property
                • MedianValues Property
                • MinimumValues Property
                • UpperQuartileValues Property
                • YRange Property
            • BoxPointSeries
              • Overview
              • Members
              • BoxPointSeries Constructor
              • Methods
                • Clear Method
                • EnsureCapacity Method
                • GetYRange Method
                • Resize Method
              • Properties
                • LowerValues Property
                • MaxValues Property
                • MinValues Property
                • UpperValues Property
            • CandlestickMetaData
              • Overview
              • Members
              • CandlestickMetaData Constructor
              • Methods
                • AddTick Method
              • Properties
                • IsSelected Property
              • Events
                • PropertyChanged Event
            • DataSeries<TX,TY>
              • Overview
              • Members
              • DataSeries<TX,TY> Constructor
              • Methods
                • Append Method
                  • Append(TX,TY[]) Method
                  • Append(IEnumerable<TX>,IEnumerable<TY>[]) Method
                • AppendMetadata Method
                  • AppendMetadata(IPointMetadata) Method
                  • AppendMetadata(IEnumerable<IPointMetadata>) 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
                • _metaColumn Field
                • _resamplerLock Field
                • _xColumn Field
                • _yColumn Field
                • XMath Field
                • YMath Field
              • Events
                • DataSeriesChanged Event
            • DataSeriesChangedEventArgs
              • Overview
              • Members
              • DataSeriesChangedEventArgs Constructor
                • DataSeriesChangedEventArgs Constructor(DataSeriesUpdate)
                • DataSeriesChangedEventArgs Constructor(DataSeriesUpdate,DataSeriesAction,Int32,Int32)
              • Methods
                • Equals Method
                  • Equals(DataSeriesChangedEventArgs) Method
                  • Equals(Object) Method
                • GetHashCode Method
              • Properties
                • ChangedItemsCount Property
                • DataSeriesAction Property
                • DataSeriesUpdate Property
                • StartIndex Property
            • DataSeriesExtensions
              • Overview
              • Members
              • Methods
                • Remove<TX,TY> Method
                • ToPointSeries Method
                • Update Method
                  • Update<TX,TY>(IXyDataSeries<TX,TY>,TX,TY) Method
                  • Update<TX,TY>(IXyyDataSeries<TX,TY>,TX,TY,TY) Method
                  • Update<TX,TY>(IHlcDataSeries<TX,TY>,TX,TY,TY,TY) Method
                  • Update<TX,TY>(IOhlcDataSeries<TX,TY>,TX,TY,TY,TY,TY) Method
                  • Update<TX,TY,TZ>(IXyzDataSeries<TX,TY,TZ>,TX,TY,TZ) Method
            • DoubleToColorMappingSettings
              • Overview
              • Members
              • DoubleToColorMappingSettings Constructor
              • Methods
                • Equals Method
                • GetHashCode Method
            • HlcDataSeries<TAllPoints>
              • Overview
              • Members
              • HlcDataSeries<TAllPoints> Constructor
            • 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
                  • GetHighLowValuesRange(IRange,Boolean,Boolean) Method
                  • GetHighLowValuesRange(Boolean,Boolean) Method
                • GetYMaxAt Method
                • GetYMinAt Method
                • Insert Method
                  • Insert(Int32,TX,TY,TY,TY) Method
                  • Insert(Int32,TX,TY,TY,TY,IPointMetadata) 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
                  • Update(Int32,TY,TY,TY,IPointMetadata) Method
                  • Update(Int32,TY,TY,TY) Method
              • Properties
                • DataSeriesType Property
                • HasValues Property
                • HighValues Property
                • LowValues Property
                • YRange Property
            • HlcPointSeries
              • Overview
              • Members
              • HlcPointSeries Constructor
              • Methods
                • Clear Method
                • EnsureCapacity Method
                • GetYRange Method
                • Resize Method
              • Properties
                • CloseValues Property
                • HighValues Property
                • LowValues Property
            • OhlcDataSeries<TAllPoints>
              • Overview
              • Members
              • OhlcDataSeries<TAllPoints> Constructor
            • 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
                  • Insert(Int32,TX,TY,TY,TY,TY) Method
                  • Insert(Int32,TX,TY,TY,TY,TY,IPointMetadata) 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
                  • Update(Int32,TY,TY,TY,TY,IPointMetadata) Method
                  • Update(Int32,TY,TY,TY,TY) Method
              • Properties
                • CloseValues Property
                • DataSeriesType Property
                • HasValues Property
                • HighValues Property
                • LowValues Property
                • OpenValues Property
                • YRange Property
            • OhlcPointSeries
              • Overview
              • Members
              • OhlcPointSeries Constructor
              • Methods
                • Clear Method
                • EnsureCapacity Method
                • GetYRange Method
                • Resize Method
              • Properties
                • OpenValues Property
            • RadarPointViewModel
              • Overview
              • Members
              • RadarPointViewModel Constructor
              • Properties
                • AxisId Property
                • DataValue Property
                • IsSelected Property
            • StripeDataSeries<TXY>
              • Overview
              • Members
              • StripeDataSeries<TXY> Constructor
                • StripeDataSeries<TXY> Constructor(TXY[],TXY[])
                • StripeDataSeries<TXY> Constructor(TXY[],TXY[],TXY,TXY)
                • StripeDataSeries<TXY> Constructor(TXY[],TXY[],IPointMetadata[])
                • StripeDataSeries<TXY> Constructor(TXY[],TXY[],TXY,TXY,IPointMetadata[])
            • 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
                • XMath Field
                • YMath Field
              • Events
                • DataSeriesChanged Event
            • StripeValue<TX>
              • Overview
              • Members
              • StripeValue<TX> Constructor
              • Properties
                • X Property
                • X1 Property
            • 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
                • DoesYDataContainBoundaryValues Property
                • DoesYDataContainNaN Property
                • ExpectedYMax Property
                • ExpectedYMin Property
            • 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
                  • Insert(Int32,TY) Method
                  • Insert(Int32,TY,IPointMetadata) 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
                  • Reset(IEnumerable<TY>) Method
                  • Reset(IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
                • ResumeUpdates Method
                • SuspendUpdates Method
                • ToHitTestInfo Method
                • ToPointSeries Method
                • Update Method
                  • Update(Int32,IList<TY>,Int32,Int32) Method
                  • Update(Int32,TY) Method
                  • Update(Int32,TY,IPointMetadata) 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
                • YMath Field
              • Events
                • DataSeriesChanged Event
            • UserDefinedDistributionCalculator<TX,TY>
              • Overview
              • Members
              • UserDefinedDistributionCalculator<TX,TY> Constructor
              • Methods
                • OnAppend Method
                • OnInsert Method
                • OnRemove Method
                • OnUpdate Method
              • Properties
                • ContainsBoundaryValues Property
                • ContainsNaN Property
                • IsEvenlySpaced Property
                • IsSortedAscending Property
            • XyDataSeries<TAllPoints>
              • Overview
              • Members
              • XyDataSeries<TAllPoints> Constructor
                • XyDataSeries<TAllPoints> Constructor(Int32)
                • XyDataSeries<TAllPoints> Constructor()
                • XyDataSeries<TAllPoints> Constructor(TAllPoints[],TAllPoints[],Boolean,Nullable<DataDistributionArgs>)
            • 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
                  • Insert(Int32,TX,TY) Method
                  • Insert(Int32,TX,TY,IPointMetadata) 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
                  • Update(Int32,TY,IPointMetadata) Method
                  • Update(Int32,TY) Method
              • Properties
                • Capacity Property
                • DataSeriesType Property
                • HasValues Property
            • XyyDataSeries<T>
              • Overview
              • Members
              • XyyDataSeries<T> Constructor
            • 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
                  • Insert(Int32,TX,TY,TY) Method
                  • Insert(Int32,TX,TY,TY,IPointMetadata) 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
                  • Update(Int32,TY,TY,IPointMetadata) Method
                  • Update(Int32,TY,TY) Method
              • Properties
                • DataSeriesType Property
                • HasValues Property
                • Y1Values Property
                • YRange Property
            • XyzDataSeries<TAllPoints>
              • Overview
              • Members
              • XyzDataSeries<TAllPoints> Constructor
            • 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
                  • Insert(Int32,TX,TY,TZ) Method
                  • Insert(Int32,TX,TY,TZ,IPointMetadata) 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
                  • Update(Int32,TY,TZ,IPointMetadata) Method
                  • Update(Int32,TY,TZ) Method
              • Properties
                • DataSeriesType Property
                • HasValues Property
                • ZValues Property
              • Fields
                • _zColumn Field
            • XyzPointSeries
              • Overview
              • Members
              • XyzPointSeries Constructor
              • Methods
                • Clear Method
                • EnsureCapacity Method
                • GetYRange Method
                • Resize Method
              • Properties
                • ZPoints Property
          • Enumerations
            • DataSeriesAction
            • DataSeriesColumn
            • DataSeriesType
            • DataSeriesUpdate
            • RangeMode
          • Structures
            • DataDistributionArgs
              • Overview
              • Members
              • Properties
                • DoesDataContainBoundaryValues Property
                • DoesDataContainNaN Property
                • IsDataEvenlySpaced Property
                • IsDataSortedAscending Property
            • OhlcSeriesPoint
              • Overview
              • Members
              • OhlcSeriesPoint Constructor
              • Properties
                • Close Property
                • High Property
                • Index Property
                • Low Property
                • Open Property
                • X Property
          • Interfaces
            • IBoxPlotDataSeries
              • Overview
              • Members
              • Properties
                • LowerQuartileValues Property
                • MaximumValues Property
                • MedianValues Property
                • MinimumValues Property
                • UpperQuartileValues Property
            • IBoxPlotDataSeries<TX,TY>
              • Overview
              • Members
              • Properties
                • LowerQuartileValues Property
                • MaximumValues Property
                • MedianValues Property
                • MinimumValues Property
                • UpperQuartileValues Property
            • IDataDistributionCalculator<TX,TY>
              • Overview
              • Members
              • Methods
                • Clear Method
                • OnAppend Method
                • OnInsert Method
                • OnRemove Method
                • OnUpdate Method
              • Properties
                • MinXSpacing Property
            • IDataDistributionProvider
              • Overview
              • Members
              • Properties
                • DataContainsBoundaryValues Property
                • DataContainsNaN Property
                • DataIsEvenlySpaced Property
                • DataIsSortedAscending Property
            • 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
                • DataSeriesChanged Event
            • IDataSeries<TX,TY>
              • Overview
              • Members
              • Methods
                • Append Method
                  • Append(TX,TY[]) Method
                  • Append(IEnumerable<TX>,IEnumerable<TY>[]) Method
                • Clone Method
                • GetYMaxAt Method
                • GetYMinAt Method
                • RemoveAt Method
                • RemoveRange Method
              • Properties
                • DataDistributionCalculator Property
                • XValues Property
                • YValues Property
            • IHeatmap2DArrayDataSeries
              • Overview
              • Members
              • Methods
                • GetArray2D Method
                • ToHitTestInfo Method
              • Properties
                • ArrayHeight Property
                • ArrayWidth Property
            • IHlcDataSeries
              • Overview
              • Members
              • Methods
                • GetCloseValuesRange Method
                • GetHighLowValuesRange Method
                  • GetHighLowValuesRange(Boolean,Boolean) Method
                  • GetHighLowValuesRange(IRange,Boolean,Boolean) Method
              • Properties
                • HighValues Property
                • LowValues Property
            • 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
                  • Insert(Int32,TX,TY,TY,TY) Method
                  • Insert(Int32,TX,TY,TY,TY,IPointMetadata) 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
                  • Update(Int32,TY,TY,TY) Method
                  • Update(Int32,TY,TY,TY,IPointMetadata) Method
              • Properties
                • HighValues Property
                • LowValues Property
            • IOhlcDataSeries
              • Overview
              • Members
              • Properties
                • CloseValues Property
                • HighValues Property
                • LowValues Property
                • OpenValues Property
            • 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
                  • Insert(Int32,TX,TY,TY,TY,TY) Method
                  • Insert(Int32,TX,TY,TY,TY,TY,IPointMetadata) 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
                  • Update(Int32,TY,TY,TY,TY) Method
                  • Update(Int32,TY,TY,TY,TY,IPointMetadata) Method
              • Properties
                • CloseValues Property
                • HighValues Property
                • LowValues Property
                • OpenValues Property
            • IPointMetadata
              • Overview
              • Members
              • Properties
                • IsSelected Property
            • IRadarPointViewModel
              • Overview
              • Members
              • Properties
                • AxisId Property
                • DataValue Property
                • IsSelected Property
            • IStripeDataSeries
              • Overview
              • Members
              • Properties
                • X1Values Property
            • IStripeDataSeries<TX,TY>
              • Overview
              • Members
              • Properties
                • Item Property
                • X1Values Property
                • XValues Property
                • Y1Value Property
                • YValue Property
            • IUniformXyDataSeries
              • Overview
              • Members
              • Methods
                • GetXValue Method
              • Properties
                • XStart Property
                • XStep Property
            • 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
                  • Insert(Int32,TY) Method
                  • Insert(Int32,TY,IPointMetadata) Method
                • InsertRange Method
                  • InsertRange(Int32,IEnumerable<TY>) Method
                  • InsertRange(Int32,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
                • RemoveAt Method
                • RemoveRange Method
                • Reset Method
                  • Reset(IEnumerable<TY>) Method
                  • Reset(IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
                • Update Method
                  • Update(Int32,IList<TY>,Int32,Int32) Method
                  • Update(Int32,TY) Method
                  • Update(Int32,TY,IPointMetadata) Method
              • Properties
                • Item Property
                • Metadata Property
                • YValues Property
            • IXyDataSeries
              • Overview
              • Members
            • 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
                  • Insert(Int32,TX,TY) Method
                  • Insert(Int32,TX,TY,IPointMetadata) Method
                • InsertRange Method
                  • InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>) Method
                  • InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<IPointMetadata>) Method
                • Update Method
                  • Update(Int32,TY) Method
                  • Update(Int32,TY,IPointMetadata) Method
            • IXyyDataSeries
              • Overview
              • Members
              • Properties
                • Y1Values Property
            • IXyyDataSeries<TX,TY>
              • Overview
              • Members
              • Methods
                • Append Method
                  • Append(TX,TY,TY) Method
                  • Append(IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TY>) Method
                • Insert Method
                • InsertRange Method
                • Update Method
              • Properties
                • Y1Values Property
            • IXyzDataSeries
              • Overview
              • Members
              • Properties
                • ZValues Property
            • 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
                  • Insert(Int32,TX,TY,TZ) Method
                  • Insert(Int32,TX,TY,TZ,IPointMetadata) 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
                  • Update(Int32,TY,TZ) Method
                  • Update(Int32,TY,TZ,IPointMetadata) Method
              • Properties
                • ZValues Property
        • SciChart.Charting.Model.DataSeries.Heatmap2DArrayDataSeries Namespace
          • Overview
          • Classes
            • BaseHeatmapDataSeries<TX,TY,TZ>
              • Overview
              • Members
              • BaseHeatmapDataSeries<TX,TY,TZ> Constructor
              • Methods
                • Append Method
                  • Append(TX,TY[]) Method
                  • Append(IEnumerable<TX>,IEnumerable<TY>[]) Method
                • Clear Method
                • Clone Method
                • DecrementSuspend Method
                • FindClosestLine Method
                • FindClosestPoint Method
                • FindIndex Method
                • GetXIndex Method
                  • GetXIndex(TX) Method
                  • GetXIndex(Double,Boolean) Method
                • GetXIndicesRange Method
                • GetXRange Method
                • GetXValue Method
                • GetXValues Method
                • GetYIndex Method
                  • GetYIndex(TY) Method
                  • GetYIndex(Double,Boolean) 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
                • DataSeriesChanged Event
            • EmptyPointSeriesImplementation<TX,TY,TZ>
              • Overview
              • Members
              • EmptyPointSeriesImplementation<TX,TY,TZ> Constructor
              • Methods
                • ApplyYCalc Method
                • Clear Method
                • Concat Method
                • GetXRange Method
                • GetYRange Method
              • Properties
                • Capacity Property
                • Count Property
                • Indexes Property
                • OriginalXType Property
                • OriginalYType Property
                • XRange Property
                • XValues Property
                • YValues Property
            • NonUniformHeatmapDataSeries<T>
              • Overview
              • Members
              • NonUniformHeatmapDataSeries<T> Constructor
            • NonUniformHeatmapDataSeries<TX,TY,TZ>
              • Overview
              • Members
              • NonUniformHeatmapDataSeries<TX,TY,TZ> Constructor
              • Methods
                • Clear Method
                • GetXIndex Method
                  • GetXIndex(Double,Boolean) Method
                • GetXRange Method
                • GetXValue Method
                • GetXValues Method
                • GetYIndex Method
                  • GetYIndex(Double,Boolean) Method
                • GetYRange Method
                • GetYValue Method
                • GetYValues Method
              • Properties
                • XOffsets Property
                • YOffsets Property
            • UniformHeatmapDataSeries<TX,TY,TZ>
              • Overview
              • Members
              • UniformHeatmapDataSeries<TX,TY,TZ> Constructor
              • Methods
                • Clear Method
                • GetXIndex Method
                  • GetXIndex(Double,Boolean) Method
                • GetXRange Method
                • GetXValue Method
                • GetXValues Method
                • GetYIndex Method
                  • GetYIndex(Double,Boolean) Method
                • GetYRange Method
                • GetYValue Method
                • GetYValues Method
          • Interfaces
            • IHeatmapDataSeries
              • Overview
              • Members
              • Methods
                • GetXIndex Method
                • GetXIndicesRange Method
                • GetXValue Method
                • GetYIndex Method
                • GetYIndicesRange Method
                • GetYValue Method
                • GetZValue Method
                • ToHitTestInfo Method
                • UpdateZValue Method
              • Properties
                • ArrayHeight Property
                • ArrayWidth Property
                • Metadata Property
                • ZType Property
            • IUniformHeatmapDataSeries
              • Overview
              • Members
              • Properties
                • XStart Property
                • XStep Property
                • YStart Property
                • YStep Property
        • SciChart.Charting.Model.DataSeries.UniformXyDataSeries Namespace
          • Overview
        • SciChart.Charting.Model.Filters Namespace
          • Overview
          • Classes
            • FilterBase
              • Overview
              • Members
              • FilterBase Constructor
                • FilterBase Constructor(IDataSeries)
                • FilterBase Constructor(IUniformXyDataSeries)
              • Methods
                • FilterAll Method
                • FilterOnAppend Method
                • FilterOnInsert Method
                • FilterOnRemove Method
                • FilterOnUpdate Method
                • OnOriginalDataSeriesChanged Method
              • Properties
                • FilteredDataSeries Property
            • 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
                  • ToSpline<TX>(IDataSeries<TX,Double>,Int32) Method
                  • ToSpline(IUniformXyDataSeries<Double>,Int32) Method
            • LinearTrendlineFilter<TX,TY>
              • Overview
              • Members
              • LinearTrendlineFilter<TX,TY> Constructor
              • Methods
                • FilterAll Method
              • Properties
                • Intercept Property
                • Slope Property
          • Interfaces
            • IFilter
              • Overview
              • Members
              • Methods
                • FilterAll Method
                • FilterOnAppend Method
                • FilterOnInsert Method
                • FilterOnRemove Method
                • FilterOnUpdate Method
              • Properties
                • FilteredDataSeries Property
        • SciChart.Charting.Model.Filters.AggregationFilters Namespace
          • Overview
          • Enumerations
            • RenkoSource
        • SciChart.Charting.Model.Filters.DiscontinuousFilter Namespace
          • Overview
        • SciChart.Charting.Model.Filters.OffsetFilter Namespace
          • Overview
        • SciChart.Charting.Model.Filters.PolynomialTrendFilter Namespace
          • Overview
          • Classes
            • PolynomialTrendFilter<TY>
              • Overview
              • Members
              • PolynomialTrendFilter<TY> Constructor
              • Methods
                • FilterAll Method
              • Properties
                • PolynomialCoefs Property
            • PolynomialTrendFilter<TX,TY>
              • Overview
              • Members
              • PolynomialTrendFilter<TX,TY> Constructor
              • Methods
                • FilterAll Method
              • Properties
                • Coeff Property
        • SciChart.Charting.Model.Filters.PolynomialTrendFilter.LinearAlgebra Namespace
          • Overview
        • SciChart.Charting.Model.Filters.RatioFilters Namespace
          • Overview
          • Classes
            • RatioFilter<TX,TY>
              • Overview
              • Members
              • RatioFilter<TX,TY> Constructor
              • Methods
                • FilterAll Method
        • SciChart.Charting.Model.Filters.ScaleFilter Namespace
          • Overview
        • SciChart.Charting.Model.Filters.SplineInterpolationFilter Namespace
          • Overview
          • Classes
            • CubicSpline
              • Overview
              • Members
              • CubicSpline Constructor
                • CubicSpline Constructor()
                • CubicSpline Constructor(Double[],Double[],Double,Double,Boolean)
              • Methods
                • Compute Method
                • Eval Method
                • EvalSlope Method
                • Fit Method
                • FitAndEval Method
                • FitGeometric Method
            • TriDiagonalMatrixF
              • Overview
              • Members
              • TriDiagonalMatrixF Constructor
              • Methods
                • Solve Method
                • ToDisplayString Method
              • Properties
                • Item Property
                • N Property
              • Fields
                • A Field
                • B Field
                • C Field
        • SciChart.Charting.Numerics Namespace
          • Overview
          • Classes
            • ProviderBase
              • Overview
              • Members
              • ProviderBase Constructor
              • Methods
                • Init Method
              • Properties
                • ParentAxis Property
        • SciChart.Charting.Numerics.Calendars Namespace
          • Overview
          • Classes
            • DefaultDiscontinuousDateTimeCalendar
              • Overview
              • Members
              • DefaultDiscontinuousDateTimeCalendar Constructor
            • DiscontinuousDateTimeCalendarBase
              • Overview
              • Members
              • DiscontinuousDateTimeCalendarBase Constructor
              • Methods
                • GetClosestBiggerDate Method
                • GetClosestSmallerDate Method
                • GetDiffBetweenValues Method
                • GetValueByOffset Method
                • IsDayInGap Method
                • IsValueInGap Method
              • Properties
                • BusinessHours Property
                • SkipDates Property
                • SkipDaysInWeek Property
                • SkipDayTimeRange Property
              • Fields
                • DiscontinuousAxisHelper Field
          • Interfaces
            • IDiscontinuousDateTimeCalendar
              • Overview
              • Members
              • Methods
                • GetClosestBiggerDate Method
                • GetClosestSmallerDate Method
                • GetDiffBetweenValues Method
                • GetValueByOffset Method
                • IsDayInGap Method
                • IsValueInGap Method
              • Properties
                • BusinessHours Property
                • SkipDates Property
                • SkipDaysInWeek Property
                • SkipDayTimeRange Property
        • SciChart.Charting.Numerics.CoordinateCalculators Namespace
          • Overview
          • Classes
            • CoordinateCalculatorFactory
              • Overview
              • Members
              • CoordinateCalculatorFactory Constructor
              • Methods
                • New Method
            • 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
                • ParentSurface Property
                • XAxis Property
                • YAxis Property
                • ZAxis Property
          • Interfaces
            • ICategoryCoordinateCalculator
              • Overview
              • Members
              • Methods
                • TransformDataToIndex Method
                • TransformIndexToData Method
            • ICategoryCoordinateCalculator<T>
              • Overview
              • Members
              • Methods
                • TransformDataToIndex Method
                  • TransformDataToIndex(T) Method
                  • TransformDataToIndex(T,SearchMode) Method
                • TransformIndexToData Method
            • ICoordinateCalculatorFactory
              • Overview
              • Members
              • Methods
                • New Method
            • IDiscontinuousCoordinateCalculator
              • Overview
              • Members
              • Methods
                • GetExactCoordinate Method
                  • GetExactCoordinate(Double) Method
                  • GetExactCoordinate(DateTime) Method
              • Properties
                • Calendar Property
            • IIndexCalculator
              • Overview
              • Members
              • Methods
                • GetIndex Method
                • GetValue Method
            • IIndexCoordinateCalculator
              • Overview
              • Members
              • Methods
                • TransformDataToIndex Method
                • TransformIndexToData Method
            • ILogarithmicCoordinateCalculator
              • Overview
              • Members
              • Properties
                • LogarithmicBase Property
            • IUniformCoordinateCalculator
              • Overview
              • Members
              • Methods
                • GetCoordinate Method
                • GetCoordinates Method
        • SciChart.Charting.Numerics.CoordinateProviders Namespace
          • Overview
          • Classes
            • CategoryTickCoordinatesProvider
              • Overview
              • Members
              • CategoryTickCoordinatesProvider Constructor
              • Methods
                • GetTickCoordinates Method
            • DefaultTickCoordinatesProvider
              • Overview
              • Members
              • DefaultTickCoordinatesProvider Constructor
              • Methods
                • CalculateTickCoords Method
                • GetTickCoordinates Method
                • IsInBounds Method
              • Fields
                • _majorTickCoords Field
                • _majorTicks Field
                • _minorTickCoords Field
                • _minorTicks Field
                • MinTickDistance Field
                • Precision Field
            • NumericCategoryTickCoordinatesProvider
              • Overview
              • Members
              • NumericCategoryTickCoordinatesProvider Constructor
              • Methods
                • GetTickCoordinates Method
            • PolarTickCoordinatesProvider
              • Overview
              • Members
              • PolarTickCoordinatesProvider Constructor
              • Methods
                • GetTickCoordinates Method
                • IsInBounds Method
            • RadarTickCoordinatesProvider
              • Overview
              • Members
              • RadarTickCoordinatesProvider Constructor
              • Methods
                • CalculateTickCoords Method
            • StaticTickCoordinatesProvider
              • Overview
              • Members
              • StaticTickCoordinatesProvider Constructor
              • Methods
                • GetTickCoordinates Method
          • Structures
            • TickCoordinates
              • Overview
              • Members
              • TickCoordinates Constructor
              • Properties
                • IsEmpty Property
                • MajorTickCoordinates Property
                • MajorTicks Property
                • MinorTickCoordinates Property
                • MinorTicks Property
          • Interfaces
            • ITickCoordinatesProvider
              • Overview
              • Members
              • Methods
                • GetTickCoordinates Method
                • Init Method
        • SciChart.Charting.Numerics.DeltaCalculators Namespace
          • Overview
          • Classes
            • DeltaCalculatorFactory
              • Overview
              • Members
              • Properties
                • DateTime Property
                • Logarithmic Property
                • Numeric Property
                • TimeSpan Property
          • Interfaces
            • IDateDeltaCalculator
              • Overview
              • Members
              • Methods
                • GetDeltaFromRange Method
            • IDeltaCalculator
              • Overview
              • Members
              • Methods
                • GetDeltaFromRange Method
        • SciChart.Charting.Numerics.TickProviders Namespace
          • Overview
          • Classes
            • DateTimeTickProvider
              • Overview
              • Members
              • DateTimeTickProvider Constructor
              • Methods
                • AddDelta Method
                • GetTicks Method
                • IsAdditionValid Method
                • IsDivisibleBy Method
                • RoundUp Method
            • HighPrecisionNumericTickProvider
              • Overview
              • Members
              • HighPrecisionNumericTickProvider Constructor
              • Methods
                • CalculateTicks Method
            • IndexDateTimeTickProvider
              • Overview
              • Members
              • IndexDateTimeTickProvider Constructor
              • Methods
                • GetMajorTicks Method
                • GetMinorTicks Method
            • IndexNumericTickProvider
              • Overview
              • Members
              • IndexNumericTickProvider Constructor
              • Methods
                • GetMajorTicks Method
                • GetMinorTicks Method
            • IndexTickProviderBase<T>
              • Overview
              • Members
              • IndexTickProviderBase<T> Constructor
              • Methods
                • CalculateDelta Method
                • GetCoordinateCalculator Method
                • GetDeltaCalculator Method
                • GetDoubleMajorTicks Method
                • GetDoubleMinorTicks Method
              • Properties
                • IndexMajorDelta Property
                • IndexMinorDelta Property
            • LogarithmicNegativeTickProvider
              • Overview
              • Members
              • LogarithmicNegativeTickProvider Constructor
              • Methods
                • CalculateMajorTicks Method
                • CalculateMinorTicks Method
                  • CalculateMinorTicks(IRange<Double>,IAxisDelta<Double>) Method
                  • CalculateMinorTicks(IRange<Double>,IAxisDelta<Double>,IList<Double>) Method
                • IsParamsValid Method
            • 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
                • LogarithmicBase Property
            • 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
                  • GetMajorTicks(IAxisParams) Method
                  • GetMajorTicks(IRange<Double>,IAxisDelta<Double>) Method
                • GetMinorTicks Method
                  • GetMinorTicks(IAxisParams) Method
                  • GetMinorTicks(IRange<Double>,IAxisDelta<Double>) Method
                  • GetMinorTicks(IRange<Double>,IAxisDelta<Double>,Double[]) Method
                • IsParamsValid Method
              • Fields
                • MinDeltaValue Field
            • TickProvider<T>
              • Overview
              • Members
              • TickProvider<T> Constructor
              • Methods
                • ConvertTicks<T> Method
                • GetMajorTicks Method
                • GetMinorTicks Method
                • Init Method
              • Properties
                • ParentAxis Property
            • TimeSpanTickProvider
              • Overview
              • Members
              • TimeSpanTickProvider Constructor
              • Methods
                • AddDelta Method
                • GetTicks Method
                • IsAdditionValid Method
                • IsDivisibleBy Method
                • RoundUp Method
            • TimeSpanTickProviderBase
              • Overview
              • Members
              • TimeSpanTickProviderBase Constructor
              • Methods
                • AddDelta Method
                • ConvertTicks<T> Method
                • GetMajorTicks Method
                • GetMinorTicks Method
                • GetTicks Method
                • IsAdditionValid Method
                • IsDivisibleBy Method
                • RoundUp Method
          • Interfaces
            • ITickProvider
              • Overview
              • Members
              • Methods
                • GetMajorTicks Method
                • GetMinorTicks Method
                • Init Method
            • ITickProvider<T>
              • Overview
              • Members
              • Methods
                • GetMajorTicks Method
                • GetMinorTicks Method
        • 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
              • Overview
              • Members
              • RendererErrorCode Constructor
              • Methods
                • ToString Method
            • 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
              • Overview
              • Members
              • RenderPassInfo Constructor
                • RenderPassInfo Constructor(Int32,Size)
                • RenderPassInfo Constructor()
              • Methods
                • AddWarning Method
                • StoreXAxisCoordinateCalculators Method
                • StoreYAxisCoordinateCalculators Method
              • Properties
                • DataSeries Property
                • IndicesRanges Property
                • PointSeries Property
                • RenderableSeries Property
                • ResamplingHashes Property
                • TransformationStrategy Property
                • ViewportSize Property
                • Warnings Property
                • XCoordinateCalculators Property
                • YCoordinateCalculators Property
            • RenderPassTernaryInfo
              • Overview
              • Members
              • RenderPassTernaryInfo Constructor
              • Fields
                • DataSeries Field
                • RenderableSeries Field
                • XCoordinateCalculator Field
                • YCoordinateCalculator Field
                • ZCoordinateCalculator Field
          • Interfaces
            • IRadarChartRenderer
              • Overview
              • Members
            • ISciChartRenderer
              • Overview
              • Members
              • Methods
                • RenderLoop Method
            • ITernaryChartRenderer
              • Overview
              • Members
        • SciChart.Charting.StrategyManager Namespace
          • Overview
          • Interfaces
            • IAnnotationPlacementStrategy
              • Overview
              • Members
              • Methods
                • GetBasePoints Method
                • IsInBounds Method
                • MoveAnnotationTo Method
                • PlaceAnnotation Method
                • SetBasePoint Method
            • IStrategyManager
              • Overview
              • Members
              • Methods
                • GetTransformationStrategy Method
            • ITransformationStrategy
              • Overview
              • Members
              • Methods
                • ReverseTransform Method
                • Transform Method
              • Properties
                • ViewportSize Property
        • 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
                • ClipToBounds Property
                • IsSuspended Property
                • SizeHeightToContent Property
                • SizeWidthToContent Property
              • 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
                  • Initialize(Panel,Boolean) Method
                  • Initialize(UIElement) Method
                • Invalidate Method
                • MeasureOverride Method
                • OnPropertyChanged Method
                  • OnPropertyChanged(String) 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
                • PropertyChanged Event
            • ModifierAxisCanvas
              • Overview
              • Members
              • ModifierAxisCanvas Constructor
              • Methods
                • AdjustArrangedRectPosition Method
                • GetBoundsRelativeTo Method
                • IsPointWithinBounds Method
                • TranslatePoint Method
                  • TranslatePoint(Point,IHitTestable) Method
            • ModifierPopupCanvas
              • Overview
              • Members
              • ModifierPopupCanvas Constructor
              • Methods
                • MeasureOverride Method
            • PolarAxisPanel
              • Overview
              • Members
              • PolarAxisPanel Constructor
              • Methods
                • ArrangeOverride Method
                • DrawTicks Method
                  • DrawTicks(TickCoordinates,Single,Boolean) Method
                  • DrawTicks(IRenderContext2D,Style,Double,Single[],Single) Method
                • GetRenderContextSize Method
                • GetTickVertices Method
                • Initialize Method
                  • Initialize() Method
                • MeasureOverride Method
            • PolarModifierAxisCanvas
              • Overview
              • Members
              • PolarModifierAxisCanvas Constructor
              • Methods
                • ArrangeOverride Method
                • GetArrangedRect Method
            • PolarPanel
              • Overview
              • Members
              • PolarPanel Constructor
              • Methods
                • ArrangeOverride Method
                • GetShouldCopyThicknessToParent Method
                • GetThickness Method
                • MeasureOverride Method
                • SetShouldCopyThicknessToParent Method
                • SetThickness Method
              • Properties
                • IsReversedOrder Property
                • MinimimalItemSize Property
                • StretchToSize Property
              • Fields
                • IsReversedOrderProperty Field
                • MinimimalItemSizeProperty Field
                • ShouldCopyThicknessToParentProperty Field
                • StretchToSizeProperty Field
                • ThicknessProperty Field
            • PolarTickLabelAxisCanvas
              • Overview
              • Members
              • PolarTickLabelAxisCanvas Constructor
              • Methods
                • ArrangeOverride Method
                • GetArrangedRect Method
                • MeasureOverride Method
              • Properties
                • MaxChildSize Property
              • Fields
                • MaxChildSizeProperty Field
            • RadarAxisPanel
              • Overview
              • Members
              • RadarAxisPanel Constructor
              • Methods
                • ArrangeOverride Method
                • MeasureOverride Method
              • Properties
                • AutoAxisAngle Property
                • AutoAxisLength Property
                • AxisAngleOffset Property
                • CentralAxisOffset Property
              • Fields
                • AutoAxisAngleProperty Field
                • AutoAxisLengthProperty Field
                • AxisAngleOffsetProperty Field
                • CentralAxisOffsetProperty Field
            • RadialPanel
              • Overview
              • Members
              • RadialPanel Constructor
              • Methods
                • ArrangeOverride Method
                • GetAngle Method
                • GetIsHorizontal Method
                • GetOriginPoint Method
                • MeasureOverride Method
                • SetAngle Method
                • SetIsHorizontal Method
                • SetOriginPoint Method
              • Fields
                • AngleProperty Field
                • IsHorizontalProperty Field
                • OriginPointProperty Field
            • TabControlCompatible
              • Overview
              • Members
              • TabControlCompatible Constructor
            • 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
                • AxisAlignmentProperty Field
                • BottomProperty Field
                • CenterBottomProperty Field
                • CenterLeftProperty Field
                • CenterRightProperty Field
                • CenterTopProperty Field
                • LeftProperty Field
                • RightProperty Field
                • SizeHeightToContentProperty Field
                • SizeWidthToContentProperty Field
                • TopProperty Field
            • TernaryAxisContainer
              • Overview
              • Members
              • TernaryAxisContainer Constructor
              • Methods
                • ArrangeOverride Method
                • MeasureOverride Method
              • Properties
                • TernaryAxis Property
            • TernaryAxisPanel
              • Overview
              • Members
              • TernaryAxisPanel Constructor
              • Methods
                • AddTickLabels Method
                • ArrangeOverride Method
                • MeasureOverride Method
                • OnPropertyChanged Method
                  • OnPropertyChanged(String) Method
              • Properties
                • AddLabelTicks Property
                • AxisAlignment Property
                • AxisLineLength Property
              • Fields
                • TernaryAxisAlignmentProperty Field
              • Events
                • PropertyChanged Event
            • TernaryChartContainer
              • Overview
              • Members
              • TernaryChartContainer Constructor
              • Methods
                • ArrangeOverride Method
                • MeasureOverride Method
              • Properties
                • IsEquilateral Property
              • Fields
                • IsEquilateralProperty Field
            • TernaryModifierAxisCanvas
              • Overview
              • Members
              • TernaryModifierAxisCanvas Constructor
              • Methods
                • GetBoundsRelativeTo Method
                • IsPointWithinBounds Method
                • TranslatePoint Method
                  • TranslatePoint(Point,IHitTestable) Method
            • TernaryTickLabelAxisCanvas
              • Overview
              • Members
              • TernaryTickLabelAxisCanvas Constructor
            • ThemeColorProvider
              • Overview
              • Members
              • ThemeColorProvider Constructor
              • Methods
                • ApplyTheme Method
                  • ApplyTheme(IThemeProvider) Method
                  • ApplyTheme(ResourceDictionary) Method
                • SetValue<T> Method
              • 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
              • Overview
              • Members
              • Methods
                • CreateShadowEffects Method
              • Properties
                • Instance Property
                • TooltipShadowEffect Property
            • TickLabelAxisCanvas
              • Overview
              • Members
              • TickLabelAxisCanvas Constructor
              • Methods
                • AdjustArrangedRectPosition Method
                • ArrangeOverride Method
                • MeasureOverride Method
              • Properties
                • AutoFitMarginalLabels Property
                • IsLabelCullingEnabled Property
              • Fields
                • AutoFitMarginalLabelsProperty Field
                • IsLabelCullingEnabledProperty Field
          • Interfaces
            • IAxisPanel
              • Overview
              • Members
              • Methods
                • AddTickLabels Method
                • ClearLabels Method
                • DrawTicks Method
                • Invalidate Method
            • ITernaryAxisPanel
              • Overview
              • Members
              • Methods
                • AddTickLabels Method
            • IThemeProvider
              • Overview
              • Members
              • Methods
                • ApplyTheme Method
                  • ApplyTheme(IThemeProvider) Method
                  • ApplyTheme(ResourceDictionary) Method
              • 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
            • ExportHelper
              • Overview
              • Members
              • Methods
                • GetIsExporting Method
                • SetIsExporting Method
              • Fields
                • IsExportingProperty Field
            • InvalidateSciChartMessage
              • Overview
              • Members
              • InvalidateSciChartMessage Constructor
            • SciChartRenderedMessage
              • Overview
              • Members
              • SciChartRenderedMessage Constructor
              • Properties
                • RenderContext Property
            • SciChartResizedMessage
              • Overview
              • Members
              • SciChartResizedMessage Constructor
            • ZoomExtentsMessage
              • Overview
              • Members
              • ZoomExtentsMessage Constructor
                • ZoomExtentsMessage Constructor(Object)
                • ZoomExtentsMessage Constructor(Object,Boolean)
              • Properties
                • ZoomYOnly Property
        • SciChart.Charting.ViewportManagers Namespace
          • Overview
          • Classes
            • DefaultViewportManager
              • Overview
              • Members
              • DefaultViewportManager Constructor
              • Methods
                • OnCalculateNewXRange Method
                • OnCalculateNewYRange Method
                • OnParentSurfaceRendered Method
                • OnVisibleRangeChanged Method
            • 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
                • IsAttached Property
                • IsSuspended Property
                • Services Property
          • Interfaces
            • IViewportManager
              • Overview
              • Members
              • Methods
                • AttachSciChartSurface Method
                • BeginInvoke Method
                • CalculateAutoRange Method
                • CalculateNewXAxisRange Method
                • CalculateNewYAxisRange Method
                • DetachSciChartSurface Method
                • InvalidateParentSurface Method
                • OnParentSurfaceRendered Method
                • OnVisibleRangeChanged Method
              • Properties
                • IsAttached Property
                • Services Property
        • SciChart.Charting.Visuals Namespace
          • Overview
          • Classes
            • ChartModifierSurface
              • Overview
              • Members
              • ChartModifierSurface Constructor
              • Methods
                • Clear Method
                • GetBoundsRelativeTo Method
                • IsPointWithinBounds Method
                • TranslatePoint Method
                  • TranslatePoint(Point,IHitTestable) Method
              • Properties
                • Children Property
                • ClipToBounds Property
                • IsPolarChart Property
              • Fields
                • ClipToBoundsProperty Field
                • IsPolarChartProperty Field
            • DefaultRasterizer
              • Overview
              • Members
              • DefaultRasterizer Constructor
            • HeatmapColorMap
              • Overview
              • Members
              • HeatmapColorMap Constructor
              • Methods
                • GetAndAssertTemplateChild<T> Method
                • OnApplyTemplate Method
              • Properties
                • AxisStyle Property
                • AxisType Property
                • ColorMap Property
                • EnableAxisDrag Property
                • Maximum Property
                • Minimum Property
                • MinimumMaximum Property
                • Orientation Property
                • TextFormatting Property
              • Fields
                • AxisStyleProperty Field
                • AxisTypeProperty Field
                • ColorMapProperty Field
                • EnableAxisDragProperty Field
                • MaximumProperty Field
                • MinimumMaximumProperty Field
                • MinimumProperty Field
                • OrientationProperty Field
                • TextFormattingProperty Field
            • HeatmapColourMap
              • Overview
              • Members
              • HeatmapColourMap Constructor
            • MainGrid
              • Overview
              • Members
              • MainGrid Constructor
              • Methods
                • GetBoundsRelativeTo Method
                • IsPointWithinBounds Method
                • TranslatePoint Method
                  • TranslatePoint(Point,IHitTestable) Method
              • Properties
                • RegisterTouchEvents Property
              • Events
                • MouseMiddleButtonDown Event
                • MouseMiddleButtonUp Event
            • ManipulationMargins
              • Overview
              • Members
              • Properties
                • AnnotationLineWidth Property
                • AnnotationResizingMaxSize Property
                • AnnotationResizingThumbSize Property
            • PieSegmentItem
              • Overview
              • Members
              • PieSegmentItem Constructor
              • Properties
                • Fill Property
                • IsSelected Property
                • Name Property
                • Percentage Property
                • Value Property
            • RenderContextExtensions
              • Overview
              • Members
              • Methods
                • GetStyledPen Method
            • SciChart2DInitializer
              • Overview
              • Members
              • Methods
                • LoadLibrariesAndLicenseAsync Method
              • Properties
                • Awaiter Property
            • SciChartDonutSurface
              • Overview
              • Members
              • SciChartDonutSurface Constructor
              • Methods
                • DrawInfosInternal Method
                • DrawSegments Method
                • ShowSelectedSegment Method
              • Properties
                • HoleRadiusPercent Property
              • Fields
                • HoleRadiusPercentProperty Field
            • SciChartExceptionEventArgs
              • Overview
              • Members
              • SciChartExceptionEventArgs Constructor
              • Properties
                • Exception Property
            • SciChartLegend
              • Overview
              • Members
              • SciChartLegend Constructor
              • Properties
                • LegendData Property
                • Orientation Property
                • ShowSeriesMarkers Property
                • ShowVisibilityCheckboxes Property
              • Fields
                • LegendDataProperty Field
                • OrientationProperty Field
                • ShowSeriesMarkersProperty Field
                • ShowVisibilityCheckboxesProperty Field
            • SciChartOverview
              • Overview
              • Members
              • SciChartOverview Constructor
              • Methods
                • InvalidateElement Method
                • OnApplyTemplate Method
              • Properties
                • Axis Property
                • BackgroundChartSurface Property
                • DataSeries Property
                • Fill Property
                • ParentSurface Property
                • RenderableSeriesStyle Property
                • RenderableSeriesType Property
                • ScrollbarStyle Property
                • SelectedRange Property
                • Stroke Property
                • XAxisId Property
              • Fields
                • AxisProperty Field
                • DataSeriesProperty Field
                • FillProperty Field
                • ParentSurfaceProperty Field
                • RenderableSeriesStyleProperty Field
                • RenderableSeriesTypeProperty Field
                • ScrollbarStyleProperty Field
                • SelectedRangeProperty Field
                • StrokeProperty Field
                • XAxisIdProperty Field
            • SciChartParallelCoordinateSurface
              • Overview
              • Members
              • SciChartParallelCoordinateSurface Constructor
              • Methods
                • CreateCloneOfSurfaceInMemory Method
                • DoDrawingLoop Method
                • ReadXml Method
                • WriteXml Method
              • Properties
                • DrawSplines Property
                • LabelStyle Property
                • ParallelCoordinateDataSource Property
                • RenderableSeriesStyle Property
                • SplineUpSampleFactor Property
                • VirtualXAxisId Property
                • VirtualYAxisId Property
              • Fields
                • DrawSplinesProperty Field
                • LabelStyleProperty Field
                • ParallelCoordinateDataSourceProperty Field
                • RenderableSeriesStyleProperty Field
                • SplineUpSampleFactorProperty Field
            • SciChartPerformanceOverlay
              • Overview
              • Members
              • SciChartPerformanceOverlay Constructor
              • Methods
                • OnApplyTemplate Method
              • Properties
                • ChartsVisibility Property
                • SciChartFps Property
                • SciChartFpsSeries Property
                • SmoothingWindowSize Property
                • TargetSurface Property
                • TotalPointCount Property
                • WpfFps Property
                • WpfFpsSeries Property
              • Fields
                • ChartsVisibilityProperty Field
                • SciChartFpsProperty Field
                • SciChartFpsSeriesProperty Field
                • SmoothingWindowSizeProperty Field
                • TargetSurfaceProperty Field
                • TotalPointCountProperty Field
                • WpfFpsProperty Field
                • WpfFpsSeriesProperty Field
            • SciChartPieSurface
              • Overview
              • Members
              • SciChartPieSurface Constructor
              • Methods
                • DrawInfoSegment Method
                • DrawInfosInternal Method
                • DrawSegments Method
                • ShowSelectedSegment Method
            • SciChartPieSurfaceBase
              • Overview
              • Members
              • SciChartPieSurfaceBase Constructor
              • Methods
                • AnimateInfoPart Method
                • CalcCartesionCoordinate Method
                • CalcSegmentCoord Method
                • CreateLabel Method
                • DrawInfoSegment Method
                • DrawInfosInternal Method
                • DrawSegments Method
                • ExportToBitmapSource Method
                  • ExportToBitmapSource() Method
                  • ExportToBitmapSource(Boolean,Nullable<Size>) Method
                • ExportToFile Method
                  • ExportToFile(String,ExportType,Boolean,Size) Method
                  • ExportToFile(String,ExportType,Boolean) 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
                • SelectionChanged Event
            • 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
                • AutoAxisAngleProperty Field
                • AutoAxisLengthProperty Field
                • AxisAngleOffsetProperty Field
                • CentralAxisOffsetProperty Field
                • ChartModifiersProperty Field
                • DrawSeriesAboveAxisProperty Field
                • RadarAxesProperty Field
                • RenderableSeriesProperty Field
                • SelectedRenderableSeriesProperty Field
            • 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
                • SelectedRangeChanged Event
            • SciChartSurface
              • Overview
              • Members
              • SciChartSurface Constructor
              • Methods
                • AnimateZoomExtents Method
                • AnimateZoomExtentsX Method
                • AnimateZoomExtentsY Method
                • AttachDataSeries Method
                • CreateCloneOfSurfaceInMemory Method
                • DetachDataSeries Method
                • Dispose Method
                  • Dispose(Boolean) 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
                • AnnotationsCollectionNewCollectionAssigned Event
                • AxisAlignmentChanged Event
                • XAxesCollectionNewCollectionAssigned Event
                • YAxesCollectionNewCollectionAssigned Event
            • SciChartSurfaceBase
              • Overview
              • Members
              • SciChartSurfaceBase Constructor
              • Methods
                • CreateCloneOfSurfaceInMemory Method
                • DecrementSuspend Method
                • Dispose Method
                  • Dispose() Method
                  • Dispose(Boolean) Method
                • DoDrawingLoop Method
                • ExportToBitmapSource Method
                  • ExportToBitmapSource() Method
                  • ExportToBitmapSource(Boolean,Nullable<Size>) Method
                • ExportToFile Method
                  • ExportToFile(String,ExportType,Boolean) Method
                  • ExportToFile(String,ExportType,Boolean,Size) Method
                • ExportToFileInternal Method
                • ExportToStream Method
                  • ExportToStream(ExportType,Boolean) Method
                  • ExportToStream(ExportType,Boolean,Size) 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
                • OnRenderException Event
                • Rendered Event
            • 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
                • ChartModifierProperty Field
                • IsEquilateralProperty Field
                • RenderableSeriesProperty Field
                • XAxisStyleProperty Field
                • YAxisStyleProperty Field
                • ZAxisStyleProperty Field
            • SciThumb
              • Overview
              • Members
              • SciThumb Constructor
              • Methods
                • OnLostFocus Method
                • OnMouseLeftButtonDown Method
                • OnMouseLeftButtonUp Method
                • OnMouseMove Method
                • OnSciDragDelta Method
                • OnSciDragEnded Method
                • OnSciDragStarted Method
              • Properties
                • IsDragging Property
              • Events
                • SciDragDelta Event
                • SciDragEnded Event
                • SciDragStarted Event
          • Enumerations
            • HeatmapZAxisType
            • Quadrant
            • RenderPriority
            • ZoomStates
          • Interfaces
            • IChartModifierSurface
              • Overview
              • Members
              • Methods
                • CaptureMouse Method
                • Clear Method
                • ReleaseMouseCapture Method
              • Properties
                • Children Property
                • ClipToBounds Property
                • ToolTip Property
            • IDrawable
              • Overview
              • Members
              • Methods
                • OnDraw Method
              • Properties
                • Height Property
                • Width Property
            • IMainGrid
              • Overview
              • Members
              • Methods
                • CaptureMouse Method
                • ReleaseMouseCapture Method
            • IPieSegmentViewModel
              • Overview
              • Members
              • Properties
                • Fill Property
                • IsSelected Property
                • Name Property
                • Percentage Property
                • Value Property
            • IPointLabelProvider
              • Overview
              • Members
              • Methods
                • GetLabelText Method
                • OnBeginSeriesDraw Method
            • ISciChartController
              • Overview
              • Members
              • Methods
                • AnimateZoomExtents Method
                • AnimateZoomExtentsX Method
                • AnimateZoomExtentsY Method
                • ZoomExtents Method
                • ZoomExtentsX Method
                • ZoomExtentsY Method
            • ISciChartRadarSurface
              • Overview
              • Members
              • Properties
                • AutoAxisAngle Property
                • AutoAxisLength Property
                • AxisAngleOffset Property
                • CentralAxisOffset Property
                • DrawSeriesAboveAxis Property
                • RadarAxes Property
                • RenderableSeries Property
                • RootGrid Property
                • SelectedRenderableSeries Property
            • 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
                • AnnotationsCollectionNewCollectionAssigned Event
                • AxisAlignmentChanged Event
                • XAxesCollectionNewCollectionAssigned Event
                • YAxesCollectionNewCollectionAssigned Event
            • ISciChartSurfaceBase
              • Overview
              • Members
              • Methods
                • ExportToBitmapSource Method
                  • ExportToBitmapSource() Method
                  • ExportToBitmapSource(Boolean,Nullable<Size>) Method
                • ExportToFile Method
                  • ExportToFile(String,ExportType,Boolean) Method
                  • ExportToFile(String,ExportType,Boolean,Size) Method
                • ExportToStream Method
                  • ExportToStream(ExportType,Boolean) Method
                  • ExportToStream(ExportType,Boolean,Size) 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
                • Rendered Event
            • ISciChartTernarySurface
              • Overview
              • Members
              • Properties
                • CoordinateCalculators Property
                • RenderableSeries Property
                • RootGrid Property
                • XAxis Property
                • YAxis Property
                • ZAxis Property
        • SciChart.Charting.Visuals.Annotations Namespace
          • Overview
          • Classes
            • AnchorPointAnnotation
              • Overview
              • Members
              • AnchorPointAnnotation Constructor
              • Methods
                • GetAnchorAnnotationCoordinates Method
                • GetSelectedCursor Method
              • Properties
                • HorizontalAnchorPoint Property
                • HorizontalOffset Property
                • VerticalAnchorPoint Property
                • VerticalOffset Property
              • Fields
                • HorizontalAnchorPointProperty Field
                • VerticalAnchorPointProperty Field
            • AnnotationBase
              • Overview
              • Members
              • AnnotationBase Constructor
              • Methods
                • AddAdorners Method
                • AttachInteractionHandlersTo Method
                • DecrementSuspend Method
                • DetachInteractionHandlersFrom Method
                • FocusInputTextArea Method
                • FromCoordinate Method
                • FromCoordinates Method
                  • FromCoordinates(Point) Method
                  • FromCoordinates(Double,Double) Method
                • FromRelativeCoordinate Method
                • GetAdornerLayer Method
                • GetBasePoints Method
                  • GetBasePoints() Method
                  • GetBasePoints(AnnotationCoordinates) 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
                  • SetBasePoint(Point,Int32) Method
                  • SetBasePoint(Point,Int32,IAxis,IAxis) Method
                • SetParentCoordinates Method
                • Show Method
                • SuspendUpdates Method
                • ToCoordinate Method
                  • ToCoordinate(IComparable,IAxis) Method
                  • ToCoordinate(IComparable,Double,ICoordinateCalculator<Double>,XyDirection) Method
                • ToCoordinates Method
                • TranslatePoint Method
                  • TranslatePoint(Point,IHitTestable) 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
                • DragDelta Event
                • DragEnded Event
                • DragStarted Event
                • IsHiddenChanged Event
                • MouseMiddleButtonDown Event
                • MouseMiddleButtonUp Event
                • Selected Event
                • Unselected Event
            • AnnotationCollection
              • Overview
              • Members
              • AnnotationCollection Constructor
                • AnnotationCollection Constructor()
                • AnnotationCollection Constructor(IEnumerable<IAnnotation>)
              • 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
                • ParentSurface Property
              • Fields
                • OnRootGridMouseDownHandled Field
            • 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
                • AxisLabelStyleProperty Field
                • CanEditTextProperty Field
                • CornerRadiusProperty Field
                • DefaultRotationAngleProperty Field
                • LabelPlacementProperty Field
                • LabelStyleProperty Field
                • RotationAngleProperty Field
                • TextProperty Field
            • AnnotationSurface
              • Overview
              • Members
              • AnnotationSurface Constructor
              • Methods
                • GetBoundsRelativeTo Method
                • IsPointWithinBounds Method
                • TranslatePoint Method
                  • TranslatePoint(Point,IHitTestable) Method
            • AxisMarkerAnnotation
              • Overview
              • Members
              • AxisMarkerAnnotation Constructor
              • Methods
                • GetCurrentPlacementStrategy Method
                • GetSelectedCursor Method
                • IsPointWithinBounds Method
                • OnApplyTemplate Method
                • OnAxisAlignmentChanged Method
                • OnXAxesCollectionChanged Method
                • OnYAxesCollectionChanged Method
                • ToCoordinate Method
                  • ToCoordinate(IComparable,Double,ICoordinateCalculator<Double>,XyDirection) Method
                • TryUpdate Method
                • Update Method
              • Properties
                • Axis Property
                • AxisInfo Property
                • FormattedValue Property
                • LabelTemplate Property
                • MarkerPointWidth Property
                • PointerTemplate Property
              • Fields
                • FormattedValueProperty Field
                • LabelTemplateProperty Field
                • MarkerPointWidthProperty Field
                • PointerTemplateProperty Field
            • AxisMarkerAnnotationForMvvm
              • Overview
              • Members
              • AxisMarkerAnnotationForMvvm Constructor
            • BoxAnnotation
              • Overview
              • Members
              • BoxAnnotation Constructor
              • Methods
                • GetCurrentPlacementStrategy Method
                • GetSelectedCursor Method
                • IsPointWithinBounds Method
                • OnApplyTemplate Method
              • Properties
                • CornerRadius Property
              • Fields
                • CornerRadiusProperty Field
            • BoxAnnotationForMvvm
              • Overview
              • Members
              • BoxAnnotationForMvvm Constructor
            • 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
                • Annotations Property
              • Fields
                • AnnotationsProperty Field
            • CompositeAnnotationForMvvm
              • Overview
              • Members
              • CompositeAnnotationForMvvm Constructor
            • CompositeTradingAnnotationBase
              • Overview
              • Members
              • CompositeTradingAnnotationBase Constructor
              • Methods
                • GetCurrentPlacementStrategy Method
                • GetMovingPart Method
                • MoveBasePointTo Method
                • OnAnnotationPointerMoved Method
                • OnAnnotationPointerPressed Method
                • SetMovingPart Method
              • Properties
                • MovingLinesPartAnnotations Property
              • Fields
                • MovingPartProperty Field
            • CompositeTrendChannelAnnotationBase
              • Overview
              • Members
              • CompositeTrendChannelAnnotationBase Constructor
              • Methods
                • GetCurrentPlacementStrategy Method
                • MoveBasePointTo Method
              • Properties
                • IsOnMove Property
                • LinesDistance Property
                • XCoordinateCalculator Property
                • YCoordinateCalculator Property
              • Fields
                • LinesDistanceProperty Field
            • CompositeTrendLineAnnotation
              • Overview
              • Members
              • CompositeTrendLineAnnotation Constructor
              • Methods
                • GetCurrentPlacementStrategy Method
                • MoveBasePointTo Method
                • SetBasePoint Method
                  • SetBasePoint(Point,Int32,IAxis,IAxis) Method
                • Update Method
                  • Update(ICoordinateCalculator<Double>,ICoordinateCalculator<Double>) Method
            • CompositeTrendLineAnnotationBase
              • Overview
              • Members
              • CompositeTrendLineAnnotationBase Constructor
              • Methods
                • ExtendToTheLeft Method
                • ExtendToTheRight Method
                • FirstPlacedAnnotation Method
                • GetCategoryCoordinate Method
                • GetCoordinate Method
                • SnapToDecreaseTrend Method
                • SnapToIncreaseTrend Method
                • SnapToTheTrendEnds Method
                • ToCoordinate Method
                  • ToCoordinate(IComparable,ICoordinateCalculator<Double>,XyDirection) Method
                • ToCoordinates Method
                  • ToCoordinates(IComparable,IComparable,ICoordinateCalculator<Double>,ICoordinateCalculator<Double>) Method
                • Update 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
              • Overview
              • Members
              • CustomAnnotation Constructor
              • Methods
                • GetCurrentPlacementStrategy Method
                • IsPointWithinBounds Method
                • OnContentChanged Method
                • OnContentTemplateChanged Method
            • CustomAnnotationForMvvm
              • Overview
              • Members
              • CustomAnnotationForMvvm Constructor
            • CustomLineAnnotation
              • Overview
              • Members
              • CustomLineAnnotation Constructor
              • Methods
                • OnAnnotationMouseDown Method
                • OnApplyTemplate Method
              • Properties
                • DrawParallelCommand Property
            • 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
                • HorizontalAlignment Property
                • YDragStep Property
              • Fields
                • HorizontalAlignmentProperty Field
                • YDragStepProperty Field
            • HorizontalLineAnnotationForMvvm
              • Overview
              • Members
              • HorizontalLineAnnotationForMvvm Constructor
            • LineAnnotation
              • Overview
              • Members
              • LineAnnotation Constructor
              • Methods
                • GetCurrentPlacementStrategy Method
                • OnApplyTemplate Method
            • LineAnnotationBase
              • Overview
              • Members
              • LineAnnotationBase Constructor
              • Methods
                • GetPropertiesFromIndex Method
                • GetSelectedCursor Method
                • IsPointWithinBounds Method
              • Properties
                • Stroke Property
                • StrokeDashArray Property
                • StrokeEndLineCap Property
                • StrokeStartLineCap Property
                • StrokeThickness Property
              • Fields
                • StrokeDashArrayProperty Field
                • StrokeEndLineCapProperty Field
                • StrokeProperty Field
                • StrokeStartLineCapProperty Field
                • StrokeThicknessProperty Field
            • LineAnnotationForMvvm
              • Overview
              • Members
              • LineAnnotationForMvvm Constructor
            • 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
                • AnnotationLabelsProperty Field
                • FormattedLabelProperty Field
                • LabelPlacementProperty Field
                • LabelTextFormattingProperty Field
                • LabelValueProperty Field
                • ShowLabelProperty Field
            • LineArrowAnnotation
              • Overview
              • Members
              • LineArrowAnnotation Constructor
              • Methods
                • GetCurrentPlacementStrategy Method
                • IsPointWithinBounds Method
                • OnApplyTemplate Method
              • Properties
                • HeadLength Property
                • HeadWidth Property
              • Fields
                • HeadLengthProperty Field
                • HeadWidthProperty Field
            • LineArrowAnnotationForMvvm
              • Overview
              • Members
              • LineArrowAnnotationForMvvm Constructor
            • SeriesValueAxisMarkerAnnotation
              • Overview
              • Members
              • SeriesValueAxisMarkerAnnotation Constructor
            • TextAnnotation
              • Overview
              • Members
              • TextAnnotation Constructor
              • Methods
                • FocusInputTextArea Method
                • GetCurrentPlacementStrategy Method
                • IsPointWithinBounds Method
                • OnApplyTemplate Method
                • RemoveFocusInputTextArea Method
              • Properties
                • CornerRadius Property
                • Text Property
                • TextAlignment Property
              • Fields
                • CornerRadiusProperty Field
                • TextAlignmentProperty Field
                • TextProperty Field
                • TextStretchProperty Field
            • TextAnnotationForMvvm
              • Overview
              • Members
              • TextAnnotationForMvvm Constructor
            • TrendLineAnnotationBase
              • Overview
              • Members
              • TrendLineAnnotationBase Constructor
              • Methods
                • Clone Method
                • CloneTrendLine Method
                • GetCurrentModifier Method
                • ToCoordinate Method
                  • ToCoordinate(IComparable,Double,ICoordinateCalculator<Double>,XyDirection) Method
              • Properties
                • LineLevel Property
              • Fields
                • LineLevelProperty Field
            • 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
                • LabelsOrientation Property
                • VerticalAlignment Property
              • Fields
                • LabelsOrientationProperty Field
                • VerticalAlignmentProperty Field
            • VerticalLineAnnotationCollection
              • Overview
              • Members
              • VerticalLineAnnotationCollection Constructor
              • Methods
                • ClearItems Method
                • GetSchema Method
                • ReadXml Method
                • UnsubscribeInnerCollection Method
                • WriteXml Method
            • VerticalLineAnnotationForMvvm
              • Overview
              • Members
              • VerticalLineAnnotationForMvvm Constructor
          • Enumerations
            • AnnotationCanvas
            • AnnotationCoordinateMode
            • HorizontalAnchorPoint
            • LabelPlacement
            • VerticalAnchorPoint
          • Structures
            • AnnotationCoordinates
              • Overview
              • Members
              • Fields
                • X1Coord Field
                • X2Coord Field
                • XOffset Field
                • Y1Coord Field
                • Y2Coord Field
                • YOffset Field
            • TrendLineCoordinates
              • Overview
              • Members
              • Fields
                • X1DataValue Field
                • X1Snapped Field
                • X2DataValue Field
                • X2Snapped Field
                • Y1DataValue Field
                • Y1Snapped Field
                • Y2DataValue Field
                • Y2Snapped Field
          • Interfaces
            • IAnchorPointAnnotation
              • Overview
              • Members
              • Properties
                • HorizontalAnchorPoint Property
                • HorizontalOffset Property
                • VerticalAnchorPoint Property
                • VerticalOffset Property
            • 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
                • DragDelta Event
                • DragEnded Event
                • DragStarted Event
                • Selected Event
                • Unselected Event
            • IAnnotationAdorner
              • Overview
              • Members
              • Methods
                • Clear Method
                • Initialize Method
                • UpdatePositions Method
              • Properties
                • AdornedAnnotation Property
            • IAnnotationCanvas
              • Overview
              • Members
              • Properties
                • Children Property
            • IAnnotationResizeAdorner
              • Overview
              • Members
              • Properties
                • AdornerMarkers Property
            • IAnnotationsDrawingProvider
              • Overview
              • Members
              • Methods
                • DrawAnnotations Method
            • ICompositeAnnotation
              • Overview
              • Members
              • Properties
                • Annotations Property
        • SciChart.Charting.Visuals.Axes Namespace
          • Overview
          • Classes
            • AxisArea
              • Overview
              • Members
              • AxisArea Constructor
            • 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
                  • HitTest(Point) Method
                  • HitTest(IComparable) Method
                • InitializeLabelsPool Method
                • InvalidateElement Method
                • InvalidateParent Method
                • InvalidateParentSurface Method
                • IsPointWithinBounds Method
                • IsShown Method
                • IsValidForDrawing Method
                • IsVisibleRangeConstrained Method
                  • IsVisibleRangeConstrained(IRange) 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
                  • ScrollByDataPoints(Int32) Method
                  • ScrollByDataPoints(Int32,TimeSpan) Method
                • ScrollTo Method
                • ScrollToWithLimit Method
                • SetMouseCursor Method
                • TranslatePoint Method
                  • TranslatePoint(Point,IHitTestable) Method
                • TryApplyVisibleRangeLimit Method
                • UpdateAxisLabel Method
                • WriteXml Method
                • Zoom Method
                  • Zoom(Double,Double) Method
                  • Zoom(Double,Double,TimeSpan) Method
                • ZoomBy Method
                  • ZoomBy(Double,Double) Method
                  • ZoomBy(Double,Double,TimeSpan) 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
                • Arranged Event
                • DataRangeChanged Event
            • 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
                  • IsVisibleRangeConstrained() Method
                  • IsVisibleRangeConstrained(IRange) Method
                • IsVisibleRangeValid Method
                • OnAxisLoaded Method
                • OnAxisUnloaded Method
                • OnDependencyPropertyChanged Method
                  • OnDependencyPropertyChanged() Method
                  • OnDependencyPropertyChanged(DependencyObject,DependencyPropertyChangedEventArgs) Method
                • OnFlipCoordinatesChanged Method
                • OnIdChanged Method
                • OnPropertyChanged Method
                  • OnPropertyChanged(String) 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
                • PropertyChanged Event
                • VisibleRangeChanged Event
            • AxisParamsFactory
              • Overview
              • Members
              • Methods
                • Create Method
            • 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
                  • ScrollByDataPoints(Int32,TimeSpan) Method
                • ToDateRange Method
              • Properties
                • BarTimeFrame Property
                • CurrentDatapointWidth Property
                • IsCategoryAxis Property
                • MinimalZoomConstrain Property
                • ShowAxisOffsets Property
                • SubDayTextFormatting Property
              • Fields
                • BarTimeFrameProperty Field
                • ShowAxisOffsetsProperty Field
                • SubDayTextFormattingProperty Field
            • CategoryDateTimeAxisForMvvm
              • Overview
              • Members
              • CategoryDateTimeAxisForMvvm Constructor
            • 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
                • ShowAxisOffsetsProperty Field
            • CategoryNumericAxisForMvvm
              • Overview
              • Members
              • CategoryNumericAxisForMvvm Constructor
            • 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
                • SubDayTextFormatting Property
              • Fields
                • SubDayTextFormattingProperty Field
            • DateTimeAxisForMvvm
              • Overview
              • Members
              • DateTimeAxisForMvvm Constructor
            • DiscontiniousDateTimeAxisForMvvm
              • Overview
              • Members
              • DiscontiniousDateTimeAxisForMvvm Constructor
            • DoubleScaleDiscontinuousDateTimeAxisForMvvm
              • Overview
              • Members
              • DoubleScaleDiscontinuousDateTimeAxisForMvvm Constructor
            • DoubleScaleNumericAxis
              • Overview
              • Members
              • DoubleScaleNumericAxis Constructor
              • Methods
                • CalculateDelta Method
                • CalculateTicks Method
                • DrawAxisScaleGridLines Method
                • DrawAxisScaleMajorBands Method
                • DrawGridLines Method
                  • DrawGridLines(IRenderContext2D,TickCoordinates) Method
                • DrawTickLabels Method
                • OnApplyTemplate Method
                • OnDrawAxis Method
                • UpdateAxisLabel Method
              • Properties
                • AxisBandsFrequency Property
                • BottomScaleLabelProvider Property
                • DrawAxisScaleBands Property
              • Fields
                • AxisBandsFrequencyProperty Field
                • BottomScaleLabelProviderProperty Field
                • DrawAxisScaleBandsProperty Field
            • DoubleScaleNumericAxisForMvvm
              • Overview
              • Members
              • DoubleScaleNumericAxisForMvvm Constructor
            • GridLinesPanel
              • Overview
              • Members
              • GridLinesPanel Constructor
              • Methods
                • AddLine Method
                • Clear Method
                • GenerateElement Method
                • RemoveElementsAfter Method
              • Properties
                • EventAggregator Property
            • IndexDateTimeAxis
              • Overview
              • Members
              • IndexDateTimeAxis Constructor
              • Methods
                • CalculateDelta Method
                • CalculateYRange Method
                • Clone Method
                • GetAxisParams Method
                • GetMaximumRange Method
                • GetSupportedTypes Method
                • IsOfValidType Method
              • Properties
                • IndexDataProvider Property
                • IsCategoryAxis Property
              • Fields
                • IndexDataProviderProperty Field
            • IndexDateTimeAxisForMvvm
              • Overview
              • Members
              • IndexDateTimeAxisForMvvm Constructor
            • IndexNumericAxis
              • Overview
              • Members
              • IndexNumericAxis Constructor
              • Methods
                • CalculateDelta Method
                • CalculateYRange Method
                • Clone Method
                • ConvertTickToDataValue Method
                • GetAxisParams Method
                • GetMaximumRange Method
                • GetSupportedTypes Method
                • IsOfValidType Method
              • Properties
                • IndexDataProvider Property
                • IsCategoryAxis Property
              • Fields
                • IndexDataProviderProperty Field
            • IndexNumericAxisForMvvm
              • Overview
              • Members
              • IndexNumericAxisForMvvm Constructor
            • LogarithmicNumericAxisForMvvm
              • Overview
              • Members
              • LogarithmicNumericAxisForMvvm Constructor
            • NegativeLogarithmicAxisForMvvm
              • Overview
              • Members
              • NegativeLogarithmicAxisForMvvm Constructor
            • NumericAxis
              • Overview
              • Members
              • NumericAxis Constructor
              • Methods
                • CalculateDelta Method
                • CalculateYRange Method
                • Clone Method
                • GetDefaultNonZeroRange Method
                • GetDeltaCalculator Method
                • GetSupportedTypes Method
                • GetUndefinedRange Method
                • IsOfValidType Method
              • Properties
                • MajorDelta Property
                • MinimalZoomConstrain Property
                • MinorDelta Property
                • ScientificNotation Property
              • Fields
                • ScientificNotationProperty Field
            • NumericAxisForMvvm
              • Overview
              • Members
              • NumericAxisForMvvm Constructor
            • ParallelDateTimeAxis
              • Overview
              • Members
              • ParallelDateTimeAxis Constructor
              • Properties
                • AxisIndex Property
                • AxisLabel Property
            • ParallelNumericAxis
              • Overview
              • Members
              • ParallelNumericAxis Constructor
              • Properties
                • AxisIndex Property
                • AxisLabel Property
            • PolarXAxis
              • Overview
              • Members
              • PolarXAxis Constructor
              • Methods
                • DrawGridLines Method
                  • DrawGridLines(IRenderContext2D,IPen2D,IEnumerable<Single>) Method
                • GetAxisOffset Method
                • GetAxisParams Method
                • GetLabelPosition Method
                • GetOffsetForLabels Method
                • HitTest Method
                  • HitTest(IComparable) Method
                  • HitTest(Point) Method
                • OnApplyTemplate Method
              • Properties
                • IsHorizontalAxis Property
                • IsPolarAxis Property
                • RotationAngle Property
              • Fields
                • RotationAngleProperty Field
            • PolarXAxisForMvvm
              • Overview
              • Members
              • PolarXAxisForMvvm Constructor
            • PolarYAxis
              • Overview
              • Members
              • PolarYAxis Constructor
              • Methods
                • DrawGridLines Method
                  • DrawGridLines(IRenderContext2D,IPen2D,IEnumerable<Single>) Method
                • GetAxisOffset Method
                • GetAxisParams Method
              • Properties
                • Angle Property
                • IsPolarAxis Property
              • Fields
                • AngleProperty Field
            • PolarYAxisForMvvm
              • Overview
              • Members
              • PolarYAxisForMvvm Constructor
            • RadarAxis
              • Overview
              • Members
              • RadarAxis Constructor
              • Methods
                • DrawGridLines Method
                  • DrawGridLines(IRenderContext2D,TickCoordinates) Method
                  • DrawGridLines(IRenderContext2D,IPen2D,IEnumerable<Single>) Method
                • DrawTickLabels Method
                • GetAxisTitle Method
                • GetCoordinate Method
                  • GetCoordinate(Double) Method
                  • GetCoordinate(IComparable) Method
                • GetDataValue Method
                  • GetDataValue(Point) Method
                  • GetDataValue(Double) Method
                • InvalidateParentSurface Method
                • OnDrawAxis Method
              • Properties
                • AxisAngle Property
                • AxisBorderStyle Property
                • AxisLength Property
                • DrawAxisLine Property
                • GridLinesType Property
                • SkippedFirstTicks Property
                • SkippedLastTicks Property
              • Fields
                • AxisAngleProperty Field
                • AxisBorderStyleProperty Field
                • AxisLengthProperty Field
                • DrawAxisLineProperty Field
                • GridLinesTypeProperty Field
                • SkippedFirstTicksProperty Field
                • SkippedLastTicksProperty Field
            • RadarAxisForMvvm
              • Overview
              • Members
              • RadarAxisForMvvm Constructor
            • 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
                • AxisAlignmentProperty Field
                • TitleFontSizeProperty Field
                • TitleFontWeightProperty Field
                • VertexLabelStyleProperty Field
                • VertexTitleProperty Field
            • TernaryAxisLabelTick
              • Overview
              • Members
              • TernaryAxisLabelTick Constructor
              • Properties
                • DefaultForeground Property
                • LabelName Property
                • TickDirection Property
                • TickLineStyle Property
              • Fields
                • DefaultForegroundProperty Field
                • LabelNameProperty Field
                • TickDirectionProperty Field
                • TickLineStyleProperty Field
              • Events
                • PropertyChanged Event
            • TernaryNumericAxis
              • Overview
              • Members
              • TernaryNumericAxis Constructor
              • Methods
                • CalculateDelta Method
                • GetDeltaCalculator Method
                • GetUndefinedRange Method
                • IsOfValidType Method
              • Properties
                • MajorDelta Property
                • MinorDelta Property
            • TimeSpanAxis
              • Overview
              • Members
              • TimeSpanAxis Constructor
              • Methods
                • CalculateDataRange Method
                • CalculateYRange Method
                • ConvertTickToDataValue Method
                • GetDefaultNonZeroRange Method
                • GetDeltaCalculator Method
                • GetMaximumRange Method
                • GetSupportedTypes Method
                • GetUndefinedRange Method
                • IsOfValidType Method
                • ToVisibleRange Method
            • TimeSpanAxisBase
              • Overview
              • Members
              • TimeSpanAxisBase Constructor
              • Methods
                • CalculateDelta Method
                • Clone Method
                • GetDataValue Method
                • ToVisibleRange Method
              • Properties
                • MajorDelta Property
                • MinimalZoomConstrain Property
                • MinorDelta Property
            • TimeSpanAxisForMvvm
              • Overview
              • Members
              • TimeSpanAxisForMvvm Constructor
          • Enumerations
            • AutoRange
            • AxisAlignment
            • AxisMode
            • GridLinesType
            • TernaryAxisAlignment
            • TickDirection
          • Structures
            • AxisParams
              • Overview
              • Members
              • Methods
                • Equals Method
                  • Equals(Object) Method
                  • Equals(AxisParams) Method
                • GetHashCode Method
          • 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
                  • ScrollByDataPoints(Int32) Method
                  • ScrollByDataPoints(Int32,TimeSpan) Method
                • ScrollTo Method
                • ScrollToWithLimit Method
                • SetMouseCursor Method
                • Zoom Method
                  • Zoom(Double,Double) Method
                  • Zoom(Double,Double,TimeSpan) Method
                • ZoomBy Method
                  • ZoomBy(Double,Double) Method
                  • ZoomBy(Double,Double,TimeSpan) 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
                • DataRangeChanged Event
                • VisibleRangeChanged Event
            • 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
              • Overview
              • Members
              • Methods
                • ClipRange Method
                • Scroll Method
                • ScrollInMaxDirection Method
                • ScrollInMinDirection Method
                • Zoom Method
                • ZoomBy Method
            • IAxisParams
              • Overview
              • Members
              • Methods
                • GetMaximumRange Method
              • Properties
                • GrowBy Property
                • MajorDelta Property
                • MinorDelta Property
                • VisibleRange Property
            • ICategoryAxis
              • Overview
              • Members
              • Properties
                • CurrentDatapointWidth Property
            • IGridLinesPanel
              • Overview
              • Members
              • Methods
                • AddLine Method
                • Clear Method
                • GenerateElement Method
                • RemoveElementsAfter Method
              • Properties
                • BorderThickness Property
                • Height Property
                • Width Property
            • IIndexAxis
              • Overview
              • Members
              • Properties
                • IndexDataProvider Property
            • INotifyDataRangeChanged
              • Overview
              • Members
              • Methods
                • NotifyDataRangeChanged Method
            • IParallelAxis
              • Overview
              • Members
              • Properties
                • AxisIndex Property
                • AxisLabel Property
            • 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
                • Angle Property
                • AxisAlignment Property
                • DataRange Property
                • IsYAxis Property
                • IsZAxis Property
                • LabelProvider Property
                • ModifierAxisCanvas Property
                • ParentSurface Property
                • TickTextBrush Property
                • Visibility Property
            • ITernaryHitTestable
              • Overview
              • Members
              • Properties
                • ActualHeight Property
                • ActualWidth Property
        • SciChart.Charting.Visuals.Axes.AxisBandProviders Namespace
          • Overview
          • Classes
            • AxisBandInfo<T>
              • Overview
              • Members
              • AxisBandInfo<T> Constructor
              • Methods
                • Equals Method
                  • Equals(AxisBandInfo<T>) Method
                  • Equals(Object) Method
                • GetHashCode Method
              • Properties
                • BandColor Property
                • BandRange Property
            • AxisBandsProviderBase<T>
              • Overview
              • Members
              • AxisBandsProviderBase<T> Constructor
              • Methods
                • CoerceBandRange Method
                • DrawAxisBand Method
                • DrawAxisBands Method
                • DrawCustomAxisBands Method
                • GetAxisBandsFor Method
                  • GetAxisBandsFor(IRange) Method
                  • GetAxisBandsFor(T) Method
              • Properties
                • AxisBands Property
            • DateTimeAxisBandsProvider
              • Overview
              • Members
              • DateTimeAxisBandsProvider Constructor
              • Methods
                • CoerceBandRange Method
            • NumericAxisBandsProvider
              • Overview
              • Members
              • NumericAxisBandsProvider Constructor
            • TimeSpanAxisBandsProvider
              • Overview
              • Members
              • TimeSpanAxisBandsProvider Constructor
          • Interfaces
            • IAxisBandInfo
              • Overview
              • Members
              • Properties
                • BandColor Property
                • BandRange Property
            • IAxisBandInfo<T>
              • Overview
              • Members
              • Properties
                • BandRange Property
            • IAxisBandsProvider
              • Overview
              • Members
              • Methods
                • DrawAxisBands Method
                • Init Method
              • Properties
                • ParentAxis Property
            • IAxisBandsProviderBase
              • Overview
              • Members
              • Methods
                • GetAxisBandsFor Method
              • Properties
                • AxisBands Property
        • SciChart.Charting.Visuals.Axes.AxisHelpers Namespace
          • Overview
        • SciChart.Charting.Visuals.Axes.AxisInteractivityHelpers Namespace
          • Overview
          • Classes
            • AxisInteractivityHelperFactory
              • Overview
              • Members
              • Methods
                • New Method
        • 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
                • BusinessHours Property
            • DiscontinuousDateTimeAxis
              • Overview
              • Members
              • DiscontinuousDateTimeAxis Constructor
              • Methods
                • CalculateDelta Method
                • CoerceVisibleRange Method
                • GetAxisParams Method
                • GetDefaultNonZeroRange Method
                • GetDeltaCalculator Method
                • GetMajorTickIndex Method
                • IsValidRange Method
                • OnCalendarChanged Method
              • Properties
                • Calendar Property
              • Fields
                • CalendarProperty Field
            • DoubleScaleDiscontinuousAxisBottomScaleLabelProvider
              • Overview
              • Members
              • DoubleScaleDiscontinuousAxisBottomScaleLabelProvider Constructor
              • Methods
                • FormatCursorLabel Method
                • FormatLabel Method
            • DoubleScaleDiscontinuousAxisTopScaleLabelProvider
              • Overview
              • Members
              • DoubleScaleDiscontinuousAxisTopScaleLabelProvider Constructor
              • Methods
                • FormatCursorLabel Method
                • FormatLabel Method
            • DoubleScaleDiscontinuousDateTimeAxis
              • Overview
              • Members
              • DoubleScaleDiscontinuousDateTimeAxis Constructor
              • Methods
                • CalculateDelta Method
                • CalculateTicks Method
                • DrawAxisScaleGridLines Method
                • DrawAxisScaleMajorBands Method
                • DrawGridLines Method
                  • DrawGridLines(IRenderContext2D,TickCoordinates) Method
                • DrawTickLabels Method
                • GetMajorTickIndex Method
                • OnApplyTemplate Method
                • OnCalendarChanged Method
                • OnDrawAxis Method
                • UpdateAxisLabel Method
              • Properties
                • AxisBandsFrequency Property
                • DrawAxisScaleBands Property
                • TopScaleLabelProvider Property
                • TopScaleTickCoordinatesProvider Property
              • Fields
                • AxisBandsFrequencyProperty Field
                • DrawAxisScaleBandsProperty Field
                • TopScaleLabelProviderProperty Field
          • Enumerations
            • AxisBandsFrequency
          • Interfaces
            • IDiscontinuousHelper<T>
              • Overview
              • Members
              • Methods
                • FindClosestAvailableValue Method
                • GetDiffBetweenValues Method
                • GetValueByOffset Method
        • SciChart.Charting.Visuals.Axes.IndexDataProviders Namespace
          • Overview
          • Classes
            • ArrayIndexDataProvider<T>
              • Overview
              • Members
              • ArrayIndexDataProvider<T> Constructor
              • Methods
                • Dispose Method
              • Properties
                • IndexCalculator Property
                • IsDisposed Property
            • DataSeriesIndexDataProvider
              • Overview
              • Members
              • DataSeriesIndexDataProvider Constructor
              • Methods
                • Dispose Method
              • Properties
                • IndexCalculator Property
                • IsDisposed Property
            • DefaultDataSeriesIndexDataProvider
              • Overview
              • Members
              • DefaultDataSeriesIndexDataProvider Constructor
              • Methods
                • Dispose Method
              • Properties
                • IndexCalculator Property
                • IsDisposed Property
          • Interfaces
            • IIndexDataProvider
              • Overview
              • Members
              • Properties
                • IndexCalculator Property
        • SciChart.Charting.Visuals.Axes.LabelProviders Namespace
          • Overview
          • Classes
            • AxisTitle
              • Overview
              • Members
              • AxisTitle Constructor
              • Properties
                • Orientation Property
              • Fields
                • OrientationProperty Field
            • DateTimeLabelProvider
              • Overview
              • Members
              • DateTimeLabelProvider Constructor
              • Methods
                • FormatCursorLabel Method
                • FormatLabel Method
            • DefaultTickLabel
              • Overview
              • Members
              • DefaultTickLabel Constructor
              • Methods
                • OnPropertyChanged Method
                  • OnPropertyChanged(String) Method
              • 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
                • PropertyChanged Event
            • DefaultTickLabelViewModel
              • Overview
              • Members
              • DefaultTickLabelViewModel Constructor
              • Methods
                • OnPropertyChanged Method
              • Properties
                • Exponent Property
                • HasExponent Property
                • Separator Property
                • Text Property
              • Events
                • PropertyChanged Event
            • DiscontinuousDateTimeLabelProvider
              • Overview
              • Members
              • DiscontinuousDateTimeLabelProvider Constructor
              • Methods
                • CheckAxisType Method
                • FormatCursorLabel Method
                • FormatLabel Method
            • DoubleScaleNumericAxisBottomScaleLabelProvider
              • Overview
              • Members
              • DoubleScaleNumericAxisBottomScaleLabelProvider Constructor
              • Methods
                • FormatCursorLabel Method
                • FormatLabel Method
            • DoubleScaleNumericAxisTopScaleLabelProvider
              • Overview
              • Members
              • DoubleScaleNumericAxisTopScaleLabelProvider Constructor
              • Methods
                • FormatCursorLabel Method
                • FormatLabel Method
            • LabelProviderBase
              • Overview
              • Members
              • LabelProviderBase Constructor
              • Methods
                • CreateDataContext Method
                • FormatCursorLabel Method
                • FormatLabel Method
                • OnBeginAxisDraw Method
                • UpdateDataContext Method
            • LogarithmicNumericLabelProvider
              • Overview
              • Members
              • LogarithmicNumericLabelProvider Constructor
              • Methods
                • Init Method
                • UpdateDataContext Method
            • NumericLabelProvider
              • Overview
              • Members
              • NumericLabelProvider Constructor
              • Methods
                • CreateDataContext Method
                • FormatCursorLabel Method
                • FormatLabel Method
                • UpdateDataContext Method
            • NumericTickLabel
              • Overview
              • Members
              • NumericTickLabel Constructor
            • NumericTickLabelViewModel
              • Overview
              • Members
              • NumericTickLabelViewModel Constructor
              • Properties
                • Exponent Property
                • HasExponent Property
                • Separator Property
            • RadarAxisTitle
              • Overview
              • Members
              • RadarAxisTitle Constructor
            • SmartDateLabelProvider
              • Overview
              • Members
              • SmartDateLabelProvider Constructor
              • Methods
                • FormatDatePrecise Method
                • FormatDateWide Method
                • FormatLabel Method
                • GetLabelFormatForRange Method
                • OnBeginAxisDraw Method
                  • OnBeginAxisDraw(IList<IComparable>) Method
                • SmartFormatLabel Method
              • Properties
                • DateOffset Property
                • ShowWiderDateOnFirstLabel Property
                • ShowYearOnWiderDate Property
              • Fields
                • _firstLabel Field
                • _format Field
            • TernaryAxisTitle
              • Overview
              • Members
              • TernaryAxisTitle Constructor
            • TernaryAxisVertexLabel
              • Overview
              • Members
              • TernaryAxisVertexLabel Constructor
            • TimeSpanLabelProvider
              • Overview
              • Members
              • TimeSpanLabelProvider Constructor
              • Methods
                • FormatCursorLabel Method
                • FormatLabel Method
            • TradeChartAxisLabelProvider
              • Overview
              • Members
              • TradeChartAxisLabelProvider Constructor
              • Methods
                • FormatCursorLabel Method
                • FormatLabel Method
                • Init Method
                • OnBeginAxisDraw Method
          • Enumerations
            • TradeChartLabelFormat
          • Interfaces
            • ILabelProvider
              • Overview
              • Members
              • Methods
                • CreateDataContext Method
                • FormatCursorLabel Method
                • FormatLabel Method
                • Init Method
                • OnBeginAxisDraw Method
                • UpdateDataContext Method
            • ITickLabelViewModel
              • Overview
              • Members
              • Properties
                • Exponent Property
                • HasExponent Property
                • Separator Property
                • Text Property
        • SciChart.Charting.Visuals.Axes.LogarithmicAxis Namespace
          • Overview
          • Classes
            • LogarithmicBaseConverter
              • Overview
              • Members
              • LogarithmicBaseConverter Constructor
              • Methods
                • CanConvertFrom Method
                  • CanConvertFrom(ITypeDescriptorContext,Type) Method
                • ConvertFrom Method
                  • ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
            • LogarithmicNumericAxis
              • Overview
              • Members
              • LogarithmicNumericAxis Constructor
              • Methods
                • CalculateTicks Method
                • GetAxisParams Method
                • GetDefaultNonZeroRange Method
                • GetDeltaCalculator Method
                • GetMaximumRange Method
                • IsValidRange Method
                • IsVisibleRangeConstrained Method
                  • IsVisibleRangeConstrained(IRange) Method
              • Properties
                • EnableHighPrecisionTicks Property
                • IsLogarithmicAxis Property
                • IsNegativeLogarithmicAxis Property
                • LogarithmicBase Property
                • ShowAxisOffsets Property
              • Fields
                • EnableHighPrecisionTicksProperty Field
                • LogarithmicBaseProperty Field
                • ShowAxisOffsetsProperty Field
            • NegativeLogarithmicAxis
              • Overview
              • Members
              • NegativeLogarithmicAxis Constructor
              • Methods
                • GetDefaultNonZeroRange Method
                • IsVisibleRangeConstrained Method
                  • IsVisibleRangeConstrained(IRange) Method
              • Properties
                • IsNegativeLogarithmicAxis Property
          • Interfaces
            • ILogarithmicAxis
              • Overview
              • Members
              • Properties
                • IsNegativeLogarithmicAxis Property
                • LogarithmicBase Property
                • ScientificNotation Property
        • SciChart.Charting.Visuals.Constants Namespace
          • Overview
        • SciChart.Charting.Visuals.Events Namespace
          • Overview
          • Classes
            • AnnotationDragDeltaEventArgs
              • Overview
              • Members
              • AnnotationDragDeltaEventArgs Constructor
              • Properties
                • HorizontalOffset Property
                • VerticalOffset Property
            • AxisAlignmentChangedEventArgs
              • Overview
              • Members
              • AxisAlignmentChangedEventArgs Constructor
              • Properties
                • AxisId Property
                • NewAlignment Property
                • OldAlignment Property
            • SelectedRangeChangedEventArgs
              • Overview
              • Members
              • Properties
                • EventType Property
                • SelectedRange Property
            • VisibleRangeChangedEventArgs
              • Overview
              • Members
              • VisibleRangeChangedEventArgs Constructor
              • Properties
                • IsAnimating Property
                • NewVisibleRange Property
                • OldVisibleRange Property
          • Enumerations
            • SelectedRangeEventType
        • SciChart.Charting.Visuals.PaletteProviders Namespace
          • Overview
          • Structures
            • PointPaletteInfo
              • Overview
              • Members
              • Properties
                • Fill Property
                • Stroke Property
          • Interfaces
            • IFillPaletteProvider
              • Overview
              • Members
              • Methods
                • OverrideFillBrush Method
            • IHeatmapPaletteProvider
              • Overview
              • Members
              • Methods
                • OverrideCellColor Method
            • IPaletteProvider
              • Overview
              • Members
              • Methods
                • OnBeginSeriesDraw Method
            • IPointMarkerPaletteProvider
              • Overview
              • Members
              • Methods
                • OverridePointMarker Method
            • IStrokePaletteProvider
              • Overview
              • Members
              • Methods
                • OverrideStrokeColor Method
        • 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
                  • OnPropertyChanged(DependencyObject,DependencyPropertyChangedEventArgs) 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
                • _xOffset Field
                • _yOffset Field
                • AntiAliasingProperty Field
                • FillProperty Field
                • PointMarkerBatchStrategyProperty Field
                • PointMarkerTemplateProperty Field
                • StrokeProperty Field
                • StrokeThicknessProperty Field
            • BitmapSpriteBase
              • Overview
              • Members
              • BitmapSpriteBase Constructor
              • Methods
                • BeginBatch Method
                • CreateSprite Method
                • Dispose Method
                • Draw Method
                • GetSprite Method
                • GetSpriteSize Method
                • OnPropertyChanged Method
                  • OnPropertyChanged(DependencyObject,DependencyPropertyChangedEventArgs) Method
                • RenderToCache Method
              • Properties
                • RenderSize Property
            • ClusteredPointMarkerBatchStrategy
              • Overview
              • Members
              • ClusteredPointMarkerBatchStrategy Constructor
              • Methods
                • AttachToMarker Method
                • BeginBatch Method
                • DetachMarker Method
                • EndBatch Method
                • IsInBounds Method
                • MoveTo Method
              • Properties
                • ClusteredPoints Property
            • CrossPointMarker
              • Overview
              • Members
              • CrossPointMarker Constructor
              • Methods
                • RenderToCache Method
            • DefaultPointMarkerBatchStrategy
              • Overview
              • Members
              • DefaultPointMarkerBatchStrategy Constructor
              • Methods
                • AttachToMarker Method
                • BeginBatch Method
                • DetachMarker Method
                • EndBatch Method
                • IsInBounds Method
                • MoveTo Method
            • EllipsePointMarker
              • Overview
              • Members
              • EllipsePointMarker Constructor
              • Methods
                • RenderToCache Method
            • InvertedTrianglePointMarker
              • Overview
              • Members
              • InvertedTrianglePointMarker Constructor
              • Methods
                • RenderToCache Method
            • SpritePointMarker
              • Overview
              • Members
              • SpritePointMarker Constructor
              • Methods
                • CreateSprite Method
                • OnPropertyChanged Method
                  • OnPropertyChanged(DependencyObject,DependencyPropertyChangedEventArgs) Method
                • RenderToCache Method
            • SquarePointMarker
              • Overview
              • Members
              • SquarePointMarker Constructor
              • Methods
                • RenderToCache Method
            • TrianglePointMarker
              • Overview
              • Members
              • TrianglePointMarker Constructor
              • Methods
                • GetSpriteSize Method
                • RenderToCache Method
            • XPointMarker
              • Overview
              • Members
              • XPointMarker Constructor
              • Methods
                • RenderToCache Method
          • Interfaces
            • IPointMarker
              • Overview
              • Members
              • Methods
                • Attach Method
                • BeginBatch Method
                • Detach Method
                • Draw Method
                • EndBatch Method
                • MoveTo Method
              • Properties
                • Fill Property
                • Height Property
                • RenderableSeries Property
                • Stroke Property
                • StrokeThickness Property
                • Width Property
            • IPointMarkerBatchStrategy
              • Overview
              • Members
              • Methods
                • AttachToMarker Method
                • BeginBatch Method
                • DetachMarker Method
                • EndBatch Method
                • IsInBounds Method
                • MoveTo Method
        • SciChart.Charting.Visuals.RenderableSeries Namespace
          • Overview
          • Classes
            • AxisInfo
              • Overview
              • Members
              • AxisInfo Constructor
              • Properties
                • AxisAlignment Property
                • AxisFormattedDataValue Property
                • AxisId Property
                • AxisTitle Property
                • CursorFormattedDataValue Property
                • DataValue Property
                • IsHorizontal Property
                • IsMasterChartAxis Property
                • IsXAxis Property
            • AxisLabelControl
              • Overview
              • Members
              • AxisLabelControl Constructor
            • BaseColumnRenderableSeries
              • Overview
              • Members
              • BaseColumnRenderableSeries Constructor
              • Methods
                • GetColumnCenterTopAndBottom Method
                • GetColumnWidth Method
                • GetNonUniformColumnWidth Method
              • Properties
                • DataPointWidth Property
                • DrawZeroDataPoints Property
                • Fill Property
                • FillBrushMappingMode Property
                • MinColumnWidth Property
                • UseUniformWidth Property
              • Fields
                • DataPointWidthProperty Field
                • DrawZeroDataPointsProperty Field
                • FillBrushMappingModeProperty Field
                • FillProperty Field
                • UseUniformWidthProperty Field
            • 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
                • AlternateTextColorProperty Field
                • ColorMapProperty Field
                • DrawTextInCellProperty Field
                • TextColorProperty Field
                • TextFormattingProperty Field
                • UseAlternateTextColorProperty Field
                • UseLinearTextureFilteringProperty Field
            • BaseMountainRenderableSeries
              • Overview
              • Members
              • BaseMountainRenderableSeries Constructor
              • Properties
                • Fill Property
              • Fields
                • FillProperty Field
            • 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
                  • GetYRange(IRange) Method
                  • GetYRange(IRange,Boolean) Method
                • GetYZeroCoord Method
                  • GetYZeroCoord() Method
                  • GetYZeroCoord(ICoordinateCalculator<Double>,Boolean) 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
                • IsVisibleChanged Event
                • SelectionChanged Event
            • BaseTernaryRenderableSeries
              • Overview
              • Members
              • BaseTernaryRenderableSeries Constructor
              • Methods
                • GetIsValidForDrawing Method
                • GetParentSurface Method
                • GetPolygonPoints Method
                • GetSeriesInfo Method
                • IsValidCoord Method
                • OnInvalidateParentSurface Method
              • Properties
                • CurrentRenderPassData Property
                • DataSeries Property
                • XAxis Property
                • YAxis Property
                • ZAxis Property
            • ContourLine
              • Overview
              • Members
              • ContourLine Constructor
              • Properties
                • Stroke Property
                • StrokeDashArray Property
                • StrokeThickness Property
              • Fields
                • DrawLabelsProperty Field
                • StrokeDashArrayProperty Field
                • StrokeProperty Field
                • StrokeThicknessProperty Field
                • TextFormattingProperty Field
            • CursorLabelControl
              • Overview
              • Members
              • CursorLabelControl Constructor
            • CustomRenderableSeries
              • Overview
              • Members
              • CustomRenderableSeries Constructor
              • Methods
                • Draw Method
              • Properties
                • DrawingProviders Property
                • HitTestProvider Property
            • CustomRenderableSeries.CustomSeriesDrawingProvider
              • Overview
              • Members
              • CustomRenderableSeries.CustomSeriesDrawingProvider Constructor
              • Methods
                • OnDraw Method
            • CustomRenderableSeries.CustomSeriesHitTestProvider
              • Overview
              • Members
              • CustomRenderableSeries.CustomSeriesHitTestProvider Constructor
            • DefaultSeriesInfoProvider
              • Overview
              • Members
              • DefaultSeriesInfoProvider Constructor
              • Methods
                • GetSeriesInfo Method
                • OnAppendDataColumnInfo Method
            • DrawHistoBarStrategy
              • Overview
              • Members
              • DrawHistoBarStrategy Constructor
              • Properties
                • DrawHistoBar Property
            • ExtremeScatterRenderableSeries
              • Overview
              • Members
              • ExtremeScatterRenderableSeries Constructor
              • Properties
                • DrawingProviders Property
                • HitTestProvider Property
            • ExtremeScatterRenderableSeriesForMvvm
              • Overview
              • Members
              • ExtremeScatterRenderableSeriesForMvvm Constructor
            • FastBandRenderableSeries
              • Overview
              • Members
              • FastBandRenderableSeries Constructor
              • Methods
                • CreateRolloverMarker Method
                • GetIsValidForDrawing Method
                • OnDataSeriesDependencyPropertyChanged Method
                  • OnDataSeriesDependencyPropertyChanged(IDataSeries,IDataSeries) Method
              • Properties
                • DrawingProviders Property
                • Fill Property
                • FillY1 Property
                • HitTestProvider Property
                • RolloverMarkerY1 Property
                • StrokeDashArrayY1 Property
                • StrokeY1 Property
              • Fields
                • FillProperty Field
                • FillY1Property Field
                • StrokeDashArrayY1Property Field
                • StrokeY1Property Field
            • FastBandRenderableSeriesForMvvm
              • Overview
              • Members
              • FastBandRenderableSeriesForMvvm Constructor
            • FastBoxPlotRenderableSeries
              • Overview
              • Members
              • FastBoxPlotRenderableSeries Constructor
              • Methods
                • GetIsValidForDrawing Method
                • GetSeriesInfo Method
              • Properties
                • DataPointWidth Property
                • DrawingProviders Property
                • Fill Property
                • HitTestProvider Property
                • LastBarWidth Property
              • Fields
                • DataPointWidthProperty Field
                • FillProperty Field
            • FastBoxPlotRenderableSeriesForMvvm
              • Overview
              • Members
              • FastBoxPlotRenderableSeriesForMvvm Constructor
            • FastBubbleRenderableSeries
              • Overview
              • Members
              • FastBubbleRenderableSeries Constructor
              • Methods
                • GetBubbleDiameter Method
              • Properties
                • ApplyAreaSizingInsteadOfRadius Property
                • AutoZRange Property
                • BubbleColor Property
                • DrawingProviders Property
                • HitTestProvider Property
                • MaxBubbleSizeInPixels Property
                • MaxZValue Property
                • ZScaleFactor Property
              • Fields
                • ApplyAreaSizingInsteadOfRadiusProperty Field
                • AutoZRangeProperty Field
                • BubbleColorProperty Field
                • MaxBubbleSizeInPixelsProperty Field
                • ZScaleFactorProperty Field
            • FastBubbleRenderableSeriesForMvvm
              • Overview
              • Members
              • FastBubbleRenderableSeriesForMvvm Constructor
            • FastCandlestickRenderableSeries
              • Overview
              • Members
              • FastCandlestickRenderableSeries Constructor
              • Methods
                • GetIndicesRange Method
                • GetIsValidForDrawing Method
                • OnDataSeriesDependencyPropertyChanged Method
                  • OnDataSeriesDependencyPropertyChanged(IDataSeries,IDataSeries) Method
              • Properties
                • DataPointWidth Property
                • DrawingProviders Property
                • FillDown Property
                • FillUp Property
                • HitTestProvider Property
                • LastCandleWidth Property
                • StrokeDown Property
                • StrokeUp Property
              • Fields
                • DataPointWidthProperty Field
                • FillDownProperty Field
                • FillUpProperty Field
                • StrokeDownProperty Field
                • StrokeUpProperty Field
            • FastCandlestickRenderableSeriesForMvvm
              • Overview
              • Members
              • FastCandlestickRenderableSeriesForMvvm Constructor
            • FastColumnRenderableSeries
              • Overview
              • Members
              • FastColumnRenderableSeries Constructor
              • Methods
                • GetIsValidForDrawing Method
                • GetYRange Method
                  • GetYRange(IRange,Boolean) Method
              • Properties
                • DataPointWidthMode Property
                • DrawingProviders Property
                • HitTestProvider Property
              • Fields
                • DataPointWidthModeProperty Field
            • FastColumnRenderableSeriesForMvvm
              • Overview
              • Members
              • FastColumnRenderableSeriesForMvvm Constructor
            • FastErrorBarsRenderableSeries
              • Overview
              • Members
              • FastErrorBarsRenderableSeries Constructor
              • Methods
                • GetIsValidForDrawing Method
                • GetXRange Method
                • GetYRange Method
                  • GetYRange(IRange,Boolean) Method
                • OnDataSeriesDependencyPropertyChanged Method
                  • OnDataSeriesDependencyPropertyChanged(IDataSeries,IDataSeries) Method
              • Properties
                • DataPointWidth Property
                • DataPointWidthMode Property
                • DrawingProviders Property
                • ErrorDirection Property
                • HitTestProvider Property
                • LastErrorBarWidth Property
              • Fields
                • DataPointWidthModeProperty Field
                • DataPointWidthProperty Field
                • ErrorDirectionProperty Field
            • FastErrorBarsRenderableSeriesForMvvm
              • Overview
              • Members
              • FastErrorBarsRenderableSeriesForMvvm Constructor
            • FastHistoBarRenderableSeries
              • Overview
              • Members
              • FastHistoBarRenderableSeries Constructor
              • Methods
                • DrawHistogramBar Method
                • GetIndicesRange Method
                • GetIsValidForDrawing Method
                • GetYRange Method
                  • GetYRange(IRange,Boolean) Method
                • OnDataSeriesDependencyPropertyChanged Method
                  • OnDataSeriesDependencyPropertyChanged(IDataSeries,IDataSeries) 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
                • AskBarStyleProperty Field
                • BidBarStyleProperty Field
                • HistogramModeProperty Field
                • HorizontalBarSpacingProperty Field
                • MarketProfileSeriesHelperProperty Field
                • MaxHistoBarCandlesProperty Field
                • ShowCandlesticksProperty Field
                • TickSizeProperty Field
                • VerticalBarSpacingProperty Field
            • FastHistoBarRenderableSeriesForMvvm
              • Overview
              • Members
              • FastHistoBarRenderableSeriesForMvvm Constructor
            • FastImpulseRenderableSeries
              • Overview
              • Members
              • FastImpulseRenderableSeries Constructor
              • Methods
                • GetIsValidForDrawing Method
                • GetYRange Method
                  • GetYRange(IRange,Boolean) Method
              • Properties
                • DrawingProviders Property
                • HitTestProvider Property
            • FastImpulseRenderableSeriesForMvvm
              • Overview
              • Members
              • FastImpulseRenderableSeriesForMvvm Constructor
            • FastLineRenderableSeries
              • Overview
              • Members
              • FastLineRenderableSeries Constructor
              • Methods
                • GetIsValidForDrawing Method
              • Properties
                • DrawingProviders Property
                • HitTestProvider Property
            • FastLineRenderableSeriesForMvvm
              • Overview
              • Members
              • FastLineRenderableSeriesForMvvm Constructor
            • FastMarketProfileRenderableSeries
              • Overview
              • Members
              • FastMarketProfileRenderableSeries Constructor
              • Methods
                • GetIndicesRange Method
                • GetIsValidForDrawing Method
              • 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
                • FillAskProperty Field
                • FillBidProperty Field
                • MarketProfileSeriesHelperProperty Field
                • MarketProfileWidthProperty Field
                • StrokeAskProperty Field
                • StrokeBidProperty Field
                • TickSizeProperty Field
                • VerticalBarOffsetProperty Field
            • FastMarketProfileRenderableSeriesForMvvm
              • Overview
              • Members
              • FastMarketProfileRenderableSeriesForMvvm Constructor
            • FastMountainRenderableSeries
              • Overview
              • Members
              • FastMountainRenderableSeries Constructor
              • Methods
                • GetIsValidForDrawing Method
              • Properties
                • DrawingProviders Property
                • HitTestProvider Property
            • FastMountainRenderableSeriesForMvvm
              • Overview
              • Members
              • FastMountainRenderableSeriesForMvvm Constructor
            • FastNonUniformHeatmapRenderableSeries
              • Overview
              • Members
              • FastNonUniformHeatmapRenderableSeries Constructor
              • Methods
                • OnDataSeriesDependencyPropertyChanged Method
                  • OnDataSeriesDependencyPropertyChanged(IDataSeries,IDataSeries) Method
            • FastNonUniformHeatmapRenderableSeriesForMvvm
              • Overview
              • Members
              • FastNonUniformHeatmapRenderableSeriesForMvvm Constructor
            • FastOhlcRenderableSeries
              • Overview
              • Members
              • FastOhlcRenderableSeries Constructor
              • Methods
                • GetIsValidForDrawing Method
                • OnDataSeriesDependencyPropertyChanged Method
                  • OnDataSeriesDependencyPropertyChanged(IDataSeries,IDataSeries) Method
              • Properties
                • DataPointWidth Property
                • DrawingProviders Property
                • HitTestProvider Property
                • LastOhlcWidth Property
                • StrokeDown Property
                • StrokeUp Property
              • Fields
                • DataPointWidthProperty Field
                • StrokeDownProperty Field
                • StrokeUpProperty Field
            • FastOhlcRenderableSeriesForMvvm
              • Overview
              • Members
              • FastOhlcRenderableSeriesForMvvm Constructor
            • FastStripeRenderableSeries
              • Overview
              • Members
              • FastStripeRenderableSeries Constructor
              • Methods
                • GetIsValidForDrawing Method
              • Properties
                • DrawingProviders Property
                • Fill Property
                • HitTestProvider Property
                • LabelColor Property
                • LabelFontSize Property
                • LabelMinWidth Property
                • PointLabelProvider Property
                • StripeContentTemplate Property
              • Fields
                • FillProperty Field
                • LabelColorProperty Field
                • LabelFontSizeProperty Field
                • LabelMinWidthProperty Field
                • PointLabelProviderProperty Field
                • StripeContentTemplateProperty Field
            • FastStripeRenderableSeriesForMvvm
              • Overview
              • Members
              • FastStripeRenderableSeriesForMvvm Constructor
            • FastUniformContourRenderableSeries
              • Overview
              • Members
              • FastUniformContourRenderableSeries Constructor
              • Methods
                • OnDataSeriesDependencyPropertyChanged Method
                  • OnDataSeriesDependencyPropertyChanged() Method
              • Properties
                • ColorMap Property
                • ColorMapMode Property
                • DrawingMode Property
                • DrawingProviders Property
                • HitTestProvider Property
                • MajorLineStyle Property
                • MinorLineStyle Property
                • MinorsPerMajor Property
                • ZMax Property
                • ZMin Property
                • ZStep Property
              • Fields
                • ColorMapModeProperty Field
                • ColorMapProperty Field
                • DrawingModeProperty Field
                • MajorLineStyleProperty Field
                • MinorLineStyleProperty Field
                • MinorsPerMajorProperty Field
                • ZMaxProperty Field
                • ZMinProperty Field
                • ZStepProperty Field
            • FastUniformContourRenderableSeriesForMvvm
              • Overview
              • Members
              • FastUniformContourRenderableSeriesForMvvm Constructor
            • FastUniformHeatmapRenderableSeries
              • Overview
              • Members
              • FastUniformHeatmapRenderableSeries Constructor
              • Methods
                • OnDataSeriesDependencyPropertyChanged Method
                  • OnDataSeriesDependencyPropertyChanged(IDataSeries,IDataSeries) Method
              • Properties
                • AutoPeakDetection Property
              • Fields
                • AutoPeakDetectionProperty Field
            • FastUniformHeatmapRenderableSeriesForMvvm
              • Overview
              • Members
              • FastUniformHeatmapRenderableSeriesForMvvm Constructor
            • FastVolumeCandlestickRenderableSeries
              • Overview
              • Members
              • FastVolumeCandlestickRenderableSeries Constructor
              • Methods
                • GetIsValidForDrawing Method
                • GetYRange Method
                  • GetYRange(IRange,Boolean) Method
                • OnDataSeriesDependencyPropertyChanged Method
                  • OnDataSeriesDependencyPropertyChanged(IDataSeries,IDataSeries) Method
              • 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
                • DataPointWidthProperty Field
                • FillDownProperty Field
                • FillUpProperty Field
                • FontSizeProperty Field
                • ForegroundProperty Field
                • StrokeDownProperty Field
                • StrokeUpProperty Field
                • TextFormattingProperty Field
                • VerticalBarSpacingProperty Field
                • ZeroLineStyleProperty Field
            • FastVolumeCandlestickRenderableSeriesForMvvm
              • Overview
              • Members
              • FastVolumeCandlestickRenderableSeriesForMvvm Constructor
            • 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
                • GradientStopsProperty Field
                • MaximumProperty Field
                • MinimumProperty Field
                • PrecisionProperty Field
              • Events
                • PropertyChanged Event
            • HistogramBar
              • Overview
              • Members
              • HistogramBar Constructor
              • Methods
                • OnInvalidateParentSurface Method
              • Properties
                • Fill Property
                • FontSize Property
                • Foreground Property
                • Stroke Property
                • StrokeThickness Property
                • TextFormatting Property
              • Fields
                • FillProperty Field
                • FontSizeProperty Field
                • ForegroundProperty Field
                • StrokeProperty Field
                • StrokeThicknessProperty Field
                • TextFormattingProperty Field
            • Legend3DPlaceholder
              • Overview
              • Members
              • Legend3DPlaceholder Constructor
            • LegendPlaceholder
              • Overview
              • Members
              • LegendPlaceholder Constructor
            • ParallelCoordinateDataItem<TObject,TData>
              • Overview
              • Members
              • ParallelCoordinateDataItem<TObject,TData> Constructor
              • Methods
                • GetAxisWrapper Method
                • GetValue Method
                • Prepare Method
              • Properties
                • AxisStyle Property
                • LabelProvider Property
                • Range Property
                • TickProvider Property
                • Title Property
            • ParallelCoordinateDataItemString<TObject>
              • Overview
              • Members
              • ParallelCoordinateDataItemString<TObject> Constructor
              • Methods
                • GetAxisWrapper Method
                • GetValue Method
                • Prepare Method
              • Properties
                • AxisStyle Property
                • LabelProvider Property
                • Range Property
                • TickProvider Property
                • Title Property
            • ParallelCoordinateDataSource<TObject>
              • Overview
              • Members
              • ParallelCoordinateDataSource<TObject> Constructor
              • Methods
                • AppendValue Method
                • Invalidate Method
                • ReorderItems Method
                • SetValues Method
              • Properties
                • AxisWrappers Property
                • Labels Property
                • ProcessedData Property
                • XRange Property
                • XValues Property
                • YRange Property
              • Events
                • CompositionChanged Event
                • SourceChanged Event
            • PieLabelControl
              • Overview
              • Members
              • PieLabelControl Constructor
            • PieTooltipControl
              • Overview
              • Members
              • PieTooltipControl Constructor
            • PointMarker
              • Overview
              • Members
              • PointMarker Constructor
              • Methods
                • CreateFromTemplate Method
                • OnApplyTemplate Method
              • Properties
                • DeferredContent Property
              • Fields
                • DeferredContentProperty Field
            • 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
                • ColorMapProperty Field
                • TextFormattingProperty Field
                • UseLinearTextureFilteringProperty Field
            • PolarUniformHeatmapRenderableSeriesForMvvm
              • Overview
              • Members
              • PolarUniformHeatmapRenderableSeriesForMvvm Constructor
            • RadarLegendPlaceHolder
              • Overview
              • Members
              • RadarLegendPlaceHolder Constructor
            • 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
                • IsVisibleChanged Event
                • SelectionChanged Event
            • RadarPolygonRenderableSeriesForMvvm
              • Overview
              • Members
              • RadarPolygonRenderableSeriesForMvvm Constructor
              • Properties
                • StyleKey Property
              • Fields
                • StyleKeyProperty Field
            • RadarTooltipControl
              • Overview
              • Members
              • RadarTooltipControl Constructor
            • RenderPassData
              • Overview
              • Members
              • RenderPassData Constructor
              • Properties
                • IsVerticalChart Property
                • PointRange Property
                • PointSeries Property
                • ResamplingHash Property
                • SupportsNativeCoordinateCalculators Property
                • TransformationStrategy Property
                • XCoordinateCalculator Property
                • YCoordinateCalculator Property
            • ScrollbarResizeGrip
              • Overview
              • Members
              • ScrollbarResizeGrip Constructor
            • ScrollbarViewport
              • Overview
              • Members
              • ScrollbarViewport Constructor
            • SeriesDrawingHelpersFactory
              • Overview
              • Members
              • Methods
                • GetLinesPathFactory Method
                • GetMountainAreaPathFactory Method
                • GetPointMarkerPathFactory Method
                • GetSeriesDrawingHelper Method
                • GetStackedMountainAreaPathFactory Method
                • NewPolarLinesFactory Method
                • NewPolarPolygonsFactory Method
            • StackedColumnRenderableSeries
              • Overview
              • Members
              • StackedColumnRenderableSeries Constructor
              • Methods
                • GetChartRotationAngle Method
                  • GetChartRotationAngle() Method
                • GetIsValidForDrawing Method
                • GetXRange Method
                • GetYRange Method
                  • GetYRange(IRange,Boolean) 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
                • IsOneHundredPercentProperty Field
                • LabelColorProperty Field
                • LabelFontSizeProperty Field
                • LabelTextFormattingProperty Field
                • ShowLabelProperty Field
                • SpacingModeProperty Field
                • SpacingProperty Field
                • StackedGroupIdProperty Field
            • StackedColumnRenderableSeriesForMvvm
              • Overview
              • Members
              • StackedColumnRenderableSeriesForMvvm Constructor
            • StackedMountainRenderableSeries
              • Overview
              • Members
              • StackedMountainRenderableSeries Constructor
              • Methods
                • GetYRange Method
                  • GetYRange(IRange,Boolean) Method
                • InternalDraw Method
              • Properties
                • DrawingProviders Property
                • HitTestProvider Property
                • IsOneHundredPercent Property
                • StackedGroupId Property
                • StackedSeriesId Property
                • Wrapper Property
              • Fields
                • IsOneHundredPercentProperty Field
                • StackedGroupIdProperty Field
            • StackedMountainRenderableSeriesForMvvm
              • Overview
              • Members
              • StackedMountainRenderableSeriesForMvvm Constructor
            • TemplatableControl
              • Overview
              • Members
              • TemplatableControl Constructor
              • Methods
                • GetAndAssertTemplateChild<T> Method
            • TernaryErrorBarRenderableSeries
              • Overview
              • Members
              • TernaryErrorBarRenderableSeries Constructor
              • Properties
                • DrawingProviders Property
                • ErrorBarCupLength Property
                • ErrorDirection Property
                • ErrorType Property
                • HighError Property
                • HitTestProvider Property
                • LowError Property
              • Fields
                • ErrorBarCupLengthProperty Field
                • ErrorDirectionProperty Field
                • ErrorTypeProperty Field
                • HighErrorProperty Field
                • LowErrorProperty Field
            • TernaryLegendPlaceholder
              • Overview
              • Members
              • TernaryLegendPlaceholder Constructor
            • TernaryPolygonRenderableSeries
              • Overview
              • Members
              • TernaryPolygonRenderableSeries Constructor
              • Properties
                • DrawingProviders Property
                • Fill Property
                • HitTestProvider Property
                • LabelStyle Property
              • Fields
                • FillProperty Field
                • LabelStyleProperty Field
            • 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
              • Overview
              • Members
              • TernaryScatterRenderableSeries Constructor
              • Properties
                • DrawingProviders Property
                • HitTestProvider Property
            • TooltipControl
              • Overview
              • Members
              • TooltipControl Constructor
            • UniformDataPointWidthProvider
              • Overview
              • Members
              • UniformDataPointWidthProvider Constructor
              • Methods
                • GetAbsoluteDataPointWidth Method
                • GetRelativeDataPointWidth Method
                • Init Method
              • Properties
                • RenderableSeries Property
                • SingleBarWidthAbsolute Property
            • UniformErrorBarDataPointWidthProvider
              • Overview
              • Members
              • UniformErrorBarDataPointWidthProvider Constructor
              • Methods
                • GetRelativeDataPointWidth Method
            • XyScatterRenderableSeries
              • Overview
              • Members
              • XyScatterRenderableSeries Constructor
              • Properties
                • DrawingProviders Property
                • HitTestProvider Property
            • XyScatterRenderableSeriesForMvvm
              • Overview
              • Members
              • XyScatterRenderableSeriesForMvvm Constructor
          • Enumerations
            • ColorPaletteMode
            • DataPointWidthMode
            • DrawingMode
            • ErrorDirection
            • ErrorMode
            • ErrorType
            • HistogramMode
            • LineDrawMode
            • SpacingMode
          • Structures
            • HitTestInfo
              • Overview
              • Members
              • Methods
                • IsEmpty Method
              • 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
                • Empty Field
            • ParallelCoordinateItemData
              • Overview
              • Members
              • ParallelCoordinateItemData Constructor
              • Properties
                • Source Property
                • Values Property
          • Interfaces
            • IAxisLabel
              • Overview
              • Members
              • Properties
                • Label Property
                • XCoord Property
            • IBarRenderableSeries
              • Overview
              • Members
              • Properties
                • DataPointWidth Property
                • DataPointWidthMode Property
                • DataPointWidthProvider Property
            • IDataPointWidthProvider
              • Overview
              • Members
              • Methods
                • Init Method
            • IExtremePointMarkerPaletteProvider
              • Overview
              • Members
              • Properties
                • Colors Property
            • IFastColumnRenderableSeries
              • Overview
              • Members
              • Methods
                • GetChartRotationAngle Method
                • GetColumnWidth Method
                • GetYZeroCoord Method
              • Properties
                • Fill Property
                • MinColumnWidth Property
            • IHeatmapRenderableSeries
              • Overview
              • Members
              • Methods
                • FormatDataValue Method
              • Properties
                • AlternateTextColor Property
                • ColorMap Property
                • DrawTextInCell Property
                • FontFamily Property
                • FontSize Property
                • FontStyle Property
                • FontWeight Property
                • TextColor Property
                • TextFormatting Property
                • UseAlternateTextColor Property
                • UseLinearTextureFiltering Property
            • IHistoBarPaletteProvider
              • Overview
              • Members
              • Methods
                • OverrideBarStyle Method
            • IParallelCoordinateAxisWrapper
              • Overview
              • Members
              • Methods
                • Attach Method
                • Detach Method
            • IParallelCoordinateDataItem<TObject>
              • Overview
              • Members
              • Methods
                • GetAxisWrapper Method
                • GetValue Method
                • Prepare Method
              • Properties
                • AxisStyle Property
                • Title Property
            • IParallelCoordinateDataItem<TObject,TData>
              • Overview
              • Members
              • Properties
                • LabelProvider Property
                • Range Property
                • TickProvider Property
            • IParallelCoordinateDataSource
              • Overview
              • Members
              • Methods
                • Invalidate Method
              • Properties
                • AxisWrappers Property
                • Labels Property
                • ProcessedData Property
                • XRange Property
                • XValues Property
                • YRange Property
              • Events
                • CompositionChanged Event
                • SourceChanged Event
            • IPolarHeatmapRenderableSeries
              • Overview
              • Members
              • Methods
                • FormatDataValue Method
              • Properties
                • ColorMap Property
                • TextFormatting Property
                • UseLinearTextureFiltering Property
            • IRadarPolygonRenderableSeries
              • Overview
              • Members
              • Methods
                • HitTest Method
                • OnDraw Method
              • 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
                • SelectionChanged Event
            • IRenderableSeries
              • Overview
              • Members
              • Methods
                • GetIndicesRange Method
                • GetPointMarker Method
                • GetSelectedPointMarker Method
                • GetSeriesInfo Method
                • GetYRange Method
                  • GetYRange(IRange) Method
                  • GetYRange(IRange,Boolean) 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
                • SelectionChanged Event
            • IRenderableSeriesBase
              • Overview
              • Members
              • Methods
                • GetXRange Method
              • Properties
                • IsVisible Property
                • Services Property
              • Events
                • IsVisibleChanged Event
            • IRenderPassData
              • Overview
              • Members
              • Properties
                • IsVerticalChart Property
                • PointRange Property
                • PointSeries Property
                • ResamplingHash Property
                • SupportsNativeCoordinateCalculators Property
                • TransformationStrategy Property
                • XCoordinateCalculator Property
                • YCoordinateCalculator Property
            • ISeriesDrawingHelper
              • Overview
              • Members
              • Methods
                • DrawBox Method
                • DrawLine Method
                • DrawPoints Method
                • FillPolygon Method
            • ISeriesInfoProvider
              • Overview
              • Members
              • Methods
                • GetSeriesInfo Method
                • OnAppendDataColumnInfo Method
            • IStackedColumnRenderableSeries
              • Overview
              • Members
              • Methods
                • GetDatapointWidth Method
              • Properties
                • DataPointWidth Property
                • IsValidForDrawing Property
                • LabelColor Property
                • LabelFontSize Property
                • LabelTextFormatting Property
                • ShowLabel Property
                • Spacing Property
                • SpacingMode Property
                • Wrapper Property
            • IStackedColumnsWrapper
              • Overview
              • Members
              • Methods
                • CalculateColumnWidth Method
                • CalculateGroupCountAtX Method
                • CalculateShiftedColumnCenter Method
                • GetDataPointWidthFraction Method
                • GetSeriesBodyWidth Method
                • GetSeriesVerticalBounds Method
                • GetXRange Method
            • IStackedMountainRenderableSeries
              • Overview
              • Members
              • Properties
                • IsDigitalLine Property
                • Wrapper Property
            • IStackedMountainsWrapper
              • Overview
              • Members
              • Methods
                • GetLineAndAreaPointSeries Method
                • IsHitTest Method
            • IStackedRenderableSeries
              • Overview
              • Members
              • Properties
                • IsOneHundredPercent Property
                • StackedGroupId Property
                • StackedSeriesId Property
            • 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
                • StackedSeriesCount Property
            • IStripeContentViewModel
              • Overview
              • Members
              • Properties
                • LabelText Property
                • Metadata Property
                • RenderableSeries Property
            • ITernaryRenderableSeries
              • Overview
              • Members
              • Methods
                • GetPolygonPoints Method
                • IsValidCoord Method
              • Properties
                • DataSeries Property
                • XAxis Property
                • YAxis Property
                • ZAxis Property
            • IUniformDataPointWidthProvider
              • Overview
              • Members
              • Methods
                • GetAbsoluteDataPointWidth Method
                • GetRelativeDataPointWidth Method
              • Properties
                • RenderableSeries Property
          • Delegates
            • DrawHistoBarSignature
        • SciChart.Charting.Visuals.RenderableSeries.Animations Namespace
          • Overview
          • Classes
            • FadeAnimation
              • Overview
              • Members
              • FadeAnimation Constructor
              • Methods
                • Animate Method
            • PointSeriesAnimationBase
              • Overview
              • Members
              • PointSeriesAnimationBase Constructor
              • Methods
                • Animate Method
                • CreateTransformation Method
              • Properties
                • Transformation Property
                • ZeroLine Property
              • Fields
                • ZeroLineProperty Field
            • ScaleAnimation
              • Overview
              • Members
              • ScaleAnimation Constructor
              • Methods
                • Animate Method
            • SeriesAnimationBase
              • Overview
              • Members
              • SeriesAnimationBase Constructor
              • Methods
                • Animate Method
                • Attach Method
                • Detach Method
                • GetSchema Method
                • OnAnimationEnded Method
                • OnAnimationStarted Method
                • OnCurrentProgressChanged Method
                • OnRender Method
                  • OnRender(IRenderPassData) 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
                • AnimationEnded Event
                • AnimationStarted Event
                • CurrentProgressChanged Event
            • SweepAnimation
              • Overview
              • Members
              • SweepAnimation Constructor
              • Methods
                • Animate Method
            • WaveAnimation
              • Overview
              • Members
              • WaveAnimation Constructor
              • Methods
                • Animate Method
              • Properties
                • PointDurationFraction Property
              • Fields
                • PointDurationFractionProperty Field
          • Interfaces
            • ISeriesAnimation
              • Overview
              • Members
              • Methods
                • Attach Method
                • Detach Method
                • OnRender Method
                • StartAnimation Method
                • StopAnimation Method
              • Properties
                • IsRunning Property
              • Events
                • AnimationEnded Event
                • AnimationStarted Event
                • CurrentProgressChanged Event
        • SciChart.Charting.Visuals.RenderableSeries.Animations.AnimationConverters Namespace
          • Overview
          • Classes
            • AnimationDurationConverter
              • Overview
              • Members
              • AnimationDurationConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
        • SciChart.Charting.Visuals.RenderableSeries.Animations.Transformations Namespace
          • Overview
          • Classes
            • BoxPlotPointSeriesTransformation
              • Overview
              • Members
              • BoxPlotPointSeriesTransformation Constructor
              • Methods
                • TransformInternal Method
            • HlcPointSeriesTransformation
              • Overview
              • Members
              • HlcPointSeriesTransformation Constructor
              • Methods
                • TransformInternal Method
            • OhlcPointSeriesTransformation
              • Overview
              • Members
              • OhlcPointSeriesTransformation Constructor
              • Methods
                • TransformInternal Method
            • Point2DSeriesTransformation<T>
              • Overview
              • Members
              • Point2DSeriesTransformation<T> Constructor
              • Methods
                • ChangeValue Method
                • ScaleTransform Method
                • SweepTransform Method
                • TransformInternal Method
                • WaveTransform Method
              • Properties
                • OriginalYValues Property
                • RenderableSeries Property
                • ZeroLine Property
            • XyyPointSeriesTransformation
              • Overview
              • Members
              • XyyPointSeriesTransformation Constructor
              • Methods
                • TransformInternal Method
            • XyzPointSeriesTransformation
              • Overview
              • Members
              • XyzPointSeriesTransformation Constructor
              • Methods
                • TransformInternal Method
          • Interfaces
            • IPointSeriesTransformation
              • Overview
              • Members
              • Methods
                • ScaleTransform Method
                • SweepTransform Method
                • WaveTransform Method
              • Properties
                • ZeroLine Property
        • SciChart.Charting.Visuals.RenderableSeries.Contours Namespace
          • Overview
        • SciChart.Charting.Visuals.RenderableSeries.DrawingProviders Namespace
          • Overview
          • Classes
            • BandSeriesDrawingProvider
              • Overview
              • Members
              • BandSeriesDrawingProvider Constructor
              • Methods
                • CreateBandPolygons Method
                • OnBeginRenderPass Method
                • OnDraw Method
            • BaseDrawingProvider<TRenderableSeries>
              • Overview
              • Members
              • BaseDrawingProvider<TRenderableSeries> Constructor
              • Methods
                • GetVertexArray Method
                  • GetVertexArray<TVertex>(TVertex[],Int32) Method
                  • GetVertexArray<TVertex>(Int32,TVertex[]) Method
                • OnBeginRenderPass Method
                • OnDraw Method
                • OnNotifySeriesPropertyChanged Method
              • Properties
                • RenderableSeries Property
            • BaseDrawingProviderHelper
              • Overview
              • Members
              • BaseDrawingProviderHelper Constructor
              • Methods
                • DisposeVertexArrays Method
            • 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
                • _colorData Field
                • _horCellCount Field
                • _horInc Field
                • _horStartInd Field
                • _isVertical Field
                • _vertCellCount Field
                • _vertInc Field
                • _vertStartInd Field
                • _zValues Field
            • BaseTernarySeriesDrawingProvider<TRenderableSeries>
              • Overview
              • Members
              • BaseTernarySeriesDrawingProvider<TRenderableSeries> Constructor
              • Methods
                • UsePointMarkerPaletteProvider Method
            • BoxPlotSeriesDrawingProvider
              • Overview
              • Members
              • BoxPlotSeriesDrawingProvider Constructor
              • Methods
                • OnBeginRenderPass Method
                • OnDraw Method
            • BrushKey
              • Overview
              • Members
              • BrushKey Constructor
              • Methods
                • Equals Method
                  • Equals(Object) Method
                  • Equals(BrushKey) Method
                • GetHashCode Method
              • Properties
                • Brush Property
                • Opacity Property
            • BubbleSeriesDrawingProvider
              • Overview
              • Members
              • BubbleSeriesDrawingProvider Constructor
              • Methods
                • OnBeginRenderPass Method
                • OnDraw Method
                • OnNotifySeriesPropertyChanged Method
                • RecreateCachedBubbleSprite Method
            • CandlestickSeriesDrawingProvider
              • Overview
              • Members
              • CandlestickSeriesDrawingProvider Constructor
              • Methods
                • DrawHistogram Method
                • OnBeginRenderPass Method
                • OnDraw Method
              • Fields
                • _drawHistograms Field
                • _showCandlesticks Field
            • ColumnSeriesDrawingProvider
              • Overview
              • Members
              • ColumnSeriesDrawingProvider Constructor
              • Methods
                • OnBeginRenderPass Method
                • OnDraw Method
            • ContourSeriesDrawingProvider
              • Overview
              • Members
              • ContourSeriesDrawingProvider Constructor
              • Methods
                • ComputeHeightMap Method
                • OnDraw Method
              • Fields
                • _colorData Field
                • _heightData Field
                • _lastArraySize Field
            • ErrorSeriesDrawingProvider
              • Overview
              • Members
              • ErrorSeriesDrawingProvider Constructor
              • Methods
                • OnDraw Method
            • ExtremeScatterSeriesDrawingProvider
              • Overview
              • Members
              • ExtremeScatterSeriesDrawingProvider Constructor
              • Methods
                • OnBeginRenderPass Method
                • OnDraw Method
                • OnNotifySeriesPropertyChanged Method
            • HistoBarSeriesDrawingProvider
              • Overview
              • Members
              • HistoBarSeriesDrawingProvider Constructor
              • Methods
                • DrawHistogram Method
                • OnDraw Method
            • ImpulseSeriesDrawingProvider
              • Overview
              • Members
              • ImpulseSeriesDrawingProvider Constructor
              • Methods
                • OnBeginRenderPass Method
                • OnDraw Method
            • LegacyLineRenderer
              • Overview
              • Members
              • LegacyLineRenderer Constructor
              • Methods
                • Draw Method
                • WithStroke Method
            • LegacyPointMarkerRenderer
              • Overview
              • Members
              • LegacyPointMarkerRenderer Constructor
              • Methods
                • Draw Method
            • LineSeriesDrawingProvider
              • Overview
              • Members
              • LineSeriesDrawingProvider Constructor
            • LineSeriesDrawingProvider<TPointSeries>
              • Overview
              • Members
              • LineSeriesDrawingProvider<TPointSeries> Constructor
                • LineSeriesDrawingProvider<TPointSeries> Constructor(IRenderableSeries,Expression<Func<TPointSeries,Values<Double>>>)
                • LineSeriesDrawingProvider<TPointSeries> Constructor(IRenderableSeries)
              • Methods
                • OnBeginRenderPass Method
                • OnDraw Method
                • OnNotifySeriesPropertyChanged Method
            • MarketProfileSeriesDrawingProvider
              • Overview
              • Members
              • MarketProfileSeriesDrawingProvider Constructor
              • Methods
                • OnDraw Method
            • MountainSeriesDrawingProvider
              • Overview
              • Members
              • MountainSeriesDrawingProvider Constructor
              • Methods
                • OnBeginRenderPass Method
                • OnDraw Method
            • NonUniformHeatmapSeriesDrawingProvider
              • Overview
              • Members
              • NonUniformHeatmapSeriesDrawingProvider Constructor
              • Methods
                • DrawHeatmapAsRects Method
                • DrawHeatmapAsTexture Method
                  • DrawHeatmapAsTexture(IRenderContext2D,Rect) Method
                • DrawHeatmapLabels Method
                • GetColorDataForTexture Method
                • GetHorizontalOffset Method
                • GetVerticalOffset Method
            • OhlcSeriesDrawingProvider
              • Overview
              • Members
              • OhlcSeriesDrawingProvider Constructor
              • Methods
                • OnBeginRenderPass Method
                • OnDraw Method
            • PenCacheKey
              • Overview
              • Members
              • PenCacheKey Constructor
              • Methods
                • Equals Method
                  • Equals(Object) Method
                  • Equals(PenCacheKey) Method
                • GetHashCode Method
              • Properties
                • AntiAliasing Property
                • HasDashes Property
                • Opacity Property
                • Stroke Property
                • StrokeDashArray Property
                • StrokeThickness Property
            • PointMarkerDrawingProvider
              • Overview
              • Members
              • PointMarkerDrawingProvider Constructor
            • 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
                • OnBeginRenderPass Method
                • OnDraw Method
                • OnNotifySeriesPropertyChanged Method
            • PolarUniformHeatmapSeriesDrawingProvider
              • Overview
              • Members
              • PolarUniformHeatmapSeriesDrawingProvider Constructor
              • Methods
                • OnDraw Method
            • SolidColorBrushKey
              • Overview
              • Members
              • SolidColorBrushKey Constructor
              • Methods
                • Equals Method
                  • Equals(Object) Method
                  • Equals(SolidColorBrushKey) Method
                • GetHashCode Method
              • Properties
                • Color Property
                • Opacity Property
            • StackedColumnSeriesDrawingProvider
              • Overview
              • Members
              • StackedColumnSeriesDrawingProvider Constructor
              • Methods
                • OnBeginRenderPass Method
                • OnDraw Method
            • StackedMountainSeriesDrawingProvider
              • Overview
              • Members
              • StackedMountainSeriesDrawingProvider Constructor
              • Methods
                • OnBeginRenderPass Method
                • OnDraw Method
            • StripeSeriesDrawingProvider
              • Overview
              • Members
              • StripeSeriesDrawingProvider Constructor
              • Methods
                • OnBeginRenderPass Method
                • OnDraw Method
            • TernaryErrorSeriesDrawingProvider
              • Overview
              • Members
              • TernaryErrorSeriesDrawingProvider Constructor
              • Methods
                • OnDraw Method
            • TernaryPolygonSeriesDrawingProvider
              • Overview
              • Members
              • TernaryPolygonSeriesDrawingProvider Constructor
              • Methods
                • OnDraw Method
            • TernaryScatterSeriesDrawingProvider
              • Overview
              • Members
              • TernaryScatterSeriesDrawingProvider Constructor
              • Methods
                • OnDraw Method
            • UniformHeatmapSeriesDrawingProvider
              • Overview
              • Members
              • UniformHeatmapSeriesDrawingProvider Constructor
              • Methods
                • DrawHeatmapAsRects Method
                • DrawHeatmapAsTexture Method
                  • DrawHeatmapAsTexture(IRenderContext2D,Rect) Method
                • DrawHeatmapLabels Method
                • GetColorDataForTexture Method
                • GetHorizontalOffset Method
                • GetVerticalOffset Method
              • Properties
                • PeakDetector Property
            • UniformHeatmapYPeakDetector
              • Overview
              • Members
              • UniformHeatmapYPeakDetector Constructor
              • Methods
                • GetPeakZValue Method
                • OnBeginHeatmapDraw Method
            • VolumeCandlestickSeriesDrawingProvider
              • Overview
              • Members
              • VolumeCandlestickSeriesDrawingProvider Constructor
              • Methods
                • OnDraw Method
          • Interfaces
            • IHeatmapPeakDetector
              • Overview
              • Members
              • Methods
                • GetPeakZValue Method
                • OnBeginHeatmapDraw Method
            • ISeriesDrawingProvider
              • Overview
              • Members
              • Methods
                • OnBeginRenderPass Method
                • OnDraw Method
                • OnNotifySeriesPropertyChanged Method
        • SciChart.Charting.Visuals.RenderableSeries.HitTesters Namespace
          • Overview
          • Classes
            • BandSeriesHitTestProvider
              • Overview
              • Members
              • BandSeriesHitTestProvider Constructor
              • Methods
                • HitTestInternal Method
                • InterpolatePoint Method
                  • InterpolatePoint(Point,HitTestInfo,Double) Method
                • NearestHitResult Method
            • BoxPlotSeriesHitTestProvider
              • Overview
              • Members
              • BoxPlotSeriesHitTestProvider Constructor
              • Methods
                • GetSeriesBodyLowerDataBound Method
                • GetSeriesBodyUpperDataBound Method
                • GetSeriesBodyWidth Method
                • HitTestInternal Method
            • BubbleSeriesHitTestProvider
              • Overview
              • Members
              • BubbleSeriesHitTestProvider Constructor
              • Methods
                • HitTestInternal Method
                • IsBodyHit Method
            • CandlestickSeriesHitTestProvider
              • Overview
              • Members
              • CandlestickSeriesHitTestProvider Constructor
              • Methods
                • GetSeriesBodyLowerDataBound Method
                • GetSeriesBodyUpperDataBound Method
                • GetSeriesBodyWidth Method
                • HitTestInternal Method
            • ColumnSeriesHitTestProvider
              • Overview
              • Members
              • ColumnSeriesHitTestProvider Constructor
              • Methods
                • GetSeriesBodyLowerDataBound Method
                • GetSeriesBodyUpperDataBound Method
                • GetSeriesBodyWidth Method
                • HitTest Method
                  • HitTest(Point,Double,Boolean) Method
                • HitTestInternal Method
            • ContourSeriesHitTestProvider
              • Overview
              • Members
              • ContourSeriesHitTestProvider Constructor
              • Methods
                • HitTestInternal Method
            • 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
                  • HitTest(Point,Boolean) Method
                  • HitTest(Point,Double,Boolean) 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
                • RenderableSeries Property
              • Fields
                • DefaultHitTestRadius Field
            • ErrorSeriesHitTestProvider
              • Overview
              • Members
              • ErrorSeriesHitTestProvider Constructor
              • Methods
                • FindClosestPointIndex Method
                • GetSeriesBodyLowerDataBound Method
                • GetSeriesBodyUpperDataBound Method
                • GetSeriesBodyWidth Method
                • HitTestInternal Method
                • HitTestSeriesWithBody Method
            • ExtremeScatterSeriesHitTestProvider
              • Overview
              • Members
              • ExtremeScatterSeriesHitTestProvider Constructor
              • Methods
                • HitTestInternal Method
            • HeatmapHitTestProvider
              • Overview
              • Members
              • HeatmapHitTestProvider Constructor
              • Methods
                • HitTestInternal Method
            • ImpulseSeriesHitTestProvider
              • Overview
              • Members
              • ImpulseSeriesHitTestProvider Constructor
              • Methods
                • HitTestInternal Method
            • LineSeriesHitTestProvider
              • Overview
              • Members
              • LineSeriesHitTestProvider Constructor
              • Methods
                • InterpolatePoint Method
                  • InterpolatePoint(Point,HitTestInfo,Double) Method
            • MountainSeriesHitTestProvider
              • Overview
              • Members
              • MountainSeriesHitTestProvider Constructor
              • Methods
                • HitTestInternal Method
                • IsHitTest Method
                • NearestHitResult Method
            • OhlcSeriesHitTestProvider
              • Overview
              • Members
              • OhlcSeriesHitTestProvider Constructor
              • Methods
                • GetSeriesBodyLowerDataBound Method
                • GetSeriesBodyUpperDataBound Method
                • GetSeriesBodyWidth Method
                • HitTestInternal Method
            • PolarHeatmapHitTestProvider
              • Overview
              • Members
              • PolarHeatmapHitTestProvider Constructor
              • Methods
                • HitTestInternal Method
            • ScatterSeriesHitTestProvider
              • Overview
              • Members
              • ScatterSeriesHitTestProvider Constructor
              • Methods
                • HitTest Method
                  • HitTest(Point,Boolean) Method
                • HitTestInternal Method
            • StackedColumnSeriesHitTestProvider
              • Overview
              • Members
              • StackedColumnSeriesHitTestProvider Constructor
              • Methods
                • GetSeriesBodyCenter Method
                • GetSeriesBodyLowerDataBound Method
                • GetSeriesBodyUpperDataBound Method
                • GetSeriesBodyWidth Method
                • HitTest Method
                  • HitTest(Point,Double,Boolean) Method
                • HitTestInternal Method
            • StackedMountainSeriesHitTestProvider
              • Overview
              • Members
              • StackedMountainSeriesHitTestProvider Constructor
              • Methods
                • InterpolatePoint Method
                  • InterpolatePoint(Point,HitTestInfo,Double) Method
                • IsHitTest Method
                • NearestHitResult Method
            • TernaryErrorSeriesHitTestProvider
              • Overview
              • Members
              • TernaryErrorSeriesHitTestProvider Constructor
              • Methods
                • HitTestInternal Method
            • TernaryPolygonSeriesHitTestProvider
              • Overview
              • Members
              • TernaryPolygonSeriesHitTestProvider Constructor
              • Methods
                • GetHitTestInfo Method
                • NearestHitResult Method
            • TernaryScatterSeriesHitTestProvider
              • Overview
              • Members
              • TernaryScatterSeriesHitTestProvider Constructor
              • Methods
                • HitTestInternal Method
            • TernarySeriesHitTestProvider
              • Overview
              • Members
              • TernarySeriesHitTestProvider Constructor
              • Methods
                • GetHitDataValue Method
                • GetHitTestInfo Method
                • HitTest Method
                  • HitTest(Point,Double,Boolean) Method
                • HitTestInternal Method
                • NearestHitResult Method
            • VolumeCandlestickSeriesHitTestProvider
              • Overview
              • Members
              • VolumeCandlestickSeriesHitTestProvider Constructor
              • Methods
                • GetSeriesBodyWidth Method
                • HitTest Method
                  • HitTest(Point,Double,Boolean) Method
                • HitTestInternal Method
                • HitTestSeriesWithBody Method
          • Interfaces
            • IHitTestProvider
              • Overview
              • Members
              • Methods
                • HitTest Method
                  • HitTest(Point,Boolean) Method
                  • HitTest(Point,Double,Boolean) Method
                • VerticalSliceHitTest Method
        • SciChart.Charting.Visuals.RenderableSeries.HitTestProviders Namespace
          • Overview
          • Classes
            • StripeSeriesHitTestProvider
              • Overview
              • Members
              • StripeSeriesHitTestProvider Constructor
              • Methods
                • GetSeriesBodyCenter Method
                • GetSeriesBodyLowerDataBound Method
                • GetSeriesBodyUpperDataBound Method
                • GetSeriesBodyWidth Method
                • HitTest Method
                  • HitTest(Point,Double,Boolean) Method
                • HitTestInternal Method
                • NearestHitResult Method
        • SciChart.Charting.Visuals.RenderableSeries.MarketProfileSeries Namespace
          • Overview
          • Classes
            • MarketProfileSeriesHelper
              • Overview
              • Members
              • MarketProfileSeriesHelper Constructor
              • Methods
                • GetAskAtPrice Method
                • GetBidAtPrice Method
              • Properties
                • TickSize Property
              • Fields
                • TickSizeProperty Field
              • Events
                • TickSizeChanged Event
          • Interfaces
            • IMarketProfileRenderableSeries
              • Overview
              • Members
              • Properties
                • MarketProfileSeriesHelper Property
        • SciChart.Charting.Visuals.Shapes Namespace
          • Overview
          • Classes
            • Callout
              • Overview
              • Members
              • Callout Constructor
              • Methods
                • OnApplyTemplate Method
              • Properties
                • AnchorPoint Property
                • AnchorSize Property
                • ContainerGeometry Property
                • PopupAlignment Property
                • StrokeThickness Property
              • Fields
                • AnchorPointProperty Field
                • AnchorSizeProperty Field
                • ContainerGeometryProperty Field
                • PopupAlignmentProperty Field
                • StrokeThicknessProperty Field
            • CalloutAnchorSizeToMarginConverter
              • Overview
              • Members
              • CalloutAnchorSizeToMarginConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • CalloutInnerMarginConverter
              • Overview
              • Members
              • CalloutInnerMarginConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • DonutSegment
              • Overview
              • Members
              • DonutSegment Constructor
              • Methods
                • DrawGeometry Method
              • Properties
                • InsideArcSize Property
                • InsideRadius Property
              • Fields
                • InsideArcSizeProperty Field
                • InsideRadiusProperty Field
            • PieSegment
              • Overview
              • Members
              • PieSegment Constructor
              • Methods
                • CalcCartesionCoordinate Method
                • DrawGeometry Method
              • 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
            • PopupAlignment
        • SciChart.Charting.Visuals.Synchronization Namespace
          • Overview
        • 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
                • PropertyChanged Event
            • HorizontalGroupHelper
              • Overview
              • Members
              • HorizontalGroupHelper Constructor
              • Methods
                • GetHorizontalChartGroup Method
                • SetHorizontalChartGroup Method
              • Fields
                • HorizontalChartGroupProperty Field
            • SciChartGroup
              • Overview
              • Members
              • SciChartGroup Constructor
              • Methods
                • GetVerticalChartGroup Method
                • MovePane Method
                • OnApplyTemplate Method
                • OnItemsChanged Method
                • OnItemsSourceChanged Method
                • SetVerticalChartGroup Method
              • Properties
                • HasTabbedItems Property
                • IsTabbed Property
                • Panes Property
              • Fields
                • IsTabbedProperty Field
                • VerticalChartGroupProperty Field
              • Events
                • PropertyChanged Event
            • SciChartGroupPane
              • Overview
              • Members
              • SciChartGroupPane Constructor
              • Methods
                • OnApplyTemplate Method
              • Properties
                • HeaderTemplate Property
              • Fields
                • HeaderTemplateProperty Field
              • Events
                • Resized Event
                • Resizing Event
            • SciStockChart
              • Overview
              • Members
              • SciStockChart Constructor
              • Methods
                • OnSciChartSurfaceLoaded Method
                • ZoomExtents Method
              • 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
            • IChildPane
              • Overview
              • Members
              • Methods
                • ZoomExtents Method
              • Properties
                • ClosePaneCommand Property
                • Title Property
        • 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
                • PropertyChanged Event
            • SciChartItemPane
              • Overview
              • Members
              • SciChartItemPane Constructor
              • Methods
                • OnApplyTemplate Method
              • Properties
                • HeaderTemplate Property
                • ParentMultiPane Property
                • State Property
              • Fields
                • HeaderTemplateProperty Field
                • StateProperty Field
              • Events
                • Resized Event
                • Resizing Event
            • 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
                • BottomAxisAreaTemplateProperty Field
                • ShowBelowPanesAreaProperty Field
                • TabItemStyleProperty Field
              • Events
                • PropertyChanged Event
          • Enumerations
            • ChartPaneState
          • Interfaces
            • IChildItemPane
              • Overview
              • Members
              • Methods
                • ZoomExtents Method
              • Properties
                • ClosePaneCommand Property
                • State Property
                • Title Property
        • SciChart.Drawing.Common Namespace
          • Overview
    • SciChart.Charting.DrawingTools Assembly
      • Overview
      • Namespaces
        • SciChart.Charting.DrawingTools.TradingAnnotations Namespace
          • Overview
          • Classes
            • BrushAnnotation
              • Overview
              • Members
              • BrushAnnotation Constructor
              • Methods
                • GetBaseDataValues Method
                • GetBasePoints Method
                  • GetBasePoints(AnnotationCoordinates) Method
                • GetSelectedCursor Method
                • MakeInvisible Method
                • MoveAnnotationTo Method
                • OnAnnotationCreated Method
                • OnAnnotationPointerPressed Method
                • OnApplyTemplate Method
                • OnAttached Method
                • OnDetached Method
                • OnLoaded Method
                • SetBasePoint Method
                  • SetBasePoint(IComparable,IComparable) Method
                • SetCashedBasePoints Method
                • Update Method
                • UpdateBasePoint Method
              • Properties
                • InitialBasePoints Property
                • IsCreated Property
                • Stroke Property
                • StrokeThickness Property
              • Fields
                • _cashedBasePoints Field
                • InitialBasePointsProperty Field
                • StrokeProperty Field
                • StrokeThicknessProperty Field
              • Events
                • AnnotationCreated Event
            • BrushAnnotationForMvvm
              • Overview
              • Members
              • BrushAnnotationForMvvm Constructor
            • ElliotWaveAnnotation
              • Overview
              • Members
              • ElliotWaveAnnotation Constructor
              • Methods
                • SetBasePoint Method
                  • SetBasePoint(IComparable,IComparable) Method
                  • SetBasePoint(IComparable,IComparable,Int32) Method
                • Update Method
                • UpdateBasePoint Method
            • 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
                • TextStyle Property
              • Fields
                • TextStyleProperty Field
            • ElliotWaveAnnotationForMvvm
              • Overview
              • Members
              • ElliotWaveAnnotationForMvvm Constructor
            • ExtendedLineAnnotation
              • Overview
              • Members
              • ExtendedLineAnnotation Constructor
              • Methods
                • GetCoordinates Method
                  • GetCoordinates() Method
                • MakeInvisible Method
                • OnApplyTemplate Method
                • PlaceAnnotation Method
                • SetActualCoordinates Method
              • Properties
                • Id Property
              • Fields
                • _ghostLine Field
                • _line Field
                • IdProperty Field
            • FibonacciExtensionAnnotationForMvvm
              • Overview
              • Members
              • FibonacciExtensionAnnotationForMvvm Constructor
            • FibonacciRetracementAnnotationForMvvm
              • Overview
              • Members
              • FibonacciRetracementAnnotationForMvvm Constructor
            • 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
                • Fill Property
              • Fields
                • FillProperty Field
            • HeadAndShouldersAnnotationForMvvm
              • Overview
              • Members
              • HeadAndShouldersAnnotationForMvvm Constructor
            • 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
                • MiddleFill Property
                • SidesFill Property
              • Fields
                • MiddleFillProperty Field
                • SidesFillProperty Field
            • PitchforkAnnotationForMvvm
              • Overview
              • Members
              • PitchforkAnnotationForMvvm Constructor
            • PitchforkExtendedLineAnnotation
              • Overview
              • Members
              • PitchforkExtendedLineAnnotation Constructor
              • Methods
                • PlaceAnnotation Method
            • PolygonAnnotation
              • Overview
              • Members
              • PolygonAnnotation Constructor
              • Methods
                • GetBaseDataValues Method
                • GetBasePoints Method
                  • GetBasePoints(AnnotationCoordinates) Method
                • GetSelectedCursor Method
                • MakeInvisible Method
                • MoveAnnotationTo Method
                • OnAnnotationCreated Method
                • OnAnnotationLoaded Method
                • OnAnnotationPointerMoved Method
                • OnAnnotationPointerPressed Method
                • OnAnnotationPointerReleased Method
                • OnApplyTemplate Method
                • SetBasePoint Method
                  • SetBasePoint(Point,Int32,IAxis,IAxis) Method
                  • SetBasePoint(IComparable,IComparable) Method
                • SetCashedBasePoints Method
                • Update Method
                • UpdateBasePoint Method
                  • UpdateBasePoint(Int32,IComparable,IComparable) Method
                  • UpdateBasePoint(Int32,Double,Double) 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
                • AnnotationCreated Event
            • PolygonAnnotationForMvvm
              • Overview
              • Members
              • PolygonAnnotationForMvvm Constructor
            • TradingAnnotationBase
              • Overview
              • Members
              • TradingAnnotationBase Constructor
              • Methods
                • AttachAnnotation Method
                • DetachAnnotation Method
                • GetBaseDataValues Method
                • GetBasePoints Method
                  • GetBasePoints(AnnotationCoordinates) 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
                • AnnotationCreated Event
            • XabcdAnnotation
              • Overview
              • Members
              • XabcdAnnotation Constructor
              • Methods
                • AttachAnnotation Method
                • DetachAnnotation Method
                • GetPolygonAnnotation Method
                • SetBasePoint Method
                  • SetBasePoint(IComparable,IComparable) Method
                  • SetBasePoint(IComparable,IComparable,Int32) Method
                • Update Method
                • UpdateBasePoint Method
                • UpdatePolygonById Method
              • Properties
                • Fill Property
              • Fields
                • FillProperty Field
            • XabcdAnnotationForMvvm
              • Overview
              • Members
              • XabcdAnnotationForMvvm Constructor
          • Interfaces
            • IPolygonAnnotation
              • Overview
              • Members
              • Methods
                • UpdateBasePoint Method
            • ITradingAnnotation
              • Overview
              • Members
              • Methods
                • GetBaseDataValues Method
                • SetBasePoint Method
                • SetCashedBasePoints Method
                • UpdateBasePoint Method
              • Properties
                • IsCreated Property
              • Events
                • AnnotationCreated Event
        • SciChart.Charting.DrawingTools.TradingAnnotations.FibonacciAnnotation Namespace
          • Overview
          • Classes
            • FibonacciExtensionAnnotation
              • Overview
              • Members
              • FibonacciExtensionAnnotation Constructor
            • FibonacciExtensionAnnotationBase
              • Overview
              • Members
              • FibonacciExtensionAnnotationBase Constructor
              • Methods
                • SetBasePoint Method
                  • SetBasePoint(IComparable,IComparable) Method
                  • SetBasePoint(Point,Int32,IAxis,IAxis) Method
                  • SetBasePoint(IComparable,IComparable,Int32) Method
                • Update Method
                • UpdateBasePoint Method
            • FibonacciRatioLine
              • Overview
              • Members
              • FibonacciRatioLine Constructor
              • Methods
                • InitializeComponent Method
            • FibonacciRatioLineBase
              • Overview
              • Members
              • FibonacciRatioLineBase Constructor
              • Properties
                • LineLevel Property
                • NextLineLevel Property
              • Fields
                • LineLevelProperty Field
                • NextLineLevelProperty Field
            • FibonacciRatioLineViewModel
              • Overview
              • Members
              • FibonacciRatioLineViewModel Constructor
              • Properties
                • LineLevel Property
                • Stroke Property
            • FibonacciRetracementAnnotation
              • Overview
              • Members
              • FibonacciRetracementAnnotation Constructor
            • FibonacciRetracementAnnotationBase
              • Overview
              • Members
              • FibonacciRetracementAnnotationBase Constructor
              • Methods
                • SetBasePoint Method
                  • SetBasePoint(IComparable,IComparable) Method
                  • SetBasePoint(Point,Int32,IAxis,IAxis) Method
                  • SetBasePoint(IComparable,IComparable,Int32) Method
                • Update Method
                • UpdateBasePoint Method
            • FibonacciTableAnnotation
              • Overview
              • Members
              • FibonacciTableAnnotation Constructor
              • Methods
                • AttachAnnotation Method
                • GetBasePoints Method
                  • GetBasePoints(AnnotationCoordinates) Method
                • InitializeComponent Method
                • Update Method
            • FibonacciTextLevel
              • Overview
              • Members
              • FibonacciTextLevel Constructor
              • Methods
                • FocusInputTextArea Method
                • InitializeComponent Method
                • OnApplyTemplate Method
                • RemoveFocusInputTextArea Method
          • Interfaces
            • IFibonacciRetracementAnnotation
              • Overview
              • Members
              • Properties
                • MovingLinesPartAnnotations Property
        • SciChart.Charting.DrawingTools.TradingAnnotations.Models Namespace
          • Overview
          • Classes
            • RatioModel
              • Overview
              • Members
              • RatioModel Constructor
              • Properties
                • Brush Property
                • Value Property
          • Structures
            • ComparablePoint
              • Overview
              • Members
              • ComparablePoint Constructor
              • Properties
                • X Property
                • Y Property
          • Interfaces
            • IFibLevel
              • Overview
              • Members
              • Properties
                • LineLevel Property
                • NextLineLevel Property
        • SciChart.Charting.DrawingTools.TradingAnnotations.ViewModels Namespace
          • Overview
          • Classes
            • BrushAnnotationViewModel
              • Overview
              • Members
              • BrushAnnotationViewModel Constructor
              • Methods
                • GetBaseDataValues Method
                • SetBasePoint Method
                • SetCashedBasePoints Method
                • UpdateBasePoint Method
              • Properties
                • InitialBasePoints Property
                • IsCreated Property
                • Stroke Property
                • StrokeThickness Property
                • ViewType Property
              • Events
                • AnnotationCreated Event
            • ElliotWaveAnnotationBaseViewModel
              • Overview
              • Members
              • ElliotWaveAnnotationBaseViewModel Constructor
              • Properties
                • FontFamily Property
                • FontWeight Property
                • Foreground Property
                • TextStyle Property
            • ElliotWaveAnnotationViewModel
              • Overview
              • Members
              • ElliotWaveAnnotationViewModel Constructor
              • Properties
                • ViewType Property
            • FibonacciExtensionAnnotationViewModel
              • Overview
              • Members
              • FibonacciExtensionAnnotationViewModel Constructor
              • Properties
                • ViewType Property
            • FibonacciRetracementAnnotationViewModel
              • Overview
              • Members
              • FibonacciRetracementAnnotationViewModel Constructor
              • Properties
                • ViewType Property
            • HeadAndShouldersAnnotationViewModel
              • Overview
              • Members
              • HeadAndShouldersAnnotationViewModel Constructor
              • Properties
                • Fill Property
                • ViewType Property
            • PitchforkAnnotationViewModel
              • Overview
              • Members
              • PitchforkAnnotationViewModel Constructor
              • Properties
                • MiddleFill Property
                • SidesFill Property
                • ViewType Property
            • PolygonAnnotationViewModel
              • Overview
              • Members
              • PolygonAnnotationViewModel Constructor
              • Methods
                • GetBaseDataValues Method
                • SetBasePoint Method
                • SetCashedBasePoints Method
                • UpdateBasePoint Method
              • Properties
                • BasePointsCount Property
                • Fill Property
                • Id Property
                • InitialBasePoints Property
                • IsCreated Property
                • Stroke Property
                • StrokeThickness Property
                • ViewType Property
              • Events
                • AnnotationCreated Event
            • TradingAnnotationViewModel
              • Overview
              • Members
              • TradingAnnotationViewModel Constructor
              • Methods
                • GetBaseDataValues Method
                • SetBasePoint Method
                • SetCashedBasePoints Method
                • UpdateBasePoint Method
              • Properties
                • Annotations Property
                • FontSize Property
                • InitialBasePoints Property
                • IsCreated Property
                • LineStyle Property
                • Stroke Property
                • StrokeThickness Property
              • Events
                • AnnotationCreated Event
            • XabcdAnnotationViewModel
              • Overview
              • Members
              • XabcdAnnotationViewModel Constructor
              • Properties
                • Fill Property
                • ViewType Property
          • Interfaces
            • ITradingAnnotationViewModel
              • Overview
              • Members
              • Properties
                • Annotation Property
        • SciChart.Charting.DrawingTools.TradingModifiers Namespace
          • Overview
          • Classes
            • TradingAnnotationCreationModifier
              • Overview
              • Members
              • TradingAnnotationCreationModifier Constructor
              • Methods
                • OnModifierMouseDown Method
                • OnModifierMouseMove Method
                • OnModifierMouseUp Method
            • TradingAnnotationCreationModifierMvvm
              • Overview
              • Members
              • TradingAnnotationCreationModifierMvvm Constructor
              • Methods
                • OnIsEnabledChanged Method
                • OnModifierMouseDown Method
                • OnModifierMouseMove Method
                • OnModifierMouseUp Method
    • SciChart.Charting3D Assembly
      • Overview
      • Namespaces
        • SciChart.Charting3D Namespace
          • Overview
          • Classes
            • AssetManager
              • Overview
              • Members
              • Methods
                • GetMesh Method
                • GetTexture Method
            • 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
                • CameraUpdated Event
                • PropertyChanged Event
            • 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
                • CameraUpdated Event
            • DefaultViewportManager3D
              • Overview
              • Members
              • DefaultViewportManager3D Constructor
              • Methods
                • OnCalculateNewXRange Method
                • OnCalculateNewYRange Method
                • OnCalculateNewZRange Method
            • Math3D
              • Overview
              • Members
              • Methods
                • CenterOfVectors Method
                • DegToRad Method
                  • DegToRad(Single) Method
                  • DegToRad(Double) Method
                • DirectionToPitchAndYaw Method
                • IsZero Method
                  • IsZero(Single) Method
                  • IsZero(Double) Method
                • PitchAndYawToDirection Method
                • RadToDeg Method
                  • RadToDeg(Single) Method
                  • RadToDeg(Double) Method
                • RotateAroundPoint Method
              • Fields
                • Epsilon Field
                • Epsilond Field
            • Matrix4
              • Overview
              • Members
              • Matrix4 Constructor
              • Methods
                • TransformCoordinate Method
                  • TransformCoordinate(Vector3) Method
            • 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
                • Apply Method
                • Assign Method
                  • Assign(Single,Single,Single,Single) Method
                  • Assign(Plane) Method
                • Equals Method
                  • Equals(Plane) Method
                  • Equals(Object) Method
                • GetHashCode Method
              • Properties
                • Distance Property
                • NormalX Property
                • NormalY Property
                • NormalZ Property
              • Operators
                • Equality Operator
                • Inequality Operator
            • SceneLightingController
              • Overview
              • Members
              • Methods
                • Dispose Method
                • SetLightDirection Method
              • Properties
                • LightMode Property
            • SciChart2D3DInitializer
              • Overview
              • Members
              • Methods
                • LoadLibrariesAndLicenseAsync Method
              • Properties
                • Awaiter Property
            • SciChart3DRenderer
              • Overview
              • Members
              • SciChart3DRenderer Constructor
              • Methods
                • RenderLoop Method
            • SciChart3DRenderSurface
              • Overview
              • Members
              • SciChart3DRenderSurface Constructor
              • Methods
                • AddSeries Method
                  • AddSeries(IEnumerable<IRenderableSeries3D>) Method
                  • AddSeries(IRenderableSeries3D) Method
                • AttachCamera Method
                • ContainsSeries Method
                  • ContainsSeries(IRenderableSeries3D) Method
                • DisposeUnmanagedResources Method
                • GetRenderContext Method
                • OnRenderSurfaceBaseLoaded Method
                • RecreateSurface Method
                • RemoveSeries Method
                  • RemoveSeries(IRenderableSeries3D) Method
              • Properties
                • IsValidForDrawing Property
                • ParentSurface Property
                • Viewport3D Property
            • SciChart3DRootSceneEntity
              • Overview
              • Members
              • SciChart3DRootSceneEntity Constructor
                • SciChart3DRootSceneEntity Constructor()
                • SciChart3DRootSceneEntity Constructor(AxisCubeEntity)
              • Methods
                • AddChildren Method
              • Properties
                • AxisCube Property
                • FpsPresenter Property
                • XyzGizmo Property
            • SciChart3DSurface
              • Overview
              • Members
              • SciChart3DSurface Constructor
              • Methods
                • AnimateZoomExtents Method
                • AnimateZoomExtentsX Method
                • AnimateZoomExtentsY Method
                • AnimateZoomExtentsZ Method
                • Dispose Method
                  • Dispose(Boolean) 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
                • RenderableSeriesChanged Event
            • SCRTDllLoader
              • Overview
              • Members
              • Methods
                • InitNativeLibs Method
              • Properties
                • ForceDirectXVersion Property
            • StringToVector3TypeConverter
              • Overview
              • Members
              • StringToVector3TypeConverter Constructor
              • Methods
                • CanConvertFrom Method
                  • CanConvertFrom(ITypeDescriptorContext,Type) Method
                • ConvertFrom Method
                  • ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
            • Texture2D
              • Overview
              • Members
              • Texture2D Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
                  • Dispose() Method
                • Finalize Method
                • FromArgb Method
                • FromBytes Method
                • FromWriteableBitmap Method
                • WritePixels Method
                  • WritePixels(Single[]) Method
                  • WritePixels(UInt32[]) Method
              • Properties
                • Height Property
                • TextureFormat Property
                • Width Property
            • Vector3
              • Overview
              • Members
              • Vector3 Constructor
                • Vector3 Constructor(Single,Single,Single)
                • Vector3 Constructor()
              • Methods
                • Distance Method
                • DotProduct Method
                • Equals Method
                  • Equals(Vector3) Method
                  • Equals(Object) Method
                • GetHashCode Method
                • Lerp Method
                • ToString Method
              • Properties
                • Length Property
                • LengthSquared Property
                • X Property
                • Y Property
                • Z Property
                • Zero Property
              • Operators
                • Addition Operator
                • Equality Operator
                • Exclusive Or Operator
                • Inequality Operator
                • Multiplication Operator
                • Subtraction Operator
            • Vector3ComponentConverter
              • Overview
              • Members
              • Vector3ComponentConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • Vector3StringConverter
              • Overview
              • Members
              • Vector3StringConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
              • Properties
                • StringFormat Property
            • VectorEditor
              • Overview
              • Members
              • VectorEditor Constructor
              • Methods
                • OnApplyTemplate Method
                • OnVectorChanged Method
              • Properties
                • Vector Property
              • Fields
                • VectorProperty Field
            • Viewport3D
              • Overview
              • Members
              • Viewport3D Constructor
              • Methods
                • AttachCamera Method
                • BuildUpViewport Method
                • Dispose Method
                  • Dispose() Method
                  • Dispose(Boolean) Method
                • DrawFrame Method
                • FillSourceRDP Method
                • Finalize Method
                • GetMainLightDirection Method
                • GetMainLightMode Method
                • GetWorld Method
                • IsD3D9 Method
                • OnViewportResized Method
                • PickScene Method
                  • PickScene(Point) Method
                  • PickScene(Rect) 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
                • IsAttached Property
                • IsSuspended Property
                • Services Property
          • Enumerations
            • CameraProjectionMode
            • CoordinateSystem3D
            • FullScreenAntiAliasingMode
            • MainLightMode
            • SciChartDirectXVersion
            • SciChartMeshTemplate
            • SciChartTextureTemplate
            • TextureFormat
            • Viewport3DOrientation
          • Structures
            • BoundingBox
              • Overview
              • Members
              • BoundingBox Constructor
              • Methods
                • Dispose Method
                • Equals Method
                  • Equals(Object) Method
                  • Equals(BoundingBox) Method
                • GetHashCode Method
              • Properties
                • Center Property
                • Corners Property
                • Max Property
                • Min Property
              • Fields
                • Vec0 Field
                • Vec1 Field
          • 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
                • CameraUpdated Event
            • IRootSceneEntity
              • Overview
              • Members
            • ISceneLightingController
              • Overview
              • Members
              • Methods
                • SetLightDirection Method
              • Properties
                • LightMode Property
            • ISciChart3DRenderer
              • Overview
              • Members
              • Methods
                • RenderLoop Method
            • ISciChart3DRenderSurface
              • Overview
              • Members
              • Methods
                • AddSeries Method
                  • AddSeries(IEnumerable<IRenderableSeries3D>) Method
                  • AddSeries(IRenderableSeries3D) Method
                • AttachCamera Method
                • ContainsSeries Method
                • RemoveSeries Method
              • Properties
                • ChildSeries Property
                • ParentSurface Property
                • Viewport3D Property
            • ISciChart3DSurface
              • Overview
              • Members
              • Methods
                • CaptureMouse Method
                • OnArrangeSciChart Method
                • ReleaseMouseCapture Method
              • Properties
                • Camera Property
                • ChartModifier Property
                • RenderableSeries Property
                • RootGrid Property
                • Viewport3D Property
                • ViewportManager Property
                • WorldDimensions Property
                • XAxis Property
                • YAxis Property
                • ZAxis Property
            • ISciChartController3D
              • Overview
              • Members
              • Methods
                • AnimateZoomExtentsZ Method
                • ZoomExtentsZ Method
            • IViewport3D
              • Overview
              • Members
              • Methods
                • AttachCamera Method
                • BuildUpViewport Method
                • DrawFrame Method
                • GetWorld Method
                • OnViewportResized Method
                • PickScene Method
                  • PickScene(Rect) Method
                  • PickScene(Point) Method
                • RestartD3DPresentationWith Method
                • SetCoordinateSystem Method
                • TearDownViewport Method
              • Properties
                • CameraController Property
                • IdProvider Property
                • LightingController Property
                • ParentSurface Property
                • RootEntity Property
                • Started Property
                • SyncRoot Property
                • ViewportOrientation Property
                • ViewportSize Property
            • IViewportManager3D
              • Overview
              • Members
              • Methods
                • AttachSciChartSurface Method
                • CalculateAutoRange Method
                • CalculateNewXAxisRange Method
                • CalculateNewYAxisRange Method
                • CalculateNewZAxisRange Method
                • DetachSciChartSurface Method
                • OnParentSurfaceRendered Method
                • OnVisibleRangeChanged Method
              • Properties
                • IsAttached Property
                • Services Property
        • SciChart.Charting3D.Annotations Namespace
          • Overview
          • Classes
            • FpsPresenter
              • Overview
              • Members
              • FpsPresenter Constructor
              • Properties
                • FontName Property
                • FontSize Property
                • TextColor Property
            • XyzAxisDebug3D
              • Overview
              • Members
              • XyzAxisDebug3D Constructor
              • Methods
                • RenderScene Method
            • XyzGizmo
              • Overview
              • Members
              • XyzGizmo Constructor
              • Properties
                • AxisLength Property
                • CornerDistance Property
                • LabelsFontName Property
                • LabelsFontSize Property
                • LabelXColor Property
                • LabelXText Property
                • LabelYColor Property
                • LabelYText Property
                • LabelZColor Property
                • LabelZText Property
                • LineThickness Property
        • 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
              • Overview
              • Members
              • AxisCubeEntity Constructor
              • Methods
                • UpdateScene Method
            • DateTimeAxis3D
              • Overview
              • Members
              • DateTimeAxis3D Constructor
              • Methods
                • GetMaximumRange Method
              • Properties
                • SubDayTextFormatting Property
              • Fields
                • SubDayTextFormattingProperty Field
            • DateTimeLabelProvider3D
              • Overview
              • Members
              • DateTimeLabelProvider3D Constructor
              • Methods
                • FormatCursorLabel Method
                • FormatLabel Method
            • LogarithmicNumericAxis3D
              • Overview
              • Members
              • LogarithmicNumericAxis3D Constructor
              • Methods
                • CalculateTicks Method
                • GetAxis3DParams Method
                • GetDefaultNonZeroRange Method
                • GetDeltaCalculator Method
                • IsValidRange Method
                • IsVisibleRangeConstrained Method
                  • IsVisibleRangeConstrained(IRange) Method
                • ToAxisDescriptor Method
              • Properties
                • IsLogarithmicAxis Property
                • LogarithmicBase Property
                • ScientificNotation Property
              • Fields
                • LogarithmicBaseProperty Field
                • ScientificNotationProperty Field
            • LogarithmicNumericLabelProvider3D
              • Overview
              • Members
              • LogarithmicNumericLabelProvider3D Constructor
              • Methods
                • FormatCursorLabel Method
                • FormatExponentialLabel Method
                • FormatLabel Method
                • Init Method
            • NumericAxis3D
              • Overview
              • Members
              • NumericAxis3D Constructor
              • Methods
                • CalculateDelta Method
                • GetDefaultNonZeroRange Method
                • GetDeltaCalculator Method
                • GetUndefinedRange Method
                • IsOfValidType Method
                • OnIdChanged Method
              • Properties
                • MajorDelta Property
                • MinimalZoomConstrain Property
                • MinorDelta Property
            • TimeSpanAxis3D
              • Overview
              • Members
              • TimeSpanAxis3D Constructor
              • Methods
                • GetMaximumRange Method
            • TimeSpanAxis3DBase
              • Overview
              • Members
              • TimeSpanAxis3DBase Constructor
              • Methods
                • CalculateDelta Method
                • GetDefaultNonZeroRange Method
                • GetDeltaCalculator Method
                • GetUndefinedRange Method
                • IsOfValidType Method
                • OnIdChanged Method
            • TimeSpanLabelProvider3D
              • Overview
              • Members
              • TimeSpanLabelProvider3D Constructor
              • Methods
                • FormatCursorLabel Method
                • FormatLabel Method
          • Enumerations
            • Axis3D
            • AxisSideClipping
            • AxisTitleOrientation3D
            • TextAlignment3D
            • TickLabelOrientation3D
          • Interfaces
            • IAxis3D
              • Overview
              • Members
              • Methods
                • ToAxisDescriptor Method
              • Properties
                • FontFamily Property
                • FontSize Property
                • HasChanges Property
                • IsYAxis Property
                • IsZAxis Property
                • LabelProvider Property
                • NegativeSideClipping Property
                • ParentSurface Property
                • PositiveSideClipping Property
                • TickLabelAlignment Property
            • ILogarithmicAxis3D
              • Overview
              • Members
              • Properties
                • LogarithmicBase Property
                • ScientificNotation Property
        • SciChart.Charting3D.Common.DataBinding Namespace
          • Overview
          • Classes
            • ToAxis3DConverter
              • Overview
              • Members
              • ToAxis3DConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • ToRenderableSeries3DCollectionConverter
              • Overview
              • Members
              • ToRenderableSeries3DCollectionConverter Constructor
              • Methods
                • Convert Method
                • ConvertBack Method
            • ZeroLineY3DTypeConverter
              • Overview
              • Members
              • ZeroLineY3DTypeConverter Constructor
              • Methods
                • CanConvertFrom Method
                  • CanConvertFrom(ITypeDescriptorContext,Type) Method
                • CanConvertTo Method
                  • CanConvertTo(ITypeDescriptorContext,Type) Method
                • ConvertFrom Method
                  • ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
                • ConvertTo Method
                  • ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method
        • SciChart.Charting3D.Common.Extensions Namespace
          • Overview
          • Classes
            • AxisBinding
              • Overview
              • Members
              • AxisBinding Constructor
              • Methods
                • ProvideValue Method
              • Properties
                • Mode Property
                • Path Property
                • RelativeSource Property
                • UpdateSourceTrigger Property
            • SeriesBinding
              • Overview
              • Members
              • SeriesBinding Constructor
              • Methods
                • ProvideValue Method
              • Properties
                • Mode Property
                • Path Property
                • RelativeSource Property
                • UpdateSourceTrigger Property
            • TooltipTemplateSelector
              • Overview
              • Members
              • TooltipTemplateSelector Constructor
              • Methods
                • SelectTemplate Method
              • Properties
                • UniformGridSeriesTooltipTemplate Property
                • XyzSeriesTooltipTemplate Property
        • SciChart.Charting3D.Common.Helpers Namespace
          • Overview
          • Classes
            • ResourceHelper
              • Overview
              • Members
              • Methods
                • GetAssemblyResourceStream Method
                • GetLocationUri Method
                • LoadResourceFromUri Method
        • SciChart.Charting3D.Extensions Namespace
          • Overview
          • Classes
            • Array2DExtensions
              • Overview
              • Members
              • Methods
                • ToStringArray2D<T> Method
            • ColorExtensions
              • Overview
              • Members
              • Methods
                • ToAbgr Method
                • ToArgb Method
                • ToTsrVector4 Method
                  • ToTsrVector4(Color,TSRVector4) Method
                  • ToTsrVector4(Color) Method
        • SciChart.Charting3D.Model Namespace
          • Overview
          • Classes
            • BaseGridDataSeries3D<TX,TY,TZ>
              • Overview
              • Members
              • BaseGridDataSeries3D<TX,TY,TZ> Constructor
              • Methods
                • Clear Method
                  • Clear() Method
                  • Clear(Int32,Int32) Method
                • CopyFrom Method
                  • CopyFrom(GridData<TY>) Method
                  • CopyFrom(TY[]) 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
                • _gridData Field
                • _isDirty Field
                • _yRangeCached Field
                • XMath Field
                • YMath Field
                • ZMath Field
            • CustomFreeSurfaceDataSeries3D<TAllPoints>
              • Overview
              • Members
              • CustomFreeSurfaceDataSeries3D<TAllPoints> Constructor
            • CustomFreeSurfaceDataSeries3D<TX,TY,TZ>
              • Overview
              • Members
              • CustomFreeSurfaceDataSeries3D<TX,TY,TZ> Constructor
              • Methods
                • GetDataValue Method
            • CylindroidDataSeries3D<TAllPoints>
              • Overview
              • Members
              • CylindroidDataSeries3D<TAllPoints> Constructor
            • CylindroidDataSeries3D<TXZ,TY>
              • Overview
              • Members
              • CylindroidDataSeries3D<TXZ,TY> Constructor
              • Methods
                • GetDataDisplacement Method
                • GetDataValue Method
              • Properties
                • A Property
                • B Property
                • H Property
            • 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
                • SyncRoot Field
              • Events
                • DataSeriesChanged Event
            • DoubleDoubleList<T>
              • Overview
              • Members
              • DoubleDoubleList<T> Constructor
              • Properties
                • CountI Property
                • CountJ Property
                • InnerArray Property
                • Item Property
            • EllipsoidDataSeries3D<TXYZ>
              • Overview
              • Members
              • EllipsoidDataSeries3D<TXYZ> Constructor
              • Methods
                • GetDataDisplacement Method
                • GetDataValue Method
              • Properties
                • A Property
                • B Property
                • C Property
            • 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
                • _offsetX Field
                • _offsetY Field
                • _offsetZ Field
                • _uCount Field
                • _uMax Field
                • _uMin Field
                • _vCount Field
                • _vMax Field
                • _vMin Field
                • _xRange Field
                • _yRange Field
                • _zRange Field
                • XMath Field
                • YMath Field
                • ZMath Field
            • 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
                • XMath Field
                • YMath Field
                • ZMath Field
            • HeightmapBasedDataSeries3D
              • Overview
              • Members
              • HeightmapBasedDataSeries3D Constructor
              • Methods
                • CreateUpdateSuspender Method
                • MarkIsDirtyOnResumeUpdates Method
                • OnIsHeightmapDirtyChanged Method
                • OnIsMeshDirtyChanged Method
                • SuspendUpdates Method
                  • SuspendUpdates(Boolean,Boolean) Method
              • Properties
                • IsDirty Property
                • IsHeightmapDirty Property
                • IsMeshDirty Property
            • NonUniformGridDataSeries3D<TAllPoints>
              • Overview
              • Members
              • NonUniformGridDataSeries3D<TAllPoints> Constructor
            • NonUniformGridDataSeries3D<TX,TY,TZ>
              • Overview
              • Members
              • NonUniformGridDataSeries3D<TX,TY,TZ> Constructor
              • Methods
                • GetX Method
                • GetZ Method
              • Properties
                • XOffsets Property
                • XRange Property
                • ZOffsets Property
                • ZRange Property
            • PointMetadata3D
              • Overview
              • Members
              • PointMetadata3D Constructor
              • Properties
                • IsSelected Property
                • Parent Property
                • PointScale Property
                • Tag Property
                • VertexColor Property
              • Events
                • PropertyChanged Event
            • PolarDataSeries3D<TAllPoints>
              • Overview
              • Members
              • PolarDataSeries3D<TAllPoints> Constructor
            • PolarDataSeries3D<TPolar,THeight>
              • Overview
              • Members
              • PolarDataSeries3D<TPolar,THeight> Constructor
              • Methods
                • GetDataValue Method
              • Properties
                • A Property
                • B Property
            • UniformGridDataSeries3D<TAllPoints>
              • Overview
              • Members
              • UniformGridDataSeries3D<TAllPoints> Constructor
            • UniformGridDataSeries3D<TX,TY,TZ>
              • Overview
              • Members
              • UniformGridDataSeries3D<TX,TY,TZ> Constructor
              • Methods
                • GetX Method
                • GetZ Method
              • Properties
                • StartX Property
                • StartZ Property
                • StepX Property
                • StepZ Property
                • XRange Property
                • ZRange Property
            • XyzDataPointViewModel<TAllPoints>
              • Overview
              • Members
              • XyzDataPointViewModel<TAllPoints> Constructor
            • XyzDataPointViewModel<TX,TY,TZ>
              • Overview
              • Members
              • XyzDataPointViewModel<TX,TY,TZ> Constructor
              • Properties
                • Index Property
                • PointMetadata3D Property
                • X Property
                • Y Property
                • Z Property
            • XyzDataSeries3D<TAllPoints>
              • Overview
              • Members
              • XyzDataSeries3D<TAllPoints> Constructor
            • 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
                  • AppendMetadata(IPointMetadata3D) Method
                  • AppendMetadata(IEnumerable<IPointMetadata3D>) 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
                • Count Property
                • IsDirty Property
                • WValues Property
                • XRange Property
                • XValues Property
                • YRange Property
                • YValues Property
                • ZRange Property
                • ZValues Property
            • XyzDisplaceableFreeSurfaceDataSeries<TXYZ>
              • Overview
              • Members
              • XyzDisplaceableFreeSurfaceDataSeries<TXYZ> Constructor
              • Methods
                • CopyFrom Method
                  • CopyFrom(GridData<TXYZ>) Method
                  • CopyFrom(TXYZ[]) Method
                • GetDataDisplacement Method
                • GetDisplacedDataValue Method
                • GetRowAt Method
                • PushRow Method
                • SetRowAt Method
                • ToPointSeries<TPointSeries> Method
              • Properties
                • InternalArray Property
                • Item Property
            • XyzDisplaceableFreeSurfacePointSeries<TXYZ>
              • Overview
              • Members
              • XyzDisplaceableFreeSurfacePointSeries<TXYZ> Constructor
              • Properties
                • DisplacementAxes Property
                • IsAxesPropagationAbsolute Property
                • Item Property
            • XzDisplaceableFreeSurfaceDataSeries<TXZ,TY>
              • Overview
              • Members
              • XzDisplaceableFreeSurfaceDataSeries<TXZ,TY> Constructor
              • Methods
                • CopyFrom Method
                  • CopyFrom(GridData<TXZ>) Method
                  • CopyFrom(TXZ[]) Method
                • GetDataDisplacement Method
                • GetDisplacedDataValue Method
                • GetRowAt Method
                • PushRow Method
                • SetRowAt Method
                • ToPointSeries<TPointSeries> Method
              • Properties
                • InternalArray Property
                • Item Property
            • XzDisplaceableFreeSurfacePointSeries<TXZ,TY>
              • Overview
              • Members
              • XzDisplaceableFreeSurfacePointSeries<TXZ,TY> Constructor
              • Properties
                • DisplacementAxes Property
                • IsAxesPropagationAbsolute Property
                • Item Property
            • YDisplaceableFreeSurfaceDataSeries<TX,TY,TZ>
              • Overview
              • Members
              • YDisplaceableFreeSurfaceDataSeries<TX,TY,TZ> Constructor
              • Methods
                • CopyFrom Method
                  • CopyFrom(GridData<TY>) Method
                  • CopyFrom(TY[]) Method
                • GetDisplacedDataValue Method
                • GetRowAt Method
                • PushRow Method
                • SetRowAt Method
                • ToPointSeries<TPointSeries> Method
              • Properties
                • InternalArray Property
                • Item Property
            • YDisplaceableFreeSurfacePointSeries<TX,TY,TZ>
              • Overview
              • Members
              • YDisplaceableFreeSurfacePointSeries<TX,TY,TZ> Constructor
              • Properties
                • DisplacementAxes Property
                • IsAxesPropagationAbsolute Property
                • Item Property
          • Enumerations
            • DisplacementAxis3D
            • HeightmapBasedDataSeries3DDirtyStates
          • Structures
            • DataBoundingBox
              • Overview
              • Members
              • Methods
                • Equals Method
                  • Equals(Object) Method
                  • Equals(DataBoundingBox) Method
                • GetHashCode Method
              • Fields
                • XRange Field
                • YRange Field
                • ZRange Field
          • Interfaces
            • IBaseGridDataSeries3D
              • Overview
              • Members
              • Methods
                • GetX Method
                • GetZ Method
              • Properties
                • Item Property
            • IDataSeries3D
              • Overview
              • Members
              • Methods
                • Clear Method
                • GetBounds Method
                • OnDataSeriesChanged Method
                • ToPointSeries<TPointSeries> Method
              • Properties
                • IsDirty Property
                • ParentSurface Property
                • SeriesName Property
                • XRange Property
                • YRange Property
                • ZRange Property
              • Events
                • DataSeriesChanged Event
            • IDisplaceableFreeSurfacePointSeries
              • Overview
              • Members
              • Properties
                • DisplacementAxes Property
                • IsAxesPropagationAbsolute Property
                • Item Property
            • IDoubleDoubleList
              • Overview
              • Members
              • Properties
                • CountI Property
                • CountJ Property
                • InnerArray Property
                • Item Property
            • IDoubleList
              • Overview
              • Members
              • Methods
                • GetAsDoubles Method
              • Properties
                • Count Property
                • Item Property
            • IFreeSurfaceDataSeries3D
              • Overview
              • Members
              • Properties
                • UCount Property
                • VCount Property
            • IFreeSurfacePointSeries3D
              • Overview
              • Members
              • Methods
                • GetU Method
                • GetV Method
                • GetValueAsDouble Method
                • GetValueWithOffsetAsDouble Method
              • Properties
                • OffsetXAsDouble Property
                • OffsetYAsDouble Property
                • OffsetZAsDouble Property
                • UCount Property
                • VCount Property
            • IGridPointSeries3D
              • Overview
              • Members
              • Methods
                • GetX Method
                • GetZ Method
              • Properties
                • CountX Property
                • CountZ Property
                • Values Property
            • IPointMetadata3D
              • Overview
              • Members
              • Properties
                • IsSelected Property
                • Parent Property
                • PointScale Property
                • VertexColor Property
            • IPointSeries3D
              • Overview
              • Members
              • Properties
                • IsDirty Property
                • SyncRoot Property
            • IXyzDataSeries3D
              • Overview
              • Members
              • Methods
                • PerformSelection Method
              • Properties
                • Count Property
            • 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
                • WValues Property
                • XValues Property
                • YValues Property
                • ZValues Property
            • IXyzPointSeries3D
              • Overview
              • Members
              • Properties
                • Count Property
                • WValues Property
                • XValues Property
                • YValues Property
                • ZValues Property
        • SciChart.Charting3D.Model.ChartData Namespace
          • Overview
          • Classes
            • BaseXyzSeriesInfo3D
              • Overview
              • Members
              • BaseXyzSeriesInfo3D Constructor
              • Properties
                • VertexId Property
            • ChartDataObject3D
              • Overview
              • Members
              • ChartDataObject3D Constructor
                • ChartDataObject3D Constructor()
                • ChartDataObject3D Constructor(IEnumerable<SeriesInfo3D>)
              • Properties
                • SeriesInfo Property
            • SeriesInfo3D
              • Overview
              • Members
              • SeriesInfo3D Constructor
              • Methods
                • Clone Method
                • GetXCursorFormattedValue Method
                • GetYCursorFormattedValue Method
                • GetZCursorFormattedValue Method
              • Properties
                • Fill Property
                • FormattedXValue Property
                • FormattedYValue Property
                • FormattedZValue Property
                • HitVertex Property
                • HitVertexCoords Property
                • IsHit Property
                • IsVisible Property
                • PointMetadata Property
                • RenderableSeries Property
                • SeriesName Property
                • Stroke Property
                • XValue Property
                • YValue Property
                • ZValue Property
            • SurfaceMeshSeriesInfo3D
              • Overview
              • Members
              • SurfaceMeshSeriesInfo3D Constructor
              • Properties
                • X Property
                • Z Property
            • WaterfallSeriesInfo3D
              • Overview
              • Members
              • WaterfallSeriesInfo3D Constructor
        • 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
              • Overview
              • Members
              • BaseRenderableSeries3DViewModel Constructor
              • Properties
                • DataSeries Property
                • IsSelected Property
                • IsVisible Property
                • Opacity Property
                • PaletteProvider Property
                • PointMarker Property
                • Stroke Property
            • ColumnRenderableSeries3DViewModel
              • Overview
              • Members
              • ColumnRenderableSeries3DViewModel Constructor
              • Properties
                • ColumnShape Property
                • DataPointWidth Property
                • DataPointWidthX Property
                • DataPointWidthZ Property
                • Fill Property
                • SelectedDataPointFill Property
                • ViewType Property
                • ZeroLineY Property
            • DateTimeAxis3DViewModel
              • Overview
              • Members
              • DateTimeAxis3DViewModel Constructor
              • Properties
                • SubDayTextFormatting Property
                • ViewType Property
            • FreeSurfaceRenderableSeries3DViewModel
              • Overview
              • Members
              • FreeSurfaceRenderableSeries3DViewModel Constructor
              • Properties
                • ColorMapTexture Property
                • ColorMapTextureSize Property
                • DrawMeshAs Property
                • HeightScaleFactor Property
                • MeshColorPalette Property
                • MeshPaletteMode Property
                • PaletteMaximum Property
                • PaletteMinimum Property
                • PaletteMinMaxMode Property
                • StrokeThickness Property
                • ViewType Property
            • ImpulseRenderableSeries3DViewModel
              • Overview
              • Members
              • ImpulseRenderableSeries3DViewModel Constructor
              • Properties
                • SelectedDataPointStroke Property
                • StrokeThickness Property
                • ViewType Property
            • LogarithmicNumericAxis3DViewModel
              • Overview
              • Members
              • LogarithmicNumericAxis3DViewModel Constructor
              • Properties
                • LogarithmicBase Property
                • ViewType Property
            • NumericAxis3DViewModel
              • Overview
              • Members
              • NumericAxis3DViewModel Constructor
              • Properties
                • ViewType Property
            • PointLineRenderableSeries3DViewModel
              • Overview
              • Members
              • PointLineRenderableSeries3DViewModel Constructor
              • Properties
                • IsAntialiased Property
                • IsLineStrips Property
                • SelectedDataPointStroke Property
                • StrokeThickness Property
                • ViewType Property
            • ScatterRenderableSeries3DViewModel
              • Overview
              • Members
              • ScatterRenderableSeries3DViewModel Constructor
              • Properties
                • ViewType Property
            • SurfaceMeshRenderableSeries3DViewModel
              • Overview
              • Members
              • SurfaceMeshRenderableSeries3DViewModel Constructor
              • Properties
                • ColorMapTexture Property
                • ColorMapTextureSize Property
                • DrawMeshAs Property
                • DrawSkirt Property
                • HeightScaleFactor Property
                • Maximum Property
                • MeshColorPalette Property
                • MeshPaletteMode Property
                • MeshResolution Property
                • Minimum Property
                • StrokeThickness Property
                • ViewType Property
            • TimeSpanAxis3DViewModel
              • Overview
              • Members
              • TimeSpanAxis3DViewModel Constructor
              • Properties
                • ViewType Property
            • WaterfallRenderableSeries3DViewModel
              • Overview
              • Members
              • WaterfallRenderableSeries3DViewModel Constructor
              • Properties
                • ClipMode Property
                • SelectedColorMapping Property
                • SelectedStroke Property
                • SliceThickness Property
                • StrokeThickness Property
                • ViewType Property
                • YColorMapping Property
                • YStrokeColorMapping Property
                • ZColorMapping Property
                • ZStrokeColorMapping Property
          • Interfaces
            • IAxis3DViewModel
              • Overview
              • Members
              • Properties
                • FontFamily Property
        • SciChart.Charting3D.Model.DataSeries Namespace
          • Overview
          • Interfaces
            • IHitTestable3D
              • Overview
              • Members
              • Methods
                • GetXValue Method
                • GetYValue Method
                • GetZValue Method
        • SciChart.Charting3D.Model.DataSeries.Waterfall Namespace
          • Overview
          • Classes
            • WaterfallDataSeries3D<TAllPoints>
              • Overview
              • Members
              • WaterfallDataSeries3D<TAllPoints> Constructor
                • WaterfallDataSeries3D<TAllPoints> Constructor(Int32,Int32)
                • WaterfallDataSeries3D<TAllPoints> Constructor(Int32,TAllPoints[])
            • WaterfallDataSeries3D<TX,TY,TZ>
              • Overview
              • Members
              • WaterfallDataSeries3D<TX,TY,TZ> Constructor
                • WaterfallDataSeries3D<TX,TY,TZ> Constructor(Int32,Int32)
                • WaterfallDataSeries3D<TX,TY,TZ> Constructor(Int32,TZ[])
              • Methods
                • Clear Method
                  • Clear(Int32,Int32) Method
                • GetSelectedRows Method
                • GetZ Method
                • PushRow Method
                  • PushRow(TZ,TY[]) Method
                • SelectRows Method
              • Properties
                • ZRange Property
          • Interfaces
            • IWaterfallDataSeries3D
              • Overview
              • Members
              • Methods
                • GetSelectedRows Method
                • SelectRows Method
              • Properties
                • StartX Property
                • StartZ Property
                • StepX Property
                • StepZ Property
        • SciChart.Charting3D.Modifiers Namespace
          • Overview
          • Classes
            • ApiElementBase3D
              • Overview
              • Members
              • ApiElementBase3D Constructor
              • Methods
                • GetAndAssertTemplateChild<T> Method
                • OnAttached Method
                • OnDetached Method
                • OnInvalidateParentSurface Method
                • OnPropertyChanged Method
                  • OnPropertyChanged(String) Method
              • Properties
                • IsAttached Property
                • ModifierSurface Property
                • ParentSurface Property
                • RootGrid Property
                • Services Property
                • XAxis Property
                • YAxis Property
                • ZAxis Property
              • Events
                • PropertyChanged Event
            • 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
                • ExecuteOnProperty Field
                • ExecuteWhenProperty Field
                • IsEnabledProperty Field
                • ReceiveHandledEventsProperty Field
            • FreeLookModifier3D
              • Overview
              • Members
              • FreeLookModifier3D Constructor
              • Methods
                • GetVectors Method
                • OnModifierKeyDown Method
                • OnModifierMouseMove Method
              • Properties
                • BackKey Property
                • DownKey Property
                • ForwardKey Property
                • LeftKey Property
                • MovementSpeed Property
                • RightKey Property
                • UpKey Property
              • Fields
                • BackKeyProperty Field
                • DownKeyProperty Field
                • ForwardKeyProperty Field
                • LeftKeyProperty Field
                • MovementSpeedProperty Field
                • RightKeyProperty Field
                • UpKeyProperty Field
            • InspectSeriesModifierBase3D
              • Overview
              • Members
              • InspectSeriesModifierBase3D Constructor
              • Methods
                • ClearAll Method
                • GetIncludeSeries Method
                • GetSeriesInfoAt Method
                  • GetSeriesInfoAt(Point) Method
                  • GetSeriesInfoAt(Func<IRenderableSeries3D,HitTestInfo3D>) Method
                • HandleMasterMouseEvent Method
                • HandleMouseEvent Method
                • IsEnabledAt Method
                • IsHitPointValid Method
                • IsSeriesValid Method
                • OnAttached Method
                • OnDetached Method
                • OnModifierMouseMove Method
                • OnParentSurfaceMouseLeave Method
                • SetIncludeSeries Method
              • Properties
                • SourceMode Property
              • Fields
                • CurrentPoint Field
                • IncludeSeriesProperty Field
                • SourceModeProperty Field
            • 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
                • LegendDataProperty Field
                • LegendItemTemplateProperty Field
                • LegendPlacementProperty Field
                • LegendTemplateProperty Field
                • OrientationProperty Field
                • ShowLegendProperty Field
                • ShowSeriesMarkersProperty Field
                • ShowVisibilityCheckboxesProperty Field
            • ModifierGroup3D
              • Overview
              • Members
              • ModifierGroup3D Constructor
                • ModifierGroup3D Constructor()
                • ModifierGroup3D Constructor(IChartModifier3D[])
              • 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
                • ChildModifiers Property
                • Item Property
                  • Item(String) Property
                  • Item(Int32) Property
              • Fields
                • ChildModifiersProperty Field
            • MouseWheelZoomModifier3D
              • Overview
              • Members
              • MouseWheelZoomModifier3D Constructor
              • Methods
                • OnModifierMouseWheel Method
              • Properties
                • MouseWheelSensitivity Property
              • Fields
                • MouseWheelSensitivityProperty Field
            • OrbitModifier3D
              • Overview
              • Members
              • OrbitModifier3D Constructor
              • Methods
                • OnModifierMouseDown Method
                • OnModifierMouseMove Method
                • OnModifierMouseUp Method
              • Properties
                • DegreesPerPixelSensitivity Property
                • Dragging Property
                • LastPoint Property
              • Fields
                • DegreesPerPixelSensitivityProperty Field
            • PinchZoomModifier3D
              • Overview
              • Members
              • PinchZoomModifier3D Constructor
              • Methods
                • OnModifierTouchManipulationDelta Method
              • Properties
                • ZoomScaleSensitivity Property
              • Fields
                • ZoomScaleSensitivityProperty Field
            • VertexSelectionModifier3D
              • Overview
              • Members
              • VertexSelectionModifier3D Constructor
              • Methods
                • ClearAll Method
                • GetIncludeSeries Method
                • GetSelectionMode Method
                • MatchesExecuteWhen Method
                  • MatchesExecuteWhen(MouseModifier) Method
                • OnAttached Method
                • OnDetached Method
                • OnModifierMouseDown Method
                • OnModifierMouseMove Method
                • OnModifierMouseUp Method
                • PerformSelection Method
                • SetIncludeSeries Method
                • UpdateReticulePosition Method
              • Properties
                • DragReticuleStyle Property
                • MinDragSensitivity Property
                • StartPoint Property
              • Fields
                • DragReticuleStyleProperty Field
                • IncludeSeriesProperty Field
                • MinDragSensitivityProperty Field
            • XyzGizmoModifier3D
              • Overview
              • Members
              • XyzGizmoModifier3D Constructor
              • Methods
                • OnAttached Method
                • OnDetached Method
            • ZoomExtentsModifier3D
              • Overview
              • Members
              • ZoomExtentsModifier3D Constructor
              • Methods
                • OnModifierDoubleClick Method
                • OnPositionLerpChanged Method
                • UpdatePosition Method
              • Properties
                • AnimateDurationMs Property
                • AutoFitRadius Property
                • ResetPosition Property
                • ResetTarget Property
                • ZoomExtentsCommand Property
              • Fields
                • AnimateDurationMsProperty Field
                • AutoFitRadiusProperty Field
                • PositionLerpProperty Field
                • ResetPositionProperty Field
                • ResetTargetProperty Field
          • Interfaces
            • IChartModifier3D
              • Overview
              • Members
              • Properties
                • ParentSurface Property
        • SciChart.Charting3D.Modifiers.Tooltip3D Namespace
          • Overview
          • Classes
            • CrosshairLines
              • Overview
              • Members
              • CrosshairLines Constructor
              • Properties
                • CrosshairOverlayStyle Property
                • ProjectionMode Property
              • Fields
                • CrosshairOverlayStyleProperty Field
                • ProjectionModeProperty Field
            • CrosshairLinesProjection
              • Overview
              • Members
              • CrosshairLinesProjection Constructor
              • Properties
                • ShowXy Property
                • ShowXz Property
                • ShowYz Property
                • XyLineStyle Property
                • XzLineStyle Property
                • YzLineStyle Property
              • Fields
                • ShowXyProperty Field
                • ShowXzProperty Field
                • ShowYzProperty Field
                • XyLineStyleProperty Field
                • XzLineStyleProperty Field
                • YzLineStyleProperty Field
            • CrosshairLinesSceneEntity
              • Overview
              • Members
              • CrosshairLinesSceneEntity Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
                • RenderScene Method
                • UpdateHitVertex Method
            • CrosshairPlanesSceneEntity
              • Overview
              • Members
              • CrosshairPlanesSceneEntity Constructor
              • Methods
                • RenderScene Method
                • UpdateHitVertex Method
            • 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
            • CrosshairMode
            • ProjectionMode
          • Interfaces
            • ICrosshairSceneEntity
              • Overview
              • Members
              • Methods
                • UpdateHitVertex Method
        • SciChart.Charting3D.PointMarkers Namespace
          • Overview
          • Classes
            • BaseMeshPointMarker3D
              • Overview
              • Members
              • BaseMeshPointMarker3D Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
              • Properties
                • MarkerType Property
                • PointsMesh Property
            • BasePointMarker3D
              • Overview
              • Members
              • BasePointMarker3D Constructor
              • Methods
                • Attach Method
                • Detach Method
                • Dispose Method
                  • Dispose(Boolean) Method
                  • Dispose() Method
                • Finalize Method
                • InvalidateParentSeries Method
              • Properties
                • Fill Property
                • MarkerType Property
                • PointMarkerTemplate Property
                • RenderableSeries Property
                • SelectedFill Property
                • Size Property
              • Fields
                • FillProperty Field
                • PointMarkerTemplateProperty Field
                • SelectedFillProperty Field
                • SizeProperty Field
            • BaseTexturePointMarker3D
              • Overview
              • Members
              • BaseTexturePointMarker3D Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
              • Properties
                • MarkerType Property
                • PointTexture Property
            • CubePointMarker3D
              • Overview
              • Members
              • CubePointMarker3D Constructor
              • Properties
                • PointsMesh Property
            • CustomPointMarker3D
              • Overview
              • Members
              • CustomPointMarker3D Constructor
              • Properties
                • Brush Property
                • PointTexture Property
              • Fields
                • BrushProperty Field
            • CylinderPointMarker3D
              • Overview
              • Members
              • CylinderPointMarker3D Constructor
              • Properties
                • PointsMesh Property
            • EllipsePointMarker3D
              • Overview
              • Members
              • EllipsePointMarker3D Constructor
              • Properties
                • PointTexture Property
            • PixelPointMarker3D
              • Overview
              • Members
              • PixelPointMarker3D Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
              • Properties
                • MarkerType Property
            • PyramidPointMarker3D
              • Overview
              • Members
              • PyramidPointMarker3D Constructor
              • Properties
                • PointsMesh Property
            • QuadPointMarker3D
              • Overview
              • Members
              • QuadPointMarker3D Constructor
              • Properties
                • PointTexture Property
            • SpherePointMarker3D
              • Overview
              • Members
              • SpherePointMarker3D Constructor
              • Properties
                • PointsMesh Property
            • TrianglePointMarker3D
              • Overview
              • Members
              • TrianglePointMarker3D Constructor
              • Properties
                • PointTexture Property
          • Enumerations
            • MarkerType
        • SciChart.Charting3D.Primitives Namespace
          • Overview
          • Classes
            • AxisCubeDescriptor
              • Overview
              • Members
              • AxisCubeDescriptor Constructor
              • Methods
                • Equals Method
                  • Equals(Object) Method
                  • Equals(AxisCubeDescriptor) Method
                • GetHashCode Method
              • 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
                • Equals Method
                  • Equals(Object) Method
                  • Equals(AxisDescriptor) Method
                • GetHashCode Method
              • 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
                  • Dispose(Boolean) Method
                • GetEntity<T> Method
                • GetKind Method
                • GetSelectionId Method
                  • GetSelectionId(Point,UInt32,UInt32) Method
                  • GetSelectionId(Point,UInt32,HeightMapIndex) Method
                • InvalidateScene Method
                • OnAttached Method
                • OnChildEntitiesCollectionChanged Method
                • OnDetached Method
                • OnEngineRestart Method
                • PerformSelection Method
                • Render Method
                • RenderScene Method
                • RequiresUpTransform Method
                • SetRenderPassData Method
                • Update Method
                  • Update(Single) 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
                • _nativeEntity Field
            • BlendStates
              • Overview
              • Members
              • Properties
                • AlphaBlendState Property
                • Default Property
                • HudAlphaBlendState Property
                • TSRBlendState Property
            • DefaultEntityIdProvider
              • Overview
              • Members
              • DefaultEntityIdProvider Constructor
              • Methods
                • DecodeVertexId Method
                • EncodeVertexId Method
                • GetEntityId Method
                • ReleaseEntityId Method
              • Properties
                • MaxMeshId Property
                • MaxVertexId Property
              • Fields
                • MaxBitsCount Field
            • DepthStencilStates
              • Overview
              • Members
              • Properties
                • Default Property
                • DepthTestDisabledState Property
                • DepthWriteDisabledState Property
                • TSRDepthStencilState Property
            • HeightMapIndex
              • Overview
              • Members
              • HeightMapIndex Constructor
                • HeightMapIndex Constructor()
                • HeightMapIndex Constructor(Int32,Int32)
              • Fields
                • XIndex Field
                • ZIndex Field
            • ImmediateLineContext
              • Overview
              • Members
              • ImmediateLineContext Constructor
              • Methods
                • Dispose Method
                • SetVertex3 Method
                • SetVertexColor Method
                  • SetVertexColor(Color) Method
                  • SetVertexColor(UInt32) Method
            • ImmediateLitMeshContext
              • Overview
              • Members
              • ImmediateLitMeshContext Constructor
                • ImmediateLitMeshContext Constructor(TSRRenderMode)
                • ImmediateLitMeshContext Constructor(TSRRenderMode,TSRShaderEffect)
              • Methods
                • Dispose Method
                • Normal3 Method
                • SetSelectionId Method
                • SetVertex3 Method
                  • SetVertex3(Single,Single,Single) Method
                  • SetVertex3(Vector3) Method
                • SetVertexColor Method
                  • SetVertexColor(Color) Method
                  • SetVertexColor(UInt32) Method
                • TexCoord2 Method
            • ImmediateMeshContext
              • Overview
              • Members
              • ImmediateMeshContext Constructor
                • ImmediateMeshContext Constructor(TSRRenderMode)
                • ImmediateMeshContext Constructor(TSRRenderMode,TSRShaderEffect)
              • Methods
                • Dispose Method
                • SetVertex3 Method
                  • SetVertex3(Single,Single,Single) Method
                  • SetVertex3(Vector3) Method
                • SetVertexColor Method
                  • SetVertexColor(Color) Method
                  • SetVertexColor(UInt32) Method
                • TexCoord2 Method
            • LinesMesh
              • Overview
              • Members
              • LinesMesh Constructor
              • Methods
                • SetVertex3 Method
                  • SetVertex3(Vector3) Method
                • SetVertexColor Method
                  • SetVertexColor(Color) Method
            • LineStyle
              • Overview
              • Members
              • LineStyle Constructor
              • Methods
                • FromStyle Method
                • ToString Method
              • Properties
                • Stroke Property
                • StrokeDashArray Property
                • StrokeThickness Property
                • X1 Property
                • X2 Property
            • PointsInstancesMesh
              • Overview
              • Members
              • PointsInstancesMesh Constructor
              • Methods
                • Draw Method
                  • Draw() Method
                • SetVertexColor Method
                  • SetVertexColor(Color) Method
            • PointsMesh
              • Overview
              • Members
              • PointsMesh Constructor
              • Methods
                • SetVertexColor Method
                  • SetVertexColor(Color) Method
            • PointsPixelsMesh
              • Overview
              • Members
              • PointsPixelsMesh Constructor
              • Methods
                • SetVertexColor Method
                  • SetVertexColor(Color) Method
            • RasterizerStates
              • Overview
              • Members
              • Properties
                • CoplanarLinesState Property
                • CullBackFacesState Property
                • Default Property
                • TSRRasterizerState Property
                • WireframeState Property
            • RenderPassInfo3D
              • Overview
              • Members
              • RenderPassInfo3D Constructor
              • Methods
                • GetHasChanges Method
                • GetXCalc Method
                • GetYCalc Method
                • GetZCalc Method
              • Properties
                • HasChanges Property
                • IsCameraChange Property
                • SceneDescriptor Property
                • Warnings Property
                • WorldDimensions Property
                • XAxis Property
                • XCalc Property
                • YAxis Property
                • YCalc Property
                • ZAxis Property
                • ZCalc Property
            • SceneDescriptor
              • Overview
              • Members
              • SceneDescriptor Constructor
              • Properties
                • AxisCubeDescriptor Property
                • DrawFps Property
                • DrawXyzGizmo Property
            • SceneEntityCollection
              • Overview
              • Members
              • SceneEntityCollection Constructor
              • Methods
                • Add Method
                • Clear Method
                • Contains Method
                • ContainsById Method
                • ContainsManagedRef Method
                • CopyTo Method
                • Dispose Method
                  • Dispose() Method
                  • Dispose(Boolean) Method
                • GetEnumerator Method
                • GetItemEntityID Method
                • IndexOf Method
                • Insert Method
                • Remove Method
                • RemoveAt Method
              • Properties
                • Count Property
                • IsDisposed Property
                • IsReadOnly Property
                • Item Property
              • Events
                • CollectionChanged Event
            • TextStyle
              • Overview
              • Members
              • TextStyle Constructor
              • Methods
                • Equals Method
                  • Equals(Object) Method
                  • Equals(TextStyle) Method
                • GetHashCode Method
                • ToString Method
              • Properties
                • Alignment Property
                • BackgroundColor Property
                • DpiScaling Property
                • FontFamily Property
                • FontSize Property
                • Foreground Property
          • Enumerations
            • TextAlignment
            • TSRRenderMode
          • Structures
            • EntityVertexId
              • Overview
              • Members
              • Fields
                • EntityId Field
                • VertexId Field
            • VertexId
              • Overview
              • Members
              • Fields
                • Id Field
          • 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
                  • GetSelectionId(Point,UInt32,UInt32) Method
                  • GetSelectionId(Point,UInt32,HeightMapIndex) Method
                • OnAttached Method
                • OnDetached Method
                • OnEngineRestart Method
                • PerformSelection Method
                • Render Method
                • SetRenderPassData Method
                • Update Method
                • VisitEntities Method
              • Properties
                • Children Property
                • EntityId Property
                • EntityIdProvider Property
                • IsDirty Property
                • IsVisible Property
                • Parent Property
                • RootSceneEntity Property
                • Viewport3D Property
            • IEntityIdProvider
              • Overview
              • Members
              • Methods
                • DecodeVertexId Method
                • EncodeVertexId Method
                • GetEntityId Method
                • ReleaseEntityId Method
            • IImmediateDrawContext
              • Overview
              • Members
              • Methods
                • SetVertex3 Method
                • SetVertexColor Method
                  • SetVertexColor(Color) Method
                  • SetVertexColor(UInt32) Method
            • IImmediateLineContext
              • Overview
              • Members
            • IImmediateLitMeshContext
              • Overview
              • Members
              • Methods
                • Normal3 Method
                • SetSelectionId Method
                • TexCoord2 Method
            • IImmediateMeshContext
              • Overview
              • Members
              • Methods
                • TexCoord2 Method
            • ILinesMesh
              • Overview
              • Members
              • Methods
                • SetData Method
                  • SetData(UInt32,Double[],Double[],Double[],UInt32[],Int32,Boolean) Method
                  • SetData(UInt32,Double[],Double[],Double[],UInt32,Int32,Boolean) Method
                • SetStrokeThickness Method
                • SetVertex3 Method
                • SetVertices Method
            • ILineStyle
              • Overview
              • Members
              • Properties
                • Stroke Property
                • StrokeDashArray Property
                • StrokeThickness Property
                • X1 Property
                • X2 Property
            • IMeshBase
              • Overview
              • Members
              • Methods
                • Draw Method
                  • Draw() Method
                  • Draw(TSRShaderEffect) Method
                • Freeze Method
                • SetOpacity Method
                • SetSelectionId Method
                • SetVertex4 Method
            • IPointsMesh
              • Overview
              • Members
              • Methods
                • GetMaterial Method
                • SetMaterial Method
                • SetVertices Method
            • IRenderPassInfo3D
              • Overview
              • Members
              • Properties
                • HasChanges Property
                • IsCameraChange Property
                • SceneDescriptor Property
                • Warnings Property
                • WorldDimensions Property
                • XAxis Property
                • XCalc Property
                • YAxis Property
                • YCalc Property
                • ZAxis Property
                • ZCalc Property
            • ISceneDescriptor
              • Overview
              • Members
              • Properties
                • AxisCubeDescriptor Property
                • DrawFps Property
                • DrawXyzGizmo Property
            • ITextStyle
              • Overview
              • Members
              • Properties
                • Alignment Property
                • BackgroundColor Property
                • FontFamily Property
                • FontSize Property
                • Foreground Property
        • 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
                • _lastPointSeries Field
            • BaseRenderableSeries3D
              • Overview
              • Members
              • BaseRenderableSeries3D Constructor
              • Methods
                • AssertDataSeriesType Method
                  • AssertDataSeriesType() Method
                  • AssertDataSeriesType<T>() Method
                • AssertPaletteProviderType<TPaletteProvider> Method
                • AttachDataSeries Method
                • Dispose Method
                  • Dispose() Method
                  • Dispose(Boolean) Method
                • Finalize Method
                • GetSceneEntity Method
                • GetXRange Method
                • HitTest Method
                • InvalidateParent Method
                • InvalidateWithHasChanges Method
                • InvalidateWithoutHasChanges Method
                • OnAttached Method
                • OnBeforeDraw Method
                • OnDataContextChanged Method
                • OnDependencyPropertyChanged Method
                • OnDetached 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
                • IsVisibleChanged Event
            • 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
                • IsHitTestVisible Property
                • IsVisible Property
              • Fields
                • _renderableSeries Field
                • Helper Field
              • Events
                • EngineRestarted Event
            • BaseXyzSceneEntityHelper<TRenderableSeries>
              • Overview
              • Members
              • BaseXyzSceneEntityHelper<TRenderableSeries> Constructor
              • Methods
                • GetMetadata Method
                • GetPoints3DData Method
                • GetXyzDataValue Method
                • HitTest Method
                • PerformSelection Method
                • ToPointSeries Method
                • ToSeriesInfo Method
              • Fields
                • _lastColors Field
                • _lastPointMarkerColors Field
                • _lastScales Field
                • _lastXCoords Field
                • _lastYCoords Field
                • _lastZCoords Field
            • BrushColorPalette
              • Overview
              • Members
              • BrushColorPalette Constructor
              • Methods
                • GetTexture Method
                  • GetTexture(Size) Method
                  • GetTexture(Size,Brush) Method
              • Properties
                • Brush Property
              • Fields
                • BrushProperty Field
            • ColorUtil
              • Overview
              • Members
              • Methods
                • FromArgb Method
                • FromRgb Method
                • FromUInt Method
                • Lerp Method
                  • Lerp(Color,Color,Single) Method
                  • Lerp(UInt32,UInt32,Single) Method
                  • Lerp(LinearColorMap,Double) Method
                • ToUInt Method
            • ColumnRenderableSeries3D
              • Overview
              • Members
              • ColumnRenderableSeries3D Constructor
              • Methods
                • AttachDataSeries Method
              • Properties
                • ColumnShape Property
                • ColumnSpacingMode Property
                • CoulmnFixedSize Property
                • DataPointWidth Property
                • DataPointWidthX Property
                • DataPointWidthZ Property
                • Fill Property
                • MeshPointMarker3D Property
                • SelectedDataPointFill Property
                • ZeroLineY Property
              • Fields
                • ColumnShapeProperty Field
                • ColumnSpacingModeProperty Field
                • CoulmnFixedSizeProperty Field
                • DataPointWidthProperty Field
                • DataPointWidthXProperty Field
                • DataPointWidthZProperty Field
                • FillProperty Field
                • SelectedDataPointFillProperty Field
                • ZeroLineYProperty Field
            • ColumnSceneEntity
              • Overview
              • Members
              • ColumnSceneEntity Constructor
              • Methods
                • CreateNativeMeshes Method
                • UpdateNativeEntity Method
            • ColumnUniformGridSceneEntityHelper
              • Overview
              • Members
              • ColumnUniformGridSceneEntityHelper Constructor
              • Methods
                • GetDataPointWidth Method
                • GetMetadata Method
                • GetPoints3DData Method
                • GetXyzDataValue Method
                • HitTest Method
                • PerformSelection Method
                • ToPointSeries Method
                • ToSeriesInfo Method
            • ColumnXyzSceneEntityHelper
              • Overview
              • Members
              • ColumnXyzSceneEntityHelper Constructor
              • Methods
                • GetDataPointWidth Method
                • GetPoints3DData Method
            • FreeSurfaceRenderableSeries3D
              • Overview
              • Members
              • FreeSurfaceRenderableSeries3D Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
                • OnAttached Method
                • OnColorPaletteChanged Method
                • OnPaletteProviderAttached Method
              • 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
              • Overview
              • Members
              • FreeSurfaceSceneEntity Constructor
              • Methods
                • CreateNativeMeshes Method
                • RenderScene Method
                • SetColorTexture Method
                • UpdateNativeEntity Method
            • FreeSurfaceSceneEntityHelper
              • Overview
              • Members
              • FreeSurfaceSceneEntityHelper Constructor
              • Methods
                • GetMetadata Method
                • GetPoints3DData Method
                • GetXyzDataValue Method
                • HitTest Method
                • PerformSelection Method
                • ToPointSeries Method
                • ToSeriesInfo Method
                • UpdateDisplacementMapCoordinates Method
            • GradientColorPalette
              • Overview
              • Members
              • GradientColorPalette Constructor
              • Methods
                • UpdateBrush Method
              • Properties
                • ContourColor Property
                • ContourStrokeThickness Property
                • GradientStops Property
                • IsStepped Property
              • Fields
                • ContourColorProperty Field
                • ContourStrokeThicknessProperty Field
                • GradientStopsProperty Field
                • IsSteppedProperty Field
            • ImpulseRenderableSeries3D
              • Overview
              • Members
              • ImpulseRenderableSeries3D Constructor
              • Methods
                • AttachDataSeries Method
              • Properties
                • PointMarker Property
                • SelectedDataPointStroke Property
                • StrokeThickness Property
              • Fields
                • SelectedDataPointStrokeProperty Field
                • StrokeThicknessProperty Field
            • ImpulseSceneEntity
              • Overview
              • Members
              • ImpulseSceneEntity Constructor
              • Methods
                • CreateNativeMeshes Method
                • UpdateNativeEntity Method
            • ImpulseXyzSceneEntityHelper
              • Overview
              • Members
              • ImpulseXyzSceneEntityHelper Constructor
              • Methods
                • GetPoints3DData Method
            • Lines3DSceneEntity
              • Overview
              • Members
              • Lines3DSceneEntity Constructor
              • Methods
                • CreateNativeMeshes Method
                • UpdateNativeEntity Method
            • MeshColorPalette
              • Overview
              • Members
              • MeshColorPalette Constructor
              • Methods
                • GetTexture Method
                • OnColorPaletteChanged Method
              • Events
                • ColorPaletteChanged Event
            • PieMeshRenderableSeries3D
              • Overview
              • Members
              • PieMeshRenderableSeries3D Constructor
            • PieMeshSceneEntity
              • Overview
              • Members
              • PieMeshSceneEntity Constructor
              • Methods
                • AddSection Method
                • ClearSections Method
                • CreateNativeMeshes Method
                • UpdateNativeEntity Method
            • PointLineRenderableSeries3D
              • Overview
              • Members
              • PointLineRenderableSeries3D Constructor
              • Properties
                • IsAntialiased Property
                • IsLineStrips Property
                • SelectedDataPointStroke Property
                • StrokeThickness Property
              • Fields
                • IsAntialiasedProperty Field
                • IsLineStripsProperty Field
                • SelectedDataPointStrokeProperty Field
                • StrokeThicknessProperty Field
            • PointLineSceneEntity
              • Overview
              • Members
              • PointLineSceneEntity Constructor
              • Methods
                • CreateNativeMeshes Method
                • ToSeriesInfo Method
                • UpdateNativeEntity Method
            • Points3DSceneEntity
              • Overview
              • Members
              • Points3DSceneEntity Constructor
              • Methods
                • CreateNativeMeshes Method
                • UpdateNativeEntity Method
            • ScatterRenderableSeries3D
              • Overview
              • Members
              • ScatterRenderableSeries3D Constructor
            • ScatterSceneEntityHelper
              • Overview
              • Members
              • ScatterSceneEntityHelper Constructor
              • Methods
                • GetPoints3DData Method
              • Properties
                • LastDataContainsTransparentPoints Property
            • SolidColorBrushPalette
              • Overview
              • Members
              • SolidColorBrushPalette Constructor
              • Properties
                • Fill Property
              • Fields
                • FillProperty Field
            • SurfaceMeshRenderableSeries3D
              • Overview
              • Members
              • SurfaceMeshRenderableSeries3D Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
                • OnAttached Method
                • OnColorPaletteChanged Method
                • OnPaletteProviderAttached Method
              • 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
              • Overview
              • Members
              • SurfaceMeshSceneEntity Constructor
              • Methods
                • CheckMeshIsValid Method
                • CreateNativeMeshes Method
                • GetIsUsingPixelShaderNormals Method
                • InvalidateMesh Method
                • RenderScene Method
                • SetColorTexture Method
                • SetIsUsingPixelShaderNormals Method
                • UpdateNativeEntity Method
                • UpdateNativeEntityPosition Method
            • SurfaceMeshSceneEntityHelper
              • Overview
              • Members
              • SurfaceMeshSceneEntityHelper Constructor
              • Methods
                • GetPoints3DData Method
            • WaterfallRenderableSeries3D
              • Overview
              • Members
              • WaterfallRenderableSeries3D Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
              • 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
              • Overview
              • Members
              • Fields
                • Color Field
                • Offset Field
                • ScaleFactor Field
            • HeightmapData
              • Overview
              • Members
              • Fields
                • CellColors Field
                • CountX Field
                • CountZ Field
                • HeightCoords Field
            • HeightmapOffsetsXZData
              • Overview
              • Members
              • Fields
                • CellColors Field
                • CountX Field
                • CountZ Field
                • HeightCoords Field
                • OffsetsXZCoords Field
            • HitTestInfo3D
              • Overview
              • Members
              • Methods
                • IsEmpty Method
              • Properties
                • EntityId Property
                • IjIndices Property
                • IsHit Property
                • VertexId Property
              • Fields
                • Empty Field
            • LinearColorMap
              • Overview
              • Members
              • Methods
                • InitializeConstants Method
              • Fields
                • GradientStops Field
                • Maximum Field
                • Minimum Field
                • Mode Field
                • ScaleFactor Field
            • PieSection
              • Overview
              • Members
              • Fields
                • color Field
                • fInnerRadius Field
                • fOuterRadius Field
                • fPercentage Field
                • fStartAngle Field
                • fThickness Field
            • Point3DXyzData
              • Overview
              • Members
              • Fields
                • Dimensions Field
                • MainColors Field
                • PointsColors Field
                • Scales Field
                • XCoords Field
                • YCoords Field
                • ZCoords Field
            • Point3DXyzDisplacementData
              • Overview
              • Members
              • Fields
                • Colors Field
                • Dimensions Field
                • DisplacementCoords Field
                • Scales Field
                • XCoords Field
                • YCoords Field
                • ZCoords Field
          • Interfaces
            • IBaseRenderableSeriesSceneEntity3D
              • Overview
              • Members
              • Methods
                • GetVertexCoords Method
                • HitTest Method
                • ToSeriesInfo Method
              • Properties
                • IsDisposed Property
                • IsHitTestVisible Property
            • IColumnSceneEntityHelper
              • Overview
              • Members
              • Methods
                • GetDataPointWidth Method
            • IFillPaletteProvider3D
              • Overview
              • Members
              • Methods
                • OverrideFillColor Method
            • IPaletteProvider3D
              • Overview
              • Members
              • Methods
                • OnAttach Method
                • OnDetached Method
            • IPointMarkerPaletteProvider3D
              • Overview
              • Members
              • Methods
                • OverridePointMarker Method
            • IRenderableSeries3D
              • Overview
              • Members
              • Methods
                • GetSceneEntity Method
                • HitTest Method
                • ShowsTooltipForModifier Method
                • ToSeriesInfo Method
              • Properties
                • DataSeries Property
                • HasChanges Property
                • IsHitTestVisible Property
                • IsSelected Property
                • Stroke Property
                • Visibility Property
            • ISceneEntityHelper<TRenderableSeries,TPoint3DData>
              • Overview
              • Members
              • Methods
                • GetMetadata Method
                • GetPoints3DData Method
                • GetXyzDataValue Method
                • HitTest Method
                • PerformSelection Method
                • ToPointSeries Method
                • ToSeriesInfo Method
            • IStrokePaletteProvider3D
              • Overview
              • Members
              • Methods
                • OverrideStrokeColor Method
            • ISurfaceMeshPaletteProvider3D
              • Overview
              • Members
              • Methods
                • OverrideCellColor Method
        • SciChart.Charting3D.Visuals.Axis Namespace
          • Overview
          • Classes
            • DateTimeAxis3DForMvvm
              • Overview
              • Members
              • DateTimeAxis3DForMvvm Constructor
            • LogarithmicNumericAxis3DForMvvm
              • Overview
              • Members
              • LogarithmicNumericAxis3DForMvvm Constructor
            • NumericAxis3DForMvvm
              • Overview
              • Members
              • NumericAxis3DForMvvm Constructor
            • TimeSpanAxis3DForMvvm
              • Overview
              • Members
              • TimeSpanAxis3DForMvvm Constructor
          • Enumerations
            • AxisPlaneDrawTitlesMode
        • 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
                • AxisPlaneVisibilityModeProperty Field
                • DrawLabelsModeProperty Field
                • DrawTitlesModeProperty Field
                • IsPlaneVisibleProperty Field
            • ZxAxisPlane
              • Overview
              • Members
              • Methods
                • GetAxisPlaneVisibilityMode Method
                • GetDrawLabelsMode Method
                • GetDrawTitlesMode Method
                • GetIsPlaneVisible Method
                • SetAxisPlaneVisibilityMode Method
                • SetDrawLabelsMode Method
                • SetDrawTitlesMode Method
                • SetIsPlaneVisible Method
              • Fields
                • AxisPlaneVisibilityModeProperty Field
                • DrawLabelsModeProperty Field
                • DrawTitlesModeProperty Field
                • IsPlaneVisibleProperty Field
            • ZyAxisPlane
              • Overview
              • Members
              • Methods
                • GetAxisPlaneVisibilityMode Method
                • GetDrawLabelsMode Method
                • GetDrawTitlesMode Method
                • GetIsPlaneVisible Method
                • SetAxisPlaneVisibilityMode Method
                • SetDrawLabelsMode Method
                • SetDrawTitlesMode Method
                • SetIsPlaneVisible Method
              • Fields
                • AxisPlaneVisibilityModeProperty Field
                • DrawLabelsModeProperty Field
                • DrawTitlesModeProperty Field
                • IsPlaneVisibleProperty Field
        • 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
                • LoadObjectModel Method
                  • LoadObjectModel(Stream) Method
                  • LoadObjectModel(Uri) Method
                • LoadTexture Method
                  • LoadTexture(Stream) Method
                  • LoadTexture(Uri) Method
              • 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
                • BoundingBoxStrokeProperty Field
                • BoundingBoxStrokeThicknessProperty Field
                • CoordinateModeProperty Field
                • DiffuseColorProperty Field
                • DrawBoundingBoxProperty Field
                • PositionProperty Field
                • RotationProperty Field
                • ScaleProperty Field
                • SourceProperty Field
                • TextureSourceProperty Field
            • ObjectModelSource
              • Overview
              • Members
              • ObjectModelSource Constructor
                • ObjectModelSource Constructor()
                • ObjectModelSource Constructor(Stream)
                • ObjectModelSource Constructor(Uri)
              • Properties
                • Source Property
                • StreamSource Property
            • ObjSceneEntity
              • Overview
              • Members
              • ObjSceneEntity Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
                • GetBounds Method
                • GetKind Method
                • LoadTexture Method
                • OnEngineRestart Method
                • RenderScene Method
                • SetTexture Method
                  • SetTexture(TextureSource) Method
                  • SetTexture(TSRTexture) Method
                • UpdateScene Method
              • Properties
                • BoundingBoxStroke Property
                • BoundingBoxStrokeThickness Property
                • DiffuseColor Property
                • DrawBoundingBox Property
                • Position Property
                • RotationAngle Property
                • RotationAxis Property
                • Scale Property
              • Fields
                • _xCalc Field
                • _yCalc Field
                • _zCalc Field
            • Rotation3D
              • Overview
              • Members
              • Rotation3D Constructor
              • Properties
                • Angle Property
                • Axis Property
            • TextureSource
              • Overview
              • Members
              • TextureSource Constructor
                • TextureSource Constructor()
                • TextureSource Constructor(Stream)
                • TextureSource Constructor(Uri)
              • Properties
                • Source Property
                • StreamSource Property
          • Enumerations
            • ObjectCoordinateMode
        • SciChart.Charting3D.Visuals.Primitives Namespace
          • Overview
          • Classes
            • AxisCursorDescriptor
              • Overview
              • Members
              • AxisCursorDescriptor Constructor
              • Properties
                • CursorLabelEnabled Property
                • CursorLabelPosition Property
                • CursorLabelStyle Property
                • CursorLabelText Property
            • CameraSortComparer<T>
              • Overview
              • Members
              • CameraSortComparer<T> Constructor
              • Methods
                • Compare Method
            • Font3D
              • Overview
              • Members
              • Font3D Constructor
              • Methods
                • AddText Method
                • Begin Method
                • BeginBillboard Method
                • BeginScreenSpace Method
                • Dispose Method
                  • Dispose(Boolean) Method
                • End Method
                • EndScreenSpace Method
            • ImmediateRenderable
              • Overview
              • Members
              • ImmediateRenderable Constructor
              • Methods
                • Draw Method
            • Quad
              • Overview
              • Members
              • Quad Constructor
              • Methods
                • Dispose Method
                • Draw Method
              • Properties
                • Position Property
            • SolidMesh
              • Overview
              • Members
              • SolidMesh Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
                • Draw Method
                  • Draw() Method
                  • Draw(TSRShaderEffect) Method
                • Freeze Method
                • SetOpacity Method
                • SetSelectionId Method
                • SetTexture Method
                • SetTextureCoord Method
                • SetVertex3 Method
                  • SetVertex3(Vector3) Method
                  • SetVertex3(Single,Single,Single) Method
                • SetVertex4 Method
                • SetVertexColor Method
                  • SetVertexColor(Color) Method
                  • SetVertexColor(UInt32) Method
          • Enumerations
            • Font3DStyle
          • Interfaces
            • IAxisCursorDescriptor
              • Overview
              • Members
              • Properties
                • CursorLabelEnabled Property
                • CursorLabelPosition Property
                • CursorLabelStyle Property
                • CursorLabelText Property
            • IEntity
              • Overview
              • Members
              • Properties
                • Position Property
            • ISolidMesh
              • Overview
              • Members
              • Methods
                • SetTexture Method
                • SetTextureCoord Method
                • SetVertex3 Method
        • SciChart.Charting3D.Visuals.RenderableSeries Namespace
          • Overview
          • Classes
            • ColumnRenderableSeries3DForMvvm
              • Overview
              • Members
              • ColumnRenderableSeries3DForMvvm Constructor
            • FreeSurfaceRenderableSeries3DForMvvm
              • Overview
              • Members
              • FreeSurfaceRenderableSeries3DForMvvm Constructor
              • Methods
                • OnColorPaletteChanged Method
            • ImpulseRenderableSeries3DForMvvm
              • Overview
              • Members
              • ImpulseRenderableSeries3DForMvvm Constructor
            • PointLineRenderableSeries3DForMvvm
              • Overview
              • Members
              • PointLineRenderableSeries3DForMvvm Constructor
            • RenderableSeries3DSourceCollection
              • Overview
              • Members
              • RenderableSeries3DSourceCollection Constructor
            • ScatterRenderableSeries3DForMvvm
              • Overview
              • Members
              • ScatterRenderableSeries3DForMvvm Constructor
            • SurfaceMeshRenderableSeries3DForMvvm
              • Overview
              • Members
              • SurfaceMeshRenderableSeries3DForMvvm Constructor
              • Methods
                • OnColorPaletteChanged Method
            • WaterfallRenderableSeries3DForMvvm
              • Overview
              • Members
              • WaterfallRenderableSeries3DForMvvm Constructor
          • Interfaces
            • IRenderableSeries3DViewModel
              • Overview
              • Members
              • Properties
                • DataSeries Property
                • IsSelected Property
                • IsVisible Property
                • PaletteProvider Property
                • PointMarker Property
                • Stroke Property
        • SciChart.Charting3D.Visuals.RenderableSeries.FreeSurface Namespace
          • Overview
          • Classes
            • DisplacementValueCalc
              • Overview
              • Members
              • DisplacementValueCalc Constructor
              • Methods
                • GetAxesPropagation Method
                • GetCoordinate Method
        • SciChart.Charting3D.Visuals.RenderableSeries.Impulse Namespace
          • Overview
          • Classes
            • ImpulseUniformGridSceneEntityHelper
              • Overview
              • Members
              • ImpulseUniformGridSceneEntityHelper Constructor
              • Methods
                • GetDataValues Method
                • GetPoints3DData Method
                • HitTest Method
        • SciChart.Charting3D.Visuals.RenderableSeries.Waterfall Namespace
          • Overview
          • Classes
            • WaterfallSceneEntity
              • Overview
              • Members
              • WaterfallSceneEntity Constructor
              • Methods
                • CacheMeshValidState Method
                • CreateNativeMeshes Method
                • Dispose Method
                  • Dispose(Boolean) Method
                • GetDataGridIndex Method
                • InvalidateMeshes Method
                • PerformSelection Method
                • RecreateTextures Method
                • UpdateNativeEntity Method
                • UpdateScene Method
            • WaterfallSceneEntityHelper
              • Overview
              • Members
              • WaterfallSceneEntityHelper Constructor
              • Methods
                • GetPoints3DData Method
                • HitTest Method
                • ToSeriesInfo Method
    • SciChart.Core Assembly
      • Overview
      • Namespaces
        • SciChart.Charting.ChartModifiers Namespace
          • Overview
          • Classes
            • ModifierEventArgsBase
              • Overview
              • Members
              • ModifierEventArgsBase Constructor
                • ModifierEventArgsBase Constructor()
                • ModifierEventArgsBase Constructor(IReceiveMouseEvents,Boolean)
              • Properties
                • Handled Property
                • IsMaster Property
                • Source Property
            • ModifierManipulationArgs
              • Overview
              • Members
              • ModifierManipulationArgs Constructor
                • ModifierManipulationArgs Constructor()
                • ModifierManipulationArgs Constructor(UIElement,Point,Boolean,IReceiveMouseEvents,IEnumerable<IManipulator>)
              • Properties
                • ManipulationOrigin Property
                • Manipulators Property
                • Sender Property
            • ModifierManipulationCompletedArgs
              • Overview
              • Members
              • ModifierManipulationCompletedArgs Constructor
                • ModifierManipulationCompletedArgs Constructor()
                • ModifierManipulationCompletedArgs Constructor(UIElement,ManipulationCompletedEventArgs,Boolean,IReceiveMouseEvents)
              • Methods
                • Cancel Method
              • Properties
                • IsInertial Property
            • ModifierManipulationDeltaArgs
              • Overview
              • Members
              • ModifierManipulationDeltaArgs Constructor
                • ModifierManipulationDeltaArgs Constructor()
                • ModifierManipulationDeltaArgs Constructor(UIElement,ManipulationDeltaEventArgs,Boolean,IReceiveMouseEvents)
              • Methods
                • Cancel Method
                • Complete Method
                • StartInertia Method
              • Properties
                • CumulativeManipulation Property
                • DeltaManipulation Property
                • IsInertial Property
            • ModifierManipulationInertiaStartingArgs
              • Overview
              • Members
              • ModifierManipulationInertiaStartingArgs Constructor
                • ModifierManipulationInertiaStartingArgs Constructor()
                • ModifierManipulationInertiaStartingArgs Constructor(UIElement,ManipulationInertiaStartingEventArgs,Boolean,IReceiveMouseEvents)
              • Methods
                • Cancel Method
            • ModifierManipulationStartedArgs
              • Overview
              • Members
              • ModifierManipulationStartedArgs Constructor
                • ModifierManipulationStartedArgs Constructor()
                • ModifierManipulationStartedArgs Constructor(UIElement,ManipulationStartedEventArgs,Boolean,IReceiveMouseEvents)
              • Methods
                • Cancel Method
                • Complete Method
            • ModifierManipulationStartingArgs
              • Overview
              • Members
              • ModifierManipulationStartingArgs Constructor
                • ModifierManipulationStartingArgs Constructor()
                • ModifierManipulationStartingArgs Constructor(UIElement,ManipulationStartingEventArgs,Boolean,IReceiveMouseEvents)
              • Properties
                • Mode Property
                • Pivot Property
            • ModifierTouchArgs
              • Overview
              • Members
              • ModifierTouchArgs Constructor
                • ModifierTouchArgs Constructor()
                • ModifierTouchArgs Constructor(IEnumerable<TouchPoint>,Boolean,IReceiveMouseEvents)
              • Properties
                • TouchPoints Property
        • SciChart.Core Namespace
          • Overview
          • Classes
            • DoubleAnimator
              • Overview
              • Members
              • DoubleAnimator Constructor
              • Methods
                • Go Method
                • WithCompletedHandler Method
                • WithDuration Method
                • WithEasing Method
                • WithFromTo Method
                • WithTarget Method
                • WithTargetProperty Method
            • DynamicDllLoader
              • Overview
              • Members
              • DynamicDllLoader Constructor
              • Methods
                • BuildImportTable Method
                • CopySections Method
                • FinalizeSections Method
                • GetModuleCount Method
                • GetProcAddress Method
                • PerformBaseRelocation Method
            • NativeDllLoader
              • Overview
              • Members
              • Properties
                • DelayBetweenRetriesMs Property
                • DependenciesPathRoot Property
                • MaxRetryAttempts Property
            • NativeLibraryConfig
              • Overview
              • Members
              • NativeLibraryConfig Constructor
              • Fields
                • assembly Field
                • FileSystemPath Field
                • Method Field
                • Overwrite Field
                • ResourceName Field
            • ObjectPool<T>
              • Overview
              • Members
              • ObjectPool<T> Constructor
                • ObjectPool<T> Constructor()
                • ObjectPool<T> Constructor(Int32,Func<T,T>)
              • Methods
                • Dispose Method
                • Get Method
                  • Get() Method
                  • Get(Func<T,T>) Method
                  • Get(Func<T>) Method
                • Put Method
              • Properties
                • AvailableCount Property
                • Count Property
                • IsEmpty Property
          • Enumerations
            • ExportType
            • NativeLibraryLoadMethod
          • Structures
            • DynamicDllLoader.IMAGE_BASE_RELOCATION
              • Overview
              • Members
              • Fields
                • SizeOfBlock Field
                • VirtualAddress Field
            • DynamicDllLoader.IMAGE_DATA_DIRECTORY
              • Overview
              • Members
              • Fields
                • Size Field
                • VirtualAddress Field
            • DynamicDllLoader.IMAGE_DOS_HEADER
              • Overview
              • Members
              • Fields
                • e_cblp Field
                • e_cp Field
                • e_cparhdr Field
                • e_crlc Field
                • e_cs Field
                • e_csum Field
                • e_ip Field
                • e_lfanew Field
                • e_lfarlc Field
                • e_magic Field
                • e_maxalloc Field
                • e_minalloc Field
                • e_oemid Field
                • e_oeminfo Field
                • e_ovno Field
                • e_res1 Field
                • e_res2 Field
                • e_sp Field
                • e_ss Field
            • DynamicDllLoader.IMAGE_EXPORT_DIRECTORY
              • Overview
              • Members
              • Fields
                • AddressOfFunctions Field
                • AddressOfNameOrdinals Field
                • AddressOfNames Field
                • Base Field
                • Characteristics Field
                • MajorVersion Field
                • MinorVersion Field
                • Name Field
                • NumberOfFunctions Field
                • NumberOfNames Field
                • TimeDateStamp Field
            • DynamicDllLoader.IMAGE_FILE_HEADER
              • Overview
              • Members
              • Fields
                • Characteristics Field
                • Machine Field
                • NumberOfSections Field
                • NumberOfSymbols Field
                • PointerToSymbolTable Field
                • SizeOfOptionalHeader Field
                • TimeDateStamp Field
            • DynamicDllLoader.IMAGE_IMPORT_BY_NAME
              • Overview
              • Members
              • Fields
                • Hint Field
                • Name Field
            • DynamicDllLoader.IMAGE_IMPORT_DESCRIPTOR
              • Overview
              • Members
              • Fields
                • CharacteristicsOrOriginalFirstThunk Field
                • FirstThunk Field
                • ForwarderChain Field
                • Name Field
                • TimeDateStamp Field
            • DynamicDllLoader.IMAGE_NT_HEADERS
              • Overview
              • Members
              • Fields
                • FileHeader Field
                • OptionalHeader Field
                • Signature Field
            • 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
              • Overview
              • Members
              • Fields
                • Characteristics Field
                • Name Field
                • NumberOfLinenumbers Field
                • NumberOfRelocations Field
                • PhysicalAddress Field
                • PointerToLinenumbers Field
                • PointerToRawData Field
                • PointerToRelocations Field
                • SizeOfRawData Field
                • VirtualAddress Field
            • DynamicDllLoader.MEMORYMODULE
              • Overview
              • Members
              • Fields
                • codeBase Field
                • headers Field
                • initialized Field
                • modules Field
                • numModules Field
        • SciChart.Core.AttachedProperties Namespace
          • Overview
          • Classes
            • ClipToBoundsHelper
              • Overview
              • Members
              • Methods
                • GetClipToBounds Method
                • GetClipToEllipseBounds Method
                • SetClipToBounds Method
                • SetClipToEllipseBounds Method
              • Fields
                • ClipToBoundsProperty Field
                • ClipToEllipseBoundsProperty Field
            • CompatibleFocus
              • Overview
              • Members
              • CompatibleFocus Constructor
              • Methods
                • GetIsFocusable Method
                • SetIsFocusable Method
              • Fields
                • IsFocusableProperty Field
            • Device
              • Overview
              • Members
              • Device Constructor
              • Methods
                • GetSnapsToDevicePixels Method
                • SetSnapsToDevicePixels Method
              • Fields
                • SnapsToDevicePixelsProperty Field
        • SciChart.Core.Extensions Namespace
          • Overview
          • Classes
            • AttributeExtensions
              • Overview
              • Members
              • Methods
                • IsDefined Method
            • BrushExtensions
              • Overview
              • Members
              • Methods
                • ExtractColor Method
                • IsEqualToBrush Method
                • IsTransparent Method
            • ColorExtensions
              • Overview
              • Members
              • Methods
                • IsTransparent Method
                • ToInt Method
            • DateTimeExtensions
              • Overview
              • Members
              • Methods
                • AddDelta Method
                • AddMonths Method
                • AddYears Method
                • IsAdditionValid Method
                • IsDefined Method
            • DecimalExtensions
              • Overview
              • Members
              • Methods
                • RoundOff Method
                  • RoundOff(Decimal) Method
                  • RoundOff(Decimal,MidpointRounding) Method
                  • RoundOff(Decimal,Int32,MidpointRounding) Method
                • ToDateTime Method
            • DispatcherExtensions
              • Overview
              • Members
              • Methods
                • BeginInvokeAlways Method
                • BeginInvokeIfRequired Method
            • DisposableExtensions
              • Overview
              • Members
              • Methods
                • SafeDispose Method
            • DoubleExtensions
              • Overview
              • Members
              • Methods
                • ClipToInt Method
                • IsNaN Method
                • IsRealNumber Method
                • RoundOff Method
                  • RoundOff(Double) Method
                  • RoundOff(Double,MidpointRounding) Method
                  • RoundOff(Double,Int32,MidpointRounding) Method
                • ToDateTime Method
                • ToDecimal Method
            • ElementExtensions
              • Overview
              • Members
              • Methods
                • CanvasXy Method
                  • CanvasXy(UIElement,Point) Method
                  • CanvasXy(UIElement,Double,Double) Method
                • FindLogicalParent<T> Method
                • FindVisualParent Method
                  • FindVisualParent<T>(UIElement) Method
                  • FindVisualParent(UIElement,Type) Method
                • GetBoundsRelativeTo Method
                  • GetBoundsRelativeTo(FrameworkElement,IHitTestable) Method
                  • GetBoundsRelativeTo(FrameworkElement,UIElement) Method
                • IsInVisualTree Method
                  • IsInVisualTree(DependencyObject) Method
                  • IsInVisualTree(DependencyObject,DependencyObject) Method
                • IsPointWithinBounds Method
                • IsVisible Method
                • LineXy Method
                  • LineXy(Line,Point,Point) Method
                  • LineXy(Line,Double,Double,Double,Double) 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
              • Overview
              • Members
              • Methods
                • ClipToInt Method
                • IsNaN Method
            • IComparableExtensions
              • Overview
              • Members
              • Methods
                • IsDefined Method
                • ToDateTime Method
                • ToDouble Method
                  • ToDouble(Double) Method
                  • ToDouble(IComparable) Method
                • ToDoubleArray Method
                  • ToDoubleArray<T>(T[]) Method
                  • ToDoubleArray<T>(IList<T>) Method
                • ToTimeSpan Method
            • IntExtensions
              • Overview
              • Members
              • Methods
                • ToColor Method
            • LongExtensions
              • Overview
              • Members
              • Methods
                • ToDateTime Method
            • PanelExtensions
              • Overview
              • Members
              • Methods
                • SafeAddChild Method
                • SafeRemoveChild Method
            • PointExtensions
              • Overview
              • Members
              • Methods
                • Floor Method
            • PropertyHelper
              • Overview
              • Members
              • Methods
                • GetMemberName<T> Method
            • RectExtensions
              • Overview
              • Members
              • Methods
                • BottomLeft Method
                • BottomRight Method
                • ClipToBounds Method
                • Expand Method
                • TopLeft Method
                • ToPointsArray Method
                • TopRight Method
            • StringExtensions
              • Overview
              • Members
              • Methods
                • AllIndexesOf Method
                • IsNullOrWhiteSpace Method
                • Measure Method
                  • Measure(String,TextBlock) Method
                  • Measure(String,Double) Method
                • Substring Method
                • ToNullable<T> Method
            • TimeSpanExtensions
              • Overview
              • Members
              • Methods
                • FromMonths Method
                • FromWeeks Method
                • FromYears Method
                • IsAdditionValid Method
                • IsDivisibleBy Method
                • IsZero Method
              • Fields
                • DaysInMonth Field
                • DaysInYear Field
            • TypeExtensions
              • Overview
              • Members
              • Methods
                • BaseType Method
                • GetAssembly Method
                • GetPropertyByName Method
                • IsInterface Method
                • ToTypeString Method
            • UIElementCollectionExtensions
              • Overview
              • Members
        • SciChart.Core.Framework Namespace
          • Overview
          • Classes
            • DisposableAction
              • Overview
              • Members
              • DisposableAction Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
            • DisposableBase
              • Overview
              • Members
              • DisposableBase Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
                  • Dispose() Method
                • Finalize Method
            • GCHelper
              • Overview
              • Members
              • Methods
                • Dispose Method
                • SuspendGarbageCollection Method
              • Properties
                • IsSuspended Property
            • UpdateSuspender
              • Overview
              • Members
              • UpdateSuspender Constructor
                • UpdateSuspender Constructor(ISuspendable,Object)
                • UpdateSuspender Constructor(ISuspendable)
              • Methods
                • Dispose Method
                • GetIsSuspended Method
              • Properties
                • IsSuspended Property
                • ResumeTargetOnDispose Property
                • Tag Property
          • Enumerations
            • DispatchPriority
          • Interfaces
            • IDispatcherFacade
              • Overview
              • Members
              • Methods
                • BeginInvoke Method
                • BeginInvokeIfRequired Method
                • Invoke Method
            • IHitTestable
              • Overview
              • Members
              • Methods
                • GetBoundsRelativeTo Method
                • IsPointWithinBounds Method
                • TranslatePoint Method
              • Properties
                • ActualHeight Property
                • ActualWidth Property
            • IInvalidatableElement
              • Overview
              • Members
              • Methods
                • InvalidateElement Method
            • ISuspendable
              • Overview
              • Members
              • Methods
                • DecrementSuspend Method
                • ResumeUpdates Method
                • SuspendUpdates Method
              • Properties
                • IsSuspended Property
            • IUpdateSuspender
              • Overview
              • Members
              • Properties
                • IsSuspended Property
                • ResumeTargetOnDispose Property
                • Tag Property
        • SciChart.Core.Helpers Namespace
          • Overview
          • Classes
            • FinalizerDebugHelper
              • Overview
              • Members
              • Methods
                • DebugFinalizer<T> Method
              • Properties
                • DebugFinalizerMethods Property
        • SciChart.Core.MarkupExtensions Namespace
          • Overview
          • Classes
            • MultiBindingCompatible
              • Overview
              • Members
              • MultiBindingCompatible Constructor
        • SciChart.Core.Messaging Namespace
          • Overview
          • Classes
            • CoordinateSystemMessage
              • Overview
              • Members
              • CoordinateSystemMessage Constructor
              • Properties
                • CoordinateSystem Property
            • LoggedMessageBase
              • Overview
              • Members
              • LoggedMessageBase Constructor
            • RenderSurfaceResizedMessage
              • Overview
              • Members
              • RenderSurfaceResizedMessage Constructor
              • Properties
                • ViewportSize Property
          • Enumerations
            • CoordinateSystem
          • Interfaces
            • IEventAggregator
              • Overview
              • Members
        • SciChart.Core.Utility Namespace
          • Overview
          • Classes
            • CompositionSyncedDelegate
              • Overview
              • Members
              • Methods
                • Clear Method
                • Create Method
            • DeviceCaps
              • Overview
              • Members
              • Methods
                • GetScalingFactor Method
            • GuardConstraint
              • Overview
              • Members
              • GuardConstraint Constructor
              • Methods
                • IsEqualTo Method
                • IsGreaterThan Method
                • IsGreaterThanOrEqualTo Method
                • IsLessThan Method
                • IsLessThanOrEqualTo Method
                • IsNotEqualTo Method
                  • IsNotEqualTo(IComparable,String) Method
                  • IsNotEqualTo(IComparable) Method
            • SciChartDebugLogger
              • Overview
              • Members
              • Methods
                • SetLogger Method
                • WriteLine Method
              • Properties
                • Instance Property
            • ServiceContainer
              • Overview
              • Members
              • ServiceContainer Constructor
              • Methods
                • DeRegisterService<T> Method
                • GetService<T> Method
                • HasService<T> Method
                • RegisterService<T> Method
            • TimedMethod
              • Overview
              • Members
              • Methods
                • After Method
                • Dispose Method
                • Go Method
                • Invoke Method
                • OnThread Method
          • Enumerations
            • TimedMethodThread
          • Interfaces
            • ISciChartLoggerFacade
              • Overview
              • Members
              • Methods
                • Log Method
            • IServiceContainer
              • Overview
              • Members
              • Methods
                • DeRegisterService<T> Method
                • GetService<T> Method
                • HasService<T> Method
                • RegisterService<T> Method
        • SciChart.Core.Utility.Mouse Namespace
          • Overview
          • Classes
            • ManipulationCompatibilityExtensions
              • Overview
              • Members
              • Methods
                • CumulativeManipulation Method
                • DeltaManipulation Method
                • ManipulationOrigin Method
                  • ManipulationOrigin(ManipulationStartedEventArgs) Method
                  • ManipulationOrigin(ManipulationDeltaEventArgs) Method
                • Manipulators Method
            • ModifierKeyArgs
              • Overview
              • Members
              • ModifierKeyArgs Constructor
                • ModifierKeyArgs Constructor()
                • ModifierKeyArgs Constructor(Boolean,IReceiveMouseEvents)
                • ModifierKeyArgs Constructor(Key,MouseModifier,Boolean,IReceiveMouseEvents)
              • Properties
                • Key Property
                • Modifier Property
            • ModifierMouseArgs
              • Overview
              • Members
              • ModifierMouseArgs Constructor
                • ModifierMouseArgs Constructor()
                • ModifierMouseArgs Constructor(Point,MouseButtons,MouseModifier,Boolean,IReceiveMouseEvents)
                • ModifierMouseArgs Constructor(Point,MouseButtons,MouseModifier,Int32,Boolean,IReceiveMouseEvents)
              • Properties
                • Delta Property
                • Modifier Property
                • MouseButtons Property
                • MousePoint Property
            • 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
                • ManipulationCompletedDelegate Field
                • ManipulationDeltaDelegate Field
                • ManipulationInertiaStartingDelegate Field
            • MouseManager
              • Overview
              • Members
              • MouseManager Constructor
              • Methods
                • GetMouseEventGroup Method
                • GetTargets Method
                • SetMouseEventGroup Method
                • Subscribe Method
                • Unsubscribe Method
                  • Unsubscribe(IPublishMouseEvents) Method
                  • Unsubscribe(IReceiveMouseEvents) Method
              • Properties
                • SubscribersBySource Property
              • Fields
                • MouseEventGroupProperty Field
          • Enumerations
            • MouseButtons
            • MouseModifier
          • Interfaces
            • IMouseManager
              • Overview
              • Members
              • Methods
                • Subscribe Method
                • Unsubscribe Method
                  • Unsubscribe(IPublishMouseEvents) Method
                  • Unsubscribe(IReceiveMouseEvents) Method
            • IMousePositionProvider
              • Overview
              • Members
              • Methods
                • GetPosition Method
            • IPublishMouseEvents
              • Overview
              • Members
              • Events
                • KeyDown Event
                • KeyUp Event
                • MouseLeave Event
                • MouseLeftButtonDown Event
                • MouseLeftButtonUp Event
                • MouseMiddleButtonDown Event
                • MouseMiddleButtonUp Event
                • MouseMove Event
                • MouseRightButtonDown Event
                • MouseRightButtonUp Event
                • MouseWheel Event
            • IPublishTouchEvents
              • Overview
              • Members
              • Properties
                • RegisterTouchEvents Property
              • Events
                • ManipulationCompleted Event
                • ManipulationDelta Event
                • ManipulationInertiaStarting Event
                • ManipulationStarted Event
                • ManipulationStarting Event
                • TouchDown Event
                • TouchMove Event
                • TouchUp Event
            • 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
                • IsEnabled Property
                • MouseEventGroup Property
            • IReceiveTouchEvents
              • Overview
              • Members
              • Methods
                • OnModifierTouchDown Method
                • OnModifierTouchManipulationCompleted Method
                • OnModifierTouchManipulationDelta Method
                • OnModifierTouchManipulationInertiaStarting Method
                • OnModifierTouchManipulationStarted Method
                • OnModifierTouchManipulationStarting Method
                • OnModifierTouchMove Method
                • OnModifierTouchUp Method
        • TinyMessenger Namespace
          • Overview
          • Classes
            • CancellableGenericTinyMessage<TContent>
              • Overview
              • Members
              • CancellableGenericTinyMessage<TContent> Constructor
              • Properties
                • Cancel Property
                • Content Property
            • DefaultTinyMessageProxy
              • Overview
              • Members
              • Methods
                • Deliver Method
              • Properties
                • Instance Property
            • GenericTinyMessage<TContent>
              • Overview
              • Members
              • GenericTinyMessage<TContent> Constructor
              • Properties
                • Content Property
            • TinyMessageBase
              • Overview
              • Members
              • TinyMessageBase Constructor
              • Properties
                • Sender Property
            • TinyMessageSubscriptionToken
              • Overview
              • Members
              • TinyMessageSubscriptionToken Constructor
              • Methods
                • Dispose Method
            • TinyMessengerHub
              • Overview
              • Members
              • TinyMessengerHub Constructor
              • Methods
                • Publish<TMessage> Method
                • PublishAsync Method
                  • PublishAsync<TMessage>(TMessage) Method
                  • PublishAsync<TMessage>(TMessage,AsyncCallback) 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
              • Overview
              • Members
              • TinyMessengerSubscriptionException Constructor
                • TinyMessengerSubscriptionException Constructor(Type,String)
                • TinyMessengerSubscriptionException Constructor(Type,String,Exception)
          • Interfaces
            • ITinyMessage
              • Overview
              • Members
              • Properties
                • Sender Property
            • ITinyMessageProxy
              • Overview
              • Members
              • Methods
                • Deliver Method
            • ITinyMessageSubscription
              • Overview
              • Members
              • Methods
                • Deliver Method
                • ShouldAttemptDelivery Method
              • Properties
                • SubscriptionToken Property
            • ITinyMessengerHub
              • Overview
              • Members
              • Methods
                • Publish<TMessage> Method
                • PublishAsync Method
                  • PublishAsync<TMessage>(TMessage) Method
                  • PublishAsync<TMessage>(TMessage,AsyncCallback) 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
          • Overview
          • Classes
            • GpuBlacklist
              • Overview
              • Members
              • Properties
                • Names Property
        • SciChart.Charting.Numerics.CoordinateCalculators Namespace
          • Overview
          • Interfaces
            • ICoordinateCalculator<T>
              • Overview
              • Members
              • Methods
                • GetCoordinate Method
                  • GetCoordinate(DateTime) Method
                  • GetCoordinate(T) Method
                • GetCoordinates Method
                  • GetCoordinates(T[],Double[],Double) Method
                  • GetCoordinates(T[],Double[],Int32,Double) Method
                • GetDataValue Method
                • ToNativeCalculator Method
                • TranslateBy Method
                  • TranslateBy(Double,DoubleRange) Method
                  • TranslateBy(Double,Double,IRange) 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
            • ColoredVertex
              • Overview
              • Members
              • Properties
                • SizeOf Property
              • Fields
                • ColorArgb Field
                • U Field
                • X Field
                • Y Field
        • SciChart.Data.Extensions Namespace
          • Overview
          • Classes
            • ListExtensions
              • Overview
              • Members
              • Methods
                • SelectByIndexes<TSource> Method
                • ToUncheckedList<T> Method
        • SciChart.Data.Interop Namespace
          • Overview
          • Classes
            • Charting2DNativeDllsLoader
              • Overview
              • Members
              • Charting2DNativeDllsLoader Constructor
              • Methods
                • InitNativeLibs Method
        • SciChart.Data.Model Namespace
          • Overview
          • Classes
            • BindableObject
              • Overview
              • Members
              • BindableObject Constructor
              • Methods
                • OnPropertyChanged Method
                  • OnPropertyChanged(String) Method
                  • OnPropertyChanged(String,Object,Object) Method
              • Events
                • PropertyChanged Event
            • DateRange
              • Overview
              • Members
              • DateRange Constructor
                • DateRange Constructor()
                • DateRange Constructor(DateTime,DateTime)
              • Methods
                • AsDoubleRange Method
                • Clone Method
                • GrowBy Method
                • SetMinMax Method
                  • SetMinMax(Double,Double) Method
                  • SetMinMax(Double,Double,IRange<DateTime>) Method
                • ToString Method
              • Properties
                • Diff Property
                • IsZero Property
            • DecimalRange
              • Overview
              • Members
              • DecimalRange Constructor
                • DecimalRange Constructor()
                • DecimalRange Constructor(Decimal,Decimal)
              • Methods
                • AsDoubleRange Method
                • Clone Method
                • GrowBy Method
                • SetMinMax Method
                  • SetMinMax(Double,Double) Method
                  • SetMinMax(Double,Double,IRange<Decimal>) Method
              • Properties
                • Diff Property
                • IsZero Property
            • DoubleRange
              • Overview
              • Members
              • DoubleRange Constructor
                • DoubleRange Constructor()
                • DoubleRange Constructor(Double,Double)
              • Methods
                • AsDoubleRange Method
                • Clone Method
                • GrowBy Method
                • SetMinMax Method
                  • SetMinMax(Double,Double) Method
                  • SetMinMax(Double,Double,IRange<Double>) Method
              • Properties
                • Diff Property
                • IsZero Property
                • UndefinedRange Property
            • FloatRange
              • Overview
              • Members
              • FloatRange Constructor
                • FloatRange Constructor()
                • FloatRange Constructor(Single,Single)
              • Methods
                • AsDoubleRange Method
                • Clone Method
                • GrowBy Method
                • SetMinMax Method
                  • SetMinMax(Double,Double) Method
                  • SetMinMax(Double,Double,IRange<Single>) Method
              • Properties
                • Diff Property
                • IsZero Property
            • GridData<T>
              • Overview
              • Members
              • GridData<T> Constructor
                • GridData<T> Constructor(Int32,Int32)
                • GridData<T> Constructor(T[])
              • Methods
                • Clear Method
                • GetRowAt Method
                • PushRow Method
                • SetRowAt Method
              • Properties
                • InternalArray Property
                • Item Property
                • XSize Property
                • ZSize Property
              • Fields
                • SyncRoot Field
            • IndexRange
              • Overview
              • Members
              • IndexRange Constructor
                • IndexRange Constructor()
                • IndexRange Constructor(Int32,Int32)
              • Methods
                • AsDoubleRange Method
                • Clone Method
                • GrowBy Method
                • SetMinMax Method
                  • SetMinMax(Double,Double) Method
                  • SetMinMax(Double,Double,IRange<Int32>) Method
              • Properties
                • Diff Property
                • IsDefined Property
                • IsZero Property
            • Int64Range
              • Overview
              • Members
              • Int64Range Constructor
                • Int64Range Constructor()
                • Int64Range Constructor(Int64,Int64)
              • Methods
                • AsDoubleRange Method
                • Clone Method
                • GrowBy Method
                • SetMinMax Method
                  • SetMinMax(Double,Double) Method
                  • SetMinMax(Double,Double,IRange<Int64>) Method
              • Properties
                • Diff Property
                • IsZero Property
            • IntegerRange
              • Overview
              • Members
              • IntegerRange Constructor
                • IntegerRange Constructor()
                • IntegerRange Constructor(Int32,Int32)
              • Methods
                • AsDoubleRange Method
                • Clone Method
                • GrowBy Method
                • SetMinMax Method
                  • SetMinMax(Double,Double) Method
                  • SetMinMax(Double,Double,IRange<Int32>) Method
              • Properties
                • Diff Property
                • IsZero Property
            • Point2DSeries
              • Overview
              • Members
              • Point2DSeries Constructor
                • Point2DSeries Constructor(Int32)
                • Point2DSeries Constructor(Values<Double>,Values<Double>,Values<Int32>)
              • Methods
                • Clear Method
                • Concat Method
                • EnsureCapacity Method
                • GetXRange Method
                • GetYRange Method
                • Resize Method
              • Properties
                • XValues Property
                • YValues Property
            • PointSeriesBase
              • Overview
              • Members
              • PointSeriesBase Constructor
              • Methods
                • ApplyYCalc Method
                • Clear Method
                • Concat Method
                • EnsureCapacity Method
                • GetXRange Method
                • GetYRange Method
                • Resize Method
              • Properties
                • Capacity Property
                • Count Property
                • Indexes Property
                • OriginalXType Property
                • OriginalYType Property
                • XRange Property
                • XValues Property
                • YValues Property
            • PropertyChangedEventArgsWithValues
              • Overview
              • Members
              • PropertyChangedEventArgsWithValues Constructor
              • Properties
                • NewValue Property
                • OldValue Property
            • Range<T>
              • Overview
              • Members
              • Range<T> Constructor
                • Range<T> Constructor()
                • Range<T> Constructor(T,T)
              • Methods
                • AsDoubleRange Method
                • ClipTo Method
                  • ClipTo(IRange<T>) Method
                  • ClipTo(IRange) Method
                  • ClipTo(IRange,RangeClipMode) Method
                • Clone Method
                • Equals Method
                  • Equals(Object) Method
                  • Equals(IRange<T>) Method
                • GetHashCode Method
                • GrowBy Method
                • IsValueWithinRange Method
                • SetMinMax Method
                  • SetMinMax(Double,Double) Method
                  • SetMinMax(Double,Double,IRange<T>) Method
                • SetMinMaxInternal Method
                • SetMinMaxT Method
                • ToString Method
                • Union Method
                  • Union(IRange) Method
                  • Union(IRange<T>) Method
              • Properties
                • Diff Property
                • IsDefined Property
                • IsZero Property
                • Max Property
                • Min Property
            • RangeFactory
              • Overview
              • Members
              • Methods
                • NewRange Method
                  • NewRange(IComparable,IComparable) Method
                  • NewRange(Type,IComparable,IComparable) Method
                • NewWithMinMax Method
                  • NewWithMinMax(IRange,IComparable,IComparable) Method
                  • NewWithMinMax(IRange,Double,Double,IRange) Method
            • StripePointSeries
              • Overview
              • Members
              • StripePointSeries Constructor
                • StripePointSeries Constructor(Int32)
                • StripePointSeries Constructor(Values<Double>,Values<Double>,Values<Int32>)
              • Methods
                • Concat Method
                • GetXRange Method
                • GetYRange Method
              • Properties
                • Count Property
                • IsRawPoints Property
                • X1Values Property
                • YRange Property
            • TimeSpanRange
              • Overview
              • Members
              • TimeSpanRange Constructor
                • TimeSpanRange Constructor()
                • TimeSpanRange Constructor(TimeSpan,TimeSpan)
              • Methods
                • AsDoubleRange Method
                • Clone Method
                • GrowBy Method
                • SetMinMax Method
                  • SetMinMax(Double,Double) Method
                  • SetMinMax(Double,Double,IRange<TimeSpan>) Method
                • ToString Method
              • Properties
                • Diff Property
                • IsZero Property
            • UncheckedList<T>
              • Overview
              • Members
              • Methods
                • Add Method
                • Clear Method
                • Contains Method
                • CopyTo Method
                • GetEnumerator Method
                • IndexOf Method
                • Insert Method
                • Remove Method
                • RemoveAt Method
              • Properties
                • Count Property
                • IsReadOnly Property
                • Item Property
            • UniformXyPointSeries
              • Overview
              • Members
              • UniformXyPointSeries Constructor
                • UniformXyPointSeries Constructor(Double,Double,Int32)
                • UniformXyPointSeries Constructor(Double,Double,Values<Double>,Values<Int32>)
              • Methods
                • ApplyYCalc Method
                • Clear Method
                • Concat Method
                • GetXRange Method
                • GetYRange Method
              • Properties
                • Capacity Property
                • Count Property
                • Indexes Property
                • OriginalXType Property
                • OriginalYType Property
                • XRange Property
                • XStart Property
                • XStep Property
                • XValues Property
                • YValues Property
            • Values<T>
              • Overview
              • Members
              • Values<T> Constructor
                • Values<T> Constructor(Int32)
                • Values<T> Constructor(T[])
              • Methods
                • Clear Method
                • Concat Method
                • GetEnumerator Method
                • ShiftConcat Method
              • Properties
                • Capacity Property
                • Count Property
                • Item Property
                • Items Property
            • XyyPoint2DSeries
              • Overview
              • Members
              • XyyPoint2DSeries Constructor
                • XyyPoint2DSeries Constructor(Int32)
                • XyyPoint2DSeries Constructor(Values<Double>,Values<Double>,Values<Double>,Values<Int32>)
              • Methods
                • Clear Method
                • EnsureCapacity Method
                • GetYRange Method
                • Resize Method
              • Properties
                • Y1Values Property
          • Enumerations
            • RangeClipMode
          • Interfaces
            • IPointSeries
              • Overview
              • Members
              • Methods
                • ApplyYCalc Method
                • Clear Method
                • Concat Method
                • GetXRange Method
                • GetYRange Method
              • Properties
                • Capacity Property
                • Count Property
                • Indexes Property
                • OriginalXType Property
                • OriginalYType Property
                • XRange Property
                • XValues Property
                • YValues Property
            • IRange
              • Overview
              • Members
              • Methods
                • AsDoubleRange Method
                • ClipTo Method
                  • ClipTo(IRange) Method
                  • ClipTo(IRange,RangeClipMode) Method
                • GrowBy Method
                • IsValueWithinRange Method
                • SetMinMax Method
                • SetMinMaxWithLimit Method
                • Union Method
              • Properties
                • Diff Property
                • IsDefined Property
                • IsZero Property
                • Max Property
                • Min Property
            • IRange<T>
              • Overview
              • Members
              • Methods
                • GrowBy Method
                • SetMinMax Method
                • SetMinMaxT Method
                • Union Method
              • Properties
                • Diff Property
                • Max Property
                • Min Property
            • 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
                • HasValues Property
                • ItemsArray Property
            • IUniformXyPointSeries
              • Overview
              • Members
              • Properties
                • XStart Property
                • XStep Property
            • IVertexBuffer
              • Overview
              • Members
              • Methods
                • Clear Method
                • Reserve Method
              • Properties
                • Count Property
                • DataPointer Property
                • ElementSize Property
                • StrideX Property
                • StrideY Property
            • IXyyPointSeries
              • Overview
              • Members
              • Properties
                • Y1Values Property
        • SciChart.Data.Model.DefaultRanges Namespace
          • Overview
        • SciChart.Data.Numerics Namespace
          • Overview
          • Enumerations
            • ResamplingMode
        • SciChart.Data.Numerics.GenericMath Namespace
          • Overview
          • Interfaces
            • IMath<T>
              • Overview
              • Members
              • Methods
                • Abs Method
                • Add Method
                • Dec Method
                • Div Method
                • FromDouble Method
                • Inc Method
                • IsNaN Method
                • Max Method
                • Min Method
                • MinGreaterThan Method
                • Mult Method
                  • Mult(T,T) Method
                  • Mult(T,Double) Method
                • Subtract Method
                • ToDouble Method
              • Properties
                • MaxValue Property
                • MinValue Property
                • ZeroValue Property
        • 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
              • Overview
              • Members
              • Methods
                • ReleaseMemory Method
              • Properties
                • NativeIndexVector Property
            • ExtremeResamplersFactory
              • Overview
              • Members
              • Methods
                • GetPointResampler<TX,TY> Method
                • GetUniformPointResampler<TY> Method
              • Properties
                • AccelerationMode Property
                • Instance Property
            • PointResamplerBase
              • Overview
              • Members
              • PointResamplerBase Constructor
              • Methods
                • ConvertToUncheckedList<T> Method
            • PointResamplerBase<TX,TY>
              • Overview
              • Members
              • PointResamplerBase<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
            • PointResamplerFactory
              • Overview
              • Members
              • PointResamplerFactory Constructor
              • Methods
                • GetPointResampler<TX,TY> Method
                • GetUniformPointResampler<TY> Method
            • UniformByteResampler
              • Overview
              • Members
              • UniformByteResampler Constructor
              • Methods
                • Execute Method
            • UniformDoubleResampler
              • Overview
              • Members
              • UniformDoubleResampler Constructor
              • Methods
                • Execute Method
            • UniformExtremeResamplerBase<TY>
              • Overview
              • Members
              • UniformExtremeResamplerBase<TY> Constructor
              • Methods
                • Execute Method
                • ResampleInternal Method
              • Fields
                • _resamplingArgs Field
            • UniformInt16Resampler
              • Overview
              • Members
              • UniformInt16Resampler Constructor
              • Methods
                • Execute Method
            • UniformInt32Resampler
              • Overview
              • Members
              • UniformInt32Resampler Constructor
              • Methods
                • Execute Method
            • UniformInt64Resampler
              • Overview
              • Members
              • UniformInt64Resampler Constructor
              • Methods
                • Execute Method
            • UniformSByteResampler
              • Overview
              • Members
              • UniformSByteResampler Constructor
              • Methods
                • Execute Method
            • UniformSingleResampler
              • Overview
              • Members
              • UniformSingleResampler Constructor
              • Methods
                • Execute Method
            • UniformUInt16Resampler
              • Overview
              • Members
              • UniformUInt16Resampler Constructor
              • Methods
                • Execute Method
            • UniformUInt32Resampler
              • Overview
              • Members
              • UniformUInt32Resampler Constructor
              • Methods
                • Execute Method
            • UniformUInt64Resampler
              • Overview
              • Members
              • UniformUInt64Resampler Constructor
              • Methods
                • Execute Method
          • Enumerations
            • ExtremeResamplerAccelerationMode
            • ResamplingOperation
          • Structures
            • ResamplingParams
              • Overview
              • Members
              • Methods
                • Equals Method
                • GetHashCode Method
              • 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
            • INativeResamplerArtifact
              • Overview
              • Members
              • Methods
                • CalculateYCoordinates Method
                • GetYRange Method
              • Properties
                • Capacity Property
                • Count Property
            • IPointResampler<TX,TY>
              • Overview
              • Members
              • Methods
                • Execute Method
                  • Execute(IList<TX>,IList<TY>,ResamplingParams,ResamplingMode,IPointSeries) Method
                  • Execute(IList<TX>,IList<TY>,IList<TY>,ResamplingParams,ResamplingMode,ResamplingMode,IXyyPointSeries) Method
            • IPointResamplerFactory
              • Overview
              • Members
              • Methods
                • GetPointResampler<TX,TY> Method
                • GetUniformPointResampler<TY> Method
            • IUniformPointResampler<TY>
              • Overview
              • Members
              • Methods
                • Execute Method
    • SciChart.Drawing Assembly
      • Overview
      • Namespaces
        • Charting2D3D Namespace
          • Overview
        • SciChart.Drawing Namespace
          • Overview
          • Classes
            • TextureCache
              • Overview
              • Members
              • TextureCache Constructor
              • Methods
                • AddTexture Method
                  • AddTexture(Size,Brush,Byte[]) Method
                  • AddTexture(Size,Brush,Int32[]) Method
                • Dispose Method
                • GetByteTexture Method
                • GetIntTexture Method
                • GetWriteableBitmapTexture Method
              • Properties
                • MemorySize Property
              • Fields
                • MaxItemsCount Field
                • MaxMemorySize Field
        • SciChart.Drawing.Common Namespace
          • Overview
          • Classes
            • DefaultRenderTimerFactory
              • Overview
              • Members
              • DefaultRenderTimerFactory Constructor
              • Methods
                • CreateRenderTimer Method
            • DrawEventArgs
              • Overview
              • Members
              • DrawEventArgs Constructor
              • Properties
                • RenderSurface2D Property
            • FontCacheKey
              • Overview
              • Members
              • FontCacheKey Constructor
              • Methods
                • Equals Method
                • GetHashCode Method
              • Properties
                • Character Property
                • FontFamily Property
                • FontSize Property
                • FontStyle Property
                • FontWeight Property
                • ForeColor Property
            • RenderContextBase
              • Overview
              • Members
              • RenderContextBase Constructor
              • Methods
                • AsExtremeRenderContext Method
                • BeginLine Method
                • BeginPolygon Method
                • BeginSpriteBatch Method
                • Clear Method
                • ClipArea Method
                  • ClipArea(IEnumerable<Point>,Int32,Int32) Method
                  • ClipArea(IEnumerable<Tuple<Point,Point>>) Method
                • ClipRectangle Method
                  • ClipRectangle(Point,Point,Int32,Int32) Method
                  • ClipRectangle(Point,Point) Method
                • ClipZeroLineForArea Method
                • CreateBrush Method
                  • CreateBrush(Color,Double,Nullable<Boolean>) Method
                  • CreateBrush(Brush,Double,TextureMappingMode) Method
                • CreatePen Method
                • CreateSprite Method
                  • CreateSprite(FrameworkElement) Method
                  • CreateSprite(WriteableBitmap) 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
                  • DrawSprites(ISprite2D,IEnumerable<Point>) Method
                  • DrawSprites(ISprite2D,IEnumerable<Rect>) 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
                  • FillRectangle(IBrush2D,Point,Point,Double) Method
                  • FillRectangle(Int32,Point,Point) Method
                • IsCompatibleType<T> Method
                • IsInBounds Method
                • MeasureText Method
                • SetPrimitivesCachingEnabled Method
              • Properties
                • FontCache Property
                • Layers Property
                • ViewportSize Property
            • RenderedEventArgs
              • Overview
              • Members
              • RenderedEventArgs Constructor
              • Properties
                • Duration Property
            • RenderOperationLayer
              • Overview
              • Members
              • RenderOperationLayer Constructor
              • Methods
                • Enqueue Method
                • Flush Method
            • RenderOperationLayers
              • Overview
              • Members
              • RenderOperationLayers Constructor
              • Methods
                • Flush Method
                • GetEnumerator Method
              • Properties
                • Item Property
            • RenderSurfaceBase
              • Overview
              • Members
              • RenderSurfaceBase Constructor
              • Methods
                • AddSeries Method
                  • AddSeries(IEnumerable<FrameworkElement>) Method
                  • AddSeries(FrameworkElement) Method
                • Clear Method
                • ClearSeries Method
                • ContainsSeries Method
                • Dispose Method
                  • Dispose() Method
                  • Dispose(Boolean) 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
                  • TranslatePoint(Point,IHitTestable) 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
                • Draw Event
                • Rendered Event
            • RenderTimer
              • Overview
              • Members
              • RenderTimer Constructor
              • Methods
                • Dispose Method
                • Finalize Method
            • SharedRenderTimer
              • Overview
              • Members
              • SharedRenderTimer Constructor
              • Methods
                • Dispose Method
                • SetMaxFrameRate Method
            • ThreadedRenderScheduler
              • Overview
              • Members
              • ThreadedRenderScheduler Constructor
              • Methods
                • Dispose Method
          • Enumerations
            • RenderLayer
            • TextureFiltering
            • TextureFormats
            • TextureMappingMode
          • Interfaces
            • IBrush2D
              • Overview
              • Members
              • Properties
                • AlphaBlend Property
            • IDashSplittingContext
              • Overview
              • Members
              • Methods
                • Reset Method
              • Properties
                • HasDashes Property
                • StrokeDashArray Property
                • StrokeDashArrayIndex Property
                • StrokeDashArrayItemPassedLength Property
            • IExtremeRenderContext2D
              • Overview
              • Members
              • Methods
                • DrawColoredSprites Method
                • DrawLineStrip Method
              • Properties
                • ViewportSize Property
            • IPathColor
              • Overview
              • Members
              • Properties
                • Color Property
                • ColorCode Property
                • IsTransparent Property
            • IPathContextFactory
              • Overview
              • Members
              • Methods
                • Begin Method
            • IPathDrawingContext
              • Overview
              • Members
              • Methods
                • Begin Method
                • End Method
                • MoveTo Method
            • IPen2D
              • Overview
              • Members
              • Properties
                • Antialiased Property
                • HasDashes Property
                • StrokeDashArray Property
                • StrokeEndLineCap Property
                • StrokeThickness Property
            • IPointMarkerPathContextFactory
              • Overview
              • Members
              • Methods
                • Begin Method
            • IPointMarkerPathDrawingContext
              • Overview
              • Members
              • Methods
                • Begin Method
                • End Method
                • MoveTo Method
            • 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
                  • CreateSprite(FrameworkElement) Method
                  • CreateSprite(WriteableBitmap) 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
                  • DrawSprites(ISprite2D,IEnumerable<Point>) Method
                  • DrawSprites(ISprite2D,IEnumerable<Rect>) 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
                  • FillRectangle(IBrush2D,Point,Point,Double) Method
                  • FillRectangle(Int32,Point,Point) Method
                • IsCompatibleType<T> Method
                • MeasureText Method
                • SetPrimitivesCachingEnabled Method
              • Properties
                • Layers Property
                • ViewportSize Property
            • IRenderScheduler
              • Overview
              • Members
            • IRenderSurface
              • Overview
              • Members
              • Methods
                • Clear Method
                • ClearSeries Method
                • RecreateSurface Method
              • Properties
                • IsSizeValidForDrawing Property
                • IsValidForDrawing Property
                • NeedsResizing Property
                • Services Property
                • Style Property
              • Events
                • Draw Event
                • Rendered Event
            • IRenderSurface2D
              • Overview
              • Members
              • Methods
                • AddSeries Method
                  • AddSeries(FrameworkElement) Method
                  • AddSeries(IEnumerable<FrameworkElement>) Method
                • ContainsSeries Method
                • GetRenderContext Method
                • RemoveSeries Method
              • Properties
                • ChildSeries Property
            • IRenderTimerFactory
              • Overview
              • Members
              • Methods
                • CreateRenderTimer Method
            • ISprite2D
              • Overview
              • Members
              • Properties
                • Height Property
                • Width Property
            • ITexture2D
              • Overview
              • Members
              • Methods
                • SetData Method
                • SetFloatData Method
              • Properties
                • Height Property
                • TextureFormat Property
                • Width Property
            • IVerticesBuffer
              • Overview
              • Members
              • Methods
                • LockBubbleVertices Method
                • LockColorVertices Method
                • LockColumnVertices Method
                • LockSpritesVertices Method
                • UnlockBubbleVertices Method
                • UnlockColorVertices Method
                • UnlockColumnVertices Method
                • UnlockSpritesVertices Method
            • 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
            • FrameworkElementExtensions
              • Overview
              • Members
              • Methods
                • Databind Method
                • RenderToBitmap Method
                  • RenderToBitmap(FrameworkElement) Method
                  • RenderToBitmap(FrameworkElement,Int32,Int32) Method
        • SciChart.Drawing.HighQualityRasterizer Namespace
          • Overview
          • Classes
            • HighQualityRenderSurface
              • Overview
              • Members
              • HighQualityRenderSurface Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
                • GetRenderContext Method
                • RecreateSurface Method
        • SciChart.Drawing.HighSpeedRasterizer Namespace
          • Overview
          • Classes
            • HighSpeedRenderSurface
              • Overview
              • Members
              • HighSpeedRenderSurface Constructor
              • Methods
                • GetRenderContext Method
        • 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
              • Overview
              • Members
              • Methods
                • GetIntersectedPolygon Method
          • Structures
            • PointUtil.Line
              • Overview
              • Members
              • PointUtil.Line Constructor
                • PointUtil.Line Constructor(Point,Point)
                • PointUtil.Line Constructor(Double,Double,Double,Double)
              • Fields
                • X1 Field
                • X2 Field
                • Y1 Field
                • Y2 Field
        • SciChart.Drawing.VisualXcceleratorRasterizer Namespace
          • Overview
          • Classes
            • ColorExtensions
              • Overview
              • Members
              • Methods
                • ToAbgr Method
                • ToArgb Method
                • ToColor Method
            • VisualXcceleratorRenderSurface
              • Overview
              • Members
              • VisualXcceleratorRenderSurface Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
                • GetRenderContext Method
                • OnRenderSurfaceBaseLoaded Method
                • RecreateRenderSource Method
              • Properties
                • ForceStallUntilGPUIsIdle Property
                • IsValidForDrawing Property
                • UseAlternativeFillSource Property
                • WriteWarningsToOutput Property
            • VxPen
              • Overview
              • Members
              • VxPen Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
                • Equals Method
                  • Equals(IPathColor) Method
                • GetAntiAliasingForRectangularPrimitive Method
                • GetSmoothStrokeThickness Method
                • GetSmoothStrokeThicknessForLines Method
                • UpdatePen Method
              • Properties
                • Antialiased Property
                • Color Property
                • ColorCode Property
                • DirectXMode Property
                • HasDashes Property
                • IsTransparent Property
                • Opacity Property
                • SCRTPen Property
                • StrokeDashArray Property
                • StrokeDashArrayIndex Property
                • StrokeDashArrayItemPassedLength Property
                • StrokeEndLineCap Property
                • StrokeThickness Property
            • VxRenderSettings
              • Overview
              • Members
              • VxRenderSettings Constructor
              • Methods
                • Equals Method
                  • Equals(VxRenderSettings) Method
                  • Equals(Object) Method
                • GetDefault Method
                • GetHashCode Method
                • Resolve Method
              • Properties
                • DirectXMode Property
                • FullScreenAntiAliasingMode Property
                • MaxBandsBufferSize Property
                • MaxCandlesBufferSize Property
                • MaxColumnsBufferSize Property
                • MaxEllipsesBufferSize Property
                • MaxLinesBufferSize Property
                • MaxRectsBufferSize Property
                • MaxSpritesBufferSize Property
                • MemoryLimitsIsEnabled Property
            • VxSolidColorBrush
              • Overview
              • Members
              • VxSolidColorBrush Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
                • Equals Method
                  • Equals(IPathColor) Method
                • UpdateColor Method
              • Properties
                • AlphaBlend Property
                • Color Property
                • ColorCode Property
                • DirectXMode Property
                • IsTransparent Property
                • SCRTBrush Property
            • VxSpriteAnchor
              • Overview
              • Members
              • VxSpriteAnchor Constructor
              • Properties
                • AnchorX Property
                • AnchorY Property
          • Enumerations
            • DirectXMode
            • FullScreenAntiAliasingMode
          • Interfaces
            • IVxBrush
              • Overview
              • Members
              • Properties
                • SCRTBrush Property
            • IVxPen
              • Overview
              • Members
              • Properties
                • SCRTPen Property
            • IVxType
              • Overview
              • Members
              • Properties
                • DirectXMode Property
        • SciChart.Drawing.XamlRasterizer Namespace
          • Overview
          • Classes
            • XamlRenderSurface
              • Overview
              • Members
              • XamlRenderSurface Constructor
              • Methods
                • GetRenderContext Method
                • RecreateSurface Method
        • System.Windows.Media.Imaging Namespace
          • Overview
          • Classes
            • BitmapFactory
              • Overview
              • Members
              • Methods
                • ConvertToPbgra32Format Method
                • New Method
            • WriteableBitmapContextExtensions
              • Overview
              • Members
              • Methods
                • GetBitmapContext Method
                  • GetBitmapContext(WriteableBitmap) Method
                  • GetBitmapContext(WriteableBitmap,ReadWriteMode) Method
            • 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
                  • Clear(WriteableBitmap,Color) Method
                  • Clear(WriteableBitmap) Method
                • Clone Method
                • ConvertColor Method
                  • ConvertColor(Double,Color) Method
                  • ConvertColor(Color) Method
                • Convolute Method
                  • Convolute(WriteableBitmap,Int32[,]) Method
                  • Convolute(WriteableBitmap,Int32[,],Int32,Int32) Method
                • Crop Method
                  • Crop(WriteableBitmap,Int32,Int32,Int32,Int32) Method
                  • Crop(WriteableBitmap,Rect) 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
                  • DrawBeziers(WriteableBitmap,Int32[],Color) Method
                  • DrawBeziers(WriteableBitmap,Int32[],Int32) 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
                  • FillBeziers(WriteableBitmap,Int32[],Color) Method
                  • FillBeziers(WriteableBitmap,Int32[],Int32) 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
                • KernelGaussianBlur3x3 Field
                • KernelGaussianBlur5x5 Field
                • KernelSharpen3x3 Field
          • Enumerations
            • ReadWriteMode
            • WriteableBitmapExtensions.BlendMode
            • WriteableBitmapExtensions.FlipMode
            • WriteableBitmapExtensions.Interpolation
          • Structures
            • BitmapContext
              • Overview
              • Members
              • BitmapContext Constructor
                • BitmapContext Constructor(WriteableBitmap)
                • BitmapContext Constructor(WriteableBitmap,ReadWriteMode)
              • 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
                • Height Property
                • Length Property
                • Pixels Property
                • Width Property
                • WriteableBitmap Property
    • SciChart.Drawing.DirectX Assembly
      • Overview
      • Namespaces
        • SciChart.Drawing.DirectX.Common Namespace
          • Overview
          • Classes
            • Disposer
              • Overview
              • Members
              • Methods
                • RemoveAndDispose<T> Method
        • SciChart.Drawing.DirectX.Context.D3D11 Namespace
          • Overview
          • Classes
            • Direct3D11CompatibilityHelper
              • Overview
              • Members
              • Properties
                • HasDirectX10CapableGpu Property
                • IsSupportedOperatingSystem Property
                • SupportsDirectX10 Property
            • Direct3D11ObsoleteWarning
              • Overview
              • Members
              • Direct3D11ObsoleteWarning Constructor
              • Fields
                • Text Field
            • 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
                • InitializationFailed Event
                • RenderingFailed Event
            • DirectXHelper
              • Overview
              • Members
              • DirectXHelper Constructor
              • Methods
                • GetFallbackType Method
                • GetTryApplyDirectXRenderer Method
                • SetFallbackType Method
                • SetTryApplyDirectXRenderer Method
              • Fields
                • FallbackTypeProperty Field
                • TryApplyDirectXRendererProperty Field
            • DXErrorEventArgs
              • Overview
              • Members
              • DXErrorEventArgs Constructor
              • Properties
                • Exception Property
            • RdpDetectionTimer
              • Overview
              • Members
              • RdpDetectionTimer Constructor
              • Properties
                • IsRemoteDesktop Property
          • Interfaces
            • IDirectXRenderContext
              • Overview
              • Members
              • Methods
                • BeginScene Method
                • EndScene Method
                • RenderColorTriangles Method
                • RenderGammaSeriesFilledTriangles Method
        • SciChart.Drawing.DirectX.Rendering Namespace
          • Overview
          • Interfaces
            • IDirectXRenderSurface
              • Overview
              • Members
              • Methods
                • GetRenderContext Method
                • ResetD3D11With Method