Xceed Toolkit for Maui v2.0 Documentation
DataPointLabelLineLength Property


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > Series Class : DataPointLabelLineLength Property
Gets or sets the length of the line connecting a DataPointMarker to its label.
Syntax
'Declaration
 
Public Property DataPointLabelLineLength As Double
'Usage
 
Dim instance As Series
Dim value As Double
 
instance.DataPointLabelLineLength = value
 
value = instance.DataPointLabelLineLength
public double DataPointLabelLineLength {get; set;}
Remarks

Note that the value of this property must be greater than or equal to 0; the default value is 50.

Also note that the ShowDataPointLabels property must be set to true in order to make the DataPointLabels visible.

Requirements

Target Platforms: Windows 11, Windows 10, 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

Series Class
Series Members