Intersoft.Client.UI.DataVisualization Namespace : DataLabel Class |
<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.IControl, Intersoft.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.IControl, Intersoft.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.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing
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> |
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
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