How to: Use the PieChart
The following example demonstrates how to create a simple Pie Chart with one series.
View ArticleHow to: Use the CartesianChart
This example demonstrates how to create a simple Cartesian chart with 3 Stacked Bar series, populate them with data and adjust common settings.
View ArticleHow to: Bind a Chart to Data
The following example demonstrates how to bind a chart to data provided by a ViewModel.To do this, it is necessary to assign the DataSourceAdapter object to the Series.Data property and specify the...
View ArticleHow to: Use the BingMapDataProvider
This lesson demonstrates how to create a simple map application which connects to the Bing Maps data provider.
View ArticleHow to customize the tooltips shown for appointments
Problem:How can I control the tooltip appearance and a tooltip message which is shown for each appointment? For instance, I want to change the font color and backcolor of every tooltip, and make them...
View ArticleHow to: Use the OpenStreetMapDataProvider
This lesson demonstrates how to create a simple map application which connects to the OpenStreetMap data provider.
View ArticleHow to: Add Vector Items to a Map Using XAML
To add vector items to a map control using Xaml, do the following. 1. Add a VectorItemsLayer object to the MapControl.Layers collection.2. Add vector items to the VectorItemsLayer.Items collection of...
View ArticleHow to: Bind Vector Item Source to Map Control
To bind a vector item source to map control, do the following.1. Create a VectorItemsLayer object and add it to the MapControl.Layers collection.2. Assign the vector item source to the...
View ArticleHow to change background color for modified cells
This example demonstrates how to highlight grid cells that have been edited by a user. Please note that cells won't be highlighted if data is changed at the data source level.Question CommentsAdded By:...
View ArticledxNumberBox - How to allow entering only integer/float numbers
This example demonstrates how to allow entering only numbers in dxNumberBox. For this task we need to handle the dxNumberBox.onKeyPress event and check whether the typed symbol is a number. If this is...
View ArticleASPxGridView - Batch Edit mode - How to use the client-side...
Starting from version 17.1 we have introduced a new client-side FocusedCellChanging event. This event allows you to skip focusing and editing a cell. This example demonstrates different ways to skip or...
View ArticleHow to define Prism regions for various DXDocking elements
This example demonstrates how to use DXDocking with PRISM. To obtain more information about how to accomplish this in a particular version, press the Show Implementation Details link.Question...
View ArticleCreating RangeControlClient that paints custom information in RangeControl
You can implement your own Range Control Client to paint custom information within the Range Control. To create a custom Client, create an object implementing the IRangeControlClient interface.The...
View ArticleHow to perform the Search operation for multiple locations
The Search operation is executed in an asynchronous manner and the next Search operation cannot be invoked while waiting for the result from the previous Search request. To resolve this issue, include...
View ArticleHow to: Customize the Cylindrical Equal-Area Projection
To customize equal-area projection, do the following.1. Set an EqualAreaProjection object to the MapItemsLayerBase.MapProjection property of a vector data layer.2. Specify its Width/Height ratio. To do...
View ArticleHow to: Use the ArcScale
The following example demonstrates how to create a Circular Gauge with two needles, three ranges, one marker and one range bar.
View ArticleHow to: Use the LinearScale
The following example demonstrates how to create a Linear Gauge with two ranges and one level bar.
View Article