| Class | Description |
| ArcGISOnlineTileSource | |
| BingMapsTileSource | Represents a BingMaps ImageTileSource |
| Brush | Defines objects used to paint graphical objects. Classes that derive from Brush describe how the area is painted. |
| BrushCollection | |
| CaptureImageSettings | |
| CustomMapTileSource | Represents a CustomMapTileSource ImageTileSource |
| DataContext | Represents the data currently in context. |
| DataLegendSeriesContext | Represent info about series values |
| DataLegendSeriesValueInfo | Represent info about series values |
| DataLegendSummaryColumn | Represent a column in summary row |
| DataSeriesAdapter | Analyzes a data source and indicates which types of data visualizations might be a good fit for the data. |
| DataSeriesAdapterRemovingDuplicatesEventArgs | Represents information about the duplicate series in the adapter. |
| DataSeriesAdapterRunEventArgs | Presents information about the analysis run in progress. |
| DateTimeFormatSpecifier | |
| DefaultTooltipControl | |
| DefaultTooltipLabelControl | |
| DisposableObject | The base class Disposable maintains a boolean flag that keeps track of whether or not the object has been Disposed. It implemnets System.IDisposable and calls a virtual 'OnDispose' method to let the derived class know when the object has been Disposed. |
| DVBaseControl | Base Class for all Windows Forms based DataVisualization controls. |
| FormatSpecifier | |
| FormatSpecifierCollection | |
| GetTileImageUriArgs | Event arguments for GetTileImageUri event |
| GradientBrush | An abstract class that describes a gradient, composed of gradient stops. Classes that inherit from GradientBrush describe different ways of interpreting gradient stops. |
| GradientStop | Describes the location and color of a transition point in a gradient. |
| GradientStop.GradientStopTypeConverter | Type converter for the GradientStop class. |
| GradientStopCollection | Represents a collection of GradientStop objects that can be individually accessed by index. |
| Header | Specifies global data from an ESRI shapefile. |
| HighlightingInfo | Contains contextual information about a highlighting. |
| ImageCapturedEventArgs | |
| ItfConverter | Class for converting Itf files into enumerable triangulations. |
| LinearGradientBrush | Paints an area with a linear gradient. |
| MapTileSource | Represents a specialized multiscale tile source used by the XamMap control. |
| NumberFormatSpecifier | |
| OpenStreetMapTileSource | Represents an Open Street Map image tile source |
| RectChangedEventArgs | Provides data for rectangle changed events. |
| ShapefileConverter | Class used to convert Shapefiles into CLR objects. |
| ShapefileRecord | Represents a record of data from a Shapefile (.shp and .dbf). Represents a record of data from a Shapefile (.shp and .dbf). |
| ShapeFilterRecordEventArgs | |
| SolidColorBrush | Paints an area with a solid color. |
| Style | Defines properties allowing you to modify the appearance of the element |
| SvgIconRegistry | |
| TextRendererWrapper | Using TextRenderer.DrawText leads to various artifacts when drawing to transparent images. This class is added in order to workaround this issue. First it draws the text to a temporary image. Then it process the temporary image and fixes its artifacts. Finally the temporary image is drawn on the actual graphics object. Note that for drawing we use Color.Magenta as it gives us good, predictable result. After that the color of the text is changed from Magenta to the actual forecolor of the text when the image is processed |
| TileGeneratorTileSource | Represents a CustomMapTileSource ImageTileSource |
| ToolCommandArgumentCollection | |
| TooltipSettings | This class contains settings relevant to the Tooltips. |
| TooltipShowingEventArgs | Provides data for the TooltipShowing event. |
| TriangulationSource | Class for creating, loading, and storing triangulations. Class for creating, loading, and storing triangulations. |
| TriangulationSourcePointRecord | Class representing a single point and its associated value in a triangulation source. |
| Utilities | Utility class containing static helper functions |
| XBaseField | Class representing a field in an XBase file. |