How to provide interactive editing for a constant line
This example demonstrates how to make the ChartControl's constant line adjustable interactively.
View ArticleHow to show numerical data using a logarithmic scale
This example demonstrates how to use a logarithmic scale in XtraCharts. By default, this scale is disabled. To enable it, set the Axis.Logarithmic property to True, and the Axis.LogarithmicBase...
View ArticleHow to show series labels for hot-tracked points
This example demonstrates how to make a chart show a series point label only for the point that has been hot-tracked.To do this, in the CustomDrawSeriesPoint event handler, assign an empty string to...
View ArticleHow to use an axis range and scrolling range properties
This example demonstrates how to use the Range property of an axis, to define its visible range, and the AxisRange.ScrollingRange property - to customize scrolling options.See also: How to customize...
View ArticleHow to use series labels resolve overlapping modes
This example demonstrates how series labels' overlapping options can be accessed and customized at runtime.
View ArticleHow to customize the Silverlight Report Designer
This example illustrates how you can customize the Ribbon toolbar of the Silverlight Report Designer (e.g., remove an existing button or add a custom one).The RibbonControl's items can be customized...
View ArticleReport (Export) Service - How to change the ConnectionString property at runtime
To store a document's temporary data, assign the ConnectionString property at runtime.
View ArticleOBSOLETE - How to Add a Button to a Form ( Web Forms )
==================================================================== This example is obsolete. Refer to the How to: Add a Button or another Control to a Formhelp article instead....
View ArticleOBSOLETE - How to Add a Button to a Form ( Windows Forms )
==================================================================== This example is obsolete. Refer to the How to: Add a Button or another Control to a Formhelp article instead....
View ArticleHow to print the schedule using Scheduler Reporting
This example demonstrates how to print the Scheduler content using reporting technique. The process of creating this example is described in the How to: Print a Scheduler Using Reporting Tecnnique...
View ArticleHow to maintain the zoom factor of a web report displayed by an...
The document zoom factor of an ASPxDocumentViewer is controlled by the XtraReport.PrintingSystem.Document.ScaleFactor property and depends on the ScaleFactor value saved into the HiddenField.To...
View ArticleHow to construct an XtraSchedulerReport at runtime
This example demonstrates the creation of a simple Daily style XtraScheduler report at runtime. Then the report is loaded into the Report Designer for editing.
View ArticleHow to implement custom drawing for a ChartControl that is bound to the...
This example demonstrates how to show color description for the pivot grid rows and color graph line according to the selected cells. To accomplish this task, it's only required to handle the...
View ArticleHow to implement drag and drop between two XtraTreeList controls
This example demonstrates how to copy nodes between two TreeList controls.
View ArticleHow to build a full-functional and well-organized MVVM application in a few...
This Code Central example is the result of a tutorial that demonstrates how to build a fully functional and well-organized MVVM application in a few clicks: Getting Started. You can also watch the WPF...
View ArticleHow to create drill-through reports in Silverlight
This demonstration illustrates the creation of drill through reporting with our reporting suite in conjunction with Silverlight.
View ArticleHow to build a fully-functional and well-organized MVVM application in a few...
This Code Central example is the result of the first lesson of a tutorial that demonstrates how to build a fully functional and well-organized MVVM application in a few clicks: Getting Started. You can...
View ArticleCreate details with a grid and custom content and put them in a tabbed container
This example shows how to setup tabbed details within the Grid Control. On the first tab, the detail section is represented by a GridControl, while the second tab displays a memo field. Thus you will...
View ArticleHow to: Use Domain Components in non-XAF Applications
This example shows how you can use Domain Components in non-XAF applications. The complete description is available in the How to: Use Domain Components in non-XAF Applications help topic.
View ArticleHow to show a "No Data" marker when the DXGrid control has no items
This example demonstrates one of the ways to achieve this goal.The main concept is to create a custom TableView descendant that provides a property for the "No Data" content template and handles the...
View Article