public enum DataPointLabelsSeparatorType : System.Enum
'Declaration
Public Enum DataPointLabelsSeparatorType Inherits System.Enum
'Usage
Dim instance As DataPointLabelsSeparatorType
Member | Description |
---|---|
Comma | A comma will separate the data. |
Custom | A custom separator will separate the data. This separator can be set via the SeparatorCustom property. |
NewLine | A new line will separate the data. |
Period | A period will separate the data. |
SemiColon | A semi colon will separate the data. |
Space | A space will separate the data. |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.DataPointLabelsSeparatorType
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