The following common classes are used on working with mobile components:
| Identifier | Brief description |
| The Brush class is used to fill background. | |
| The BubblePopoverView class is used to work with a popup window. | |
| The ChartMarker class is used to work with markers that correspond to series point values. | |
| The DataDependency class is used to store one value for getting map scale values. | |
| The GradientBrush class is used for background gradient fill. | |
| The GradientStop class is used to determine position and color of the brush used for background gradient fill. | |
| The LinearGradientBrush class is used for background linear gradient fill. | |
| The RadialGradientBrush class is used for background radial gradient fill. | |
| The SolidColorBrush class is used to work with a brush for background solid color fill. | |
| The ValueScale class is used to compare a data series with constant values of any type. |
See also: