Intersoft.Client.UI.DataVisualization Namespace > DataLabel Class : ConnectorLength Property |
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> |
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