Xceed Toolkit Plus for WPF v4.6 Documentation
Spacing Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > Series Class : Spacing Property
Gets or sets the spacing between series elements.
Syntax
'Declaration
 
Public Property Spacing As Double
'Usage
 
Dim instance As Series
Dim value As Double
 
instance.Spacing = value
 
value = instance.Spacing
public double Spacing {get; set;}

Property Value

A double representing the spacing between series elements.
Remarks
This value is a percentage relative to element widths. For example, if for a column layout, spacing is 20, then column width is 80.
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