Intersoft ClientUI Documentation
DataLabel Class
Members 



Represents a data label used for a data point.
Object Model
DataLabel ClassISFramework Class
Syntax
<TemplateVisualStateAttribute(Name="Horizontal", GroupName="CommonStates")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Vertical")>
<TemplatePartAttribute(Name="HorizontalContentElement", Type=System.Windows.FrameworkElement)>
<TemplatePartAttribute(Name="VerticalContentElement", Type=System.Windows.FrameworkElement)>
Public Class DataLabel 
   Inherits Intersoft.Client.Framework.ISContentControl
   Implements Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing 
Dim instance As DataLabel
[TemplateVisualStateAttribute(Name="Horizontal", GroupName="CommonStates")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Vertical")]
[TemplatePartAttribute(Name="HorizontalContentElement", Type=System.Windows.FrameworkElement)]
[TemplatePartAttribute(Name="VerticalContentElement", Type=System.Windows.FrameworkElement)]
public class DataLabel : Intersoft.Client.Framework.ISContentControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
[TemplateVisualStateAttribute(Name="Horizontal", GroupName="CommonStates")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Vertical")]
[TemplatePartAttribute(Name="HorizontalContentElement", Type=System.Windows.FrameworkElement)]
[TemplatePartAttribute(Name="VerticalContentElement", Type=System.Windows.FrameworkElement)]
public ref class DataLabel : public Intersoft.Client.Framework.ISContentControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
Remarks
DataLabel is text label that appear on data point to display information of data point, such as value, or percentage.
Example
XAML
Copy Code
<Intersoft:UXChart >
    <Intersoft:UXChart.Series>
        <Intersoft:LineSeries DataLabelAngle="30" DataLabelConnectorLength="20" DataLabelConnectorVisibility="Visible"
                              DataLabelVisibility="Visible"
                              ItemsSource="{Binding DataSource}"
                              IndependentValueBinding="{Binding Month}"
                              DependentValueBinding="{Binding RecordHigh}">
        </Intersoft:LineSeries>
    </Intersoft:UXChart.Series>
</Intersoft:UXChart>         
Inheritance Hierarchy

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.DataLabel
                        Intersoft.Client.UI.DataVisualization.CircularLabel

Requirements

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

See Also

Reference

DataLabel Members
Intersoft.Client.UI.DataVisualization Namespace

Send Feedback