| Class | Description |
 | AllTrueMultiConverter | |
 | AxisAlignmentToAxisOrientationConverter | Converts input SciChart.Charting.Visuals.Axes.AxisAlignment to System.Windows.FlowDirection, is such a way that Left becomes RightToLeft and Right becomes LeftToRight |
 | AxisAlignmentToAxisVisibilityConverter | A converter used to show or hide the SciChart.Charting.Visuals.Axes.AxisBase depending on SciChart.Charting.Visuals.Axes.AxisAlignment |
 | AxisAlignmentToFlowDirectionConverter | A converter to transform SciChart.Charting.Visuals.Axes.AxisAlignment enumeration values into System.Windows.FlowDirection for use in the Axis Text drawing |
 | AxisAlignmentToHorizontalAlignmentConverter | Converts input SciChart.Charting.Visuals.Axes.AxisAlignment to System.Windows.FlowDirection, is such a way that Left becomes RightToLeft and Right becomes LeftToRight |
 | AxisAlignmentToHorizontalAnchorPointConverter | A Converter used by the Axis to align text and markers depending on SciChart.Charting.Visuals.Axes.AxisAlignment |
 | AxisAlignmentToTransformOriginConverter | |
 | AxisAlignmentToVerticalAlignmentConverter | Converts input SciChart.Charting.Visuals.Axes.AxisAlignment to System.Windows.FlowDirection, is such a way that Left becomes RightToLeft and Right becomes LeftToRight |
 | AxisAlignmentToVeticalAnchorPointConverter | A Converter used by the Axis to align text and markers depending on SciChart.Charting.Visuals.Axes.AxisAlignment |
 | AxisAlignmentToVisibilityConverter | A Converter used by the SciChart.Charting.Visuals.Annotations.AxisMarkerAnnotation to show or hide marker points depending on SciChart.Charting.Visuals.Axes.AxisAlignment |
 | AxisMarkerBorderThicknessConverter | |
 | BandSeriesInfoToYValueConverter | A converter used to output Y-values from SciChart.Charting.Model.ChartData.BandSeriesInfo, used as part of the Hit-Test API and in the data-templates for SciChart.Charting.ChartModifiers.RolloverModifier and SciChart.Charting.ChartModifiers.CursorModifier |
 | BooleanToDefaultAxisAlignmentConverter | Converts given boolean value which indicates if axis is X or Y axis to the default alignment value, SciChart.Charting.Visuals.Axes.AxisAlignment.Bottom for XAxis and SciChart.Charting.Visuals.Axes.AxisAlignment.Right for YAxis |
 | BooleanToOrientationConverter | |
 | BooleanToRotationTransformConverter | Used internally by SciChart: Provides 90 Degree System.Windows.Media.RotateTransform if value is true, else 0 Degree |
 | BooleanToSelectionMode | Converts to Visibility.Collapsed if input value is null by default. Can be used with "Inverse" flag |
 | BooleanToVisibilityConverter | Converts to Visibility.Collapsed if input value is null by default. Can be used with "Inverse" flag |
 | CollapseIfNullOrEmptyStringConverter | Converts to Visibility.Collapsed if input string is null or empty |
 | ColorToBrushConverter | Converts from a Color to SolidColorBrush |
 | CompositeCommandConverter | Converts input collection of SciChart.Charting.Common.Helpers.ActionCommand items to a single SciChart.Charting.Common.Helpers.ActionCommand instance. |
 | CursorTooltipBackgroundConverter | |
 | DataTemplateToObjectConverter | A TypeConverter which loads a System.Windows.DataTemplate and returns a System.Windows.FrameworkElement |
 | DoubleArrayToDoubleCollectionConverter | |
 | DoubleToNegativeDoubleConverter | |
 | DoubleToThicknessConverter | Converts a double value to a System.Windows.Thickness with equal value all round |
 | DoubleToThumbMarginConverter | |
 | GetAxisFormattedValueConverter | |
 | GradientStopsToLinearGradientBrushConverter | Converts GradientStops collection value to a Brush |
 | GrayscaleColorBrushConverter | |
 | HorisontalOrientationVisibilityConverter | Converts System.Windows.Controls.Orientation = Horisontal to System.Windows.Visibility = Visible |
 | IComparableToObjectConverter | ValueConverter to assist in marshalling System.IComparable types to object. Necessary because the XAML binding engine does not cope well with System.IComparable values |
 | InverseOrientationConverter | Converts from Axis System.Windows.Controls.Orientation to its inverse, e.g. Horizontal becomes Vertical and vice versa |
 | InvertBooleanConverter | Value converter which inverts a boolean |
 | InvertedBrushConverter | |
 | IsLastPointInViewportToOpacityConverter | |
 | LegendPlacement3DToGridPositionConverter | |
 | LegendPlacementToGridPositionConverter | |
 | MultiValueConverterBase | A base class for shared System.Windows.Data.IMultiValueConverter between NETFX_CORE and WPF |
 | NullToVisibilityConverter | Converts to Visibility.Collapsed if input value is null by default. Can be used with "Inverse" flag |
 | OrientationToAxisLabelRotationConverter | Converts from Axis System.Windows.Controls.Orientation to label rotation angle |
 | OrientationToVisibilityConverter | |
 | PieLegendAlignmentPositionConverter | |
 | PieLegendPlacementToGridPositionConverter | |
 | PointmakrerTemplateToPropertyConverter | |
 | PointMarkerToVisibilityConverter | |
 | PriorityBindingConverter | |
 | RadarLegendPlacementToGridPositionConverter | |
 | RenderSurfaceFullSizeToTrianglePointMultiConverter | Converts from a SciChartTernarySurface RenderSurface full size to triangle point. |
 | RenderSurfaceSizeToTrianglePointConverter | Converts from a SciChartTernarySurface RenderSurface size to triangle points. |
 | SeriesToPointMarkerTemplateConverter | |
 | ShowVisibilityCheckboxesConverter | Workaround converter to allow for cross-platform Ancestor binding to SciChartLegend in SL and WPF |
 | StringFormatConverter | |
 | StringIsNullOrEmptyToUnsetValueConverter | |
 | StringToDoubleArrayTypeConverter | Used to convert strings in XAML e.g. '0 1 2' to float arrays, for instance, see the FastLineRenderableSeries.StrokeDashArray property which uses this converter type |
 | StringToDoubleRangeTypeConverter | TypeConverter to allow conversion of a string value to SciChart.Data.Model.DoubleRange. Used to allow succinct Markup syntax e.g. <NumericAxis VisibleRange="10, 20"/> |
 | StrokeThicknessToItemsCountConverter | |
 | TempConverter | |
 | TernaryLegendPlacementToGridPositionConverter | |
 | ThicknessToDoubleConverter | Convert System.Windows.Thickness value to double by taking mean of its values |
 | ToAnnotationCollectionConverter | |
 | ToAxisCollectionConverter | |
 | ToRenderableSeriesCollectionConverter | |
 | ToVerticalLineAnnotationCollectionConverter | Creates a new instance of the SciChart.Charting.Visuals.Annotations.VerticalLineAnnotationCollection class. |
 | ValueConverterBase | A base class for shared System.Windows.Data.IValueConverter between NETFX_CORE and WPF |
 | ValueMultiplicatorConverter | A ValueConverter that multiplies double numeric values |
 | ValueToTopMarginConverter | |
 | VerticalOrientationVisibilityConverter | Converts System.Windows.Controls.Orientation = Vertical to System.Windows.Visibility = Visible |
 | ZoomStateToVisibilityConverter | Converts ZoomStates.UserZooming to Visible, and ZoomStates.AtExtents to Collapsed |