DataLabelsSeparatorType Property |
Gets or sets the separator type used for the data labels on a chart.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic DataLabelsSeparatorType SeparatorType { get; set; }
Public Property SeparatorType As DataLabelsSeparatorType
Get
Set
public:
property DataLabelsSeparatorType SeparatorType {
DataLabelsSeparatorType get ();
void set (DataLabelsSeparatorType value);
}
member SeparatorType : DataLabelsSeparatorType with get, set
Property Value
Type:
DataLabelsSeparatorType
Remarks
To set custom separator, please set the property
SeparatorType as
Custom and then specify the expected value for
SeparatorValue.
See Also