Intersoft.Client.UI.DataVisualization Namespace : DataAnnotation Class |
Public Class DataAnnotation Inherits Intersoft.Client.Framework.ISContentControl Implements Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing
Dim instance As DataAnnotation
public class DataAnnotation : Intersoft.Client.Framework.ISContentControl, Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing
public ref class DataAnnotation : public Intersoft.Client.Framework.ISContentControl, Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing
DataAnnotation is a text area that can be utilized for adding information or detail inside the chart. This feature is particularly useful when you want to show significant changes in your data and you need to explain the cause. In this particular scenario, you can give more sense to your data by annotating the additional information.
DataAnnotation are visual elements that can be used to mark points or areas of some significance. Annotations are anchored to specific coordinates in the inner frame based on specified IndependentValue and DependentValue.
XAML |
Copy Code
|
---|---|
<Intersoft:UXChart> <Intersoft:UXChart.Series> <Intersoft:LineSeries ItemsSource="{Binding MedalDistributionForUSA.Medals}" IndependentValueBinding="{Binding Year}" DependentValueBinding="{Binding MedalCount}"> <Intersoft:LineSeries.DataAnnotations> <Intersoft:DataAnnotation Content="Do not participate in Moscow (1980)" Foreground="#2676CB" DependentValue="280" IndependentValue="1980" /> </Intersoft:LineSeries.DataAnnotations> </Intersoft:LineSeries> </Intersoft:UXChart.Series> </Intersoft:UXChart> |
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
Intersoft.Client.Framework.ISContentControl
Intersoft.Client.UI.DataVisualization.DataAnnotation
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2