XlsChartDataLabels
Delimiter Property
|
Delimeter.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string Delimiter { get; set; }
Public Property Delimiter As String
Get
Set
public:
virtual property String^ Delimiter {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Delimiter : string with get, set
override Delimiter : string with get, set
Property Value
Type:
String
Implements
IChartDataLabels
Delimiter
See Also