ChartDataLabel
Separator Property
|
Gets or sets the separator used for the data labels on a chart.
Read/write
String
.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string Separator { get; set; }
Public Property Separator As String
Get
Set
public:
property String^ Separator {
String^ get ();
void set (String^ value);
}
member Separator : string with get, set
Property Value
Type:
String
See Also