Aspose::Cells::Charts::DataLabels::SetSeparatorType method

DataLabels::SetSeparatorType method

Gets or sets the separator type used for the data labels on a chart.

void Aspose::Cells::Charts::DataLabels::SetSeparatorType(DataLabelsSeparatorType value)

Remarks

To set custom separator, please set the property DataLabels.SeparatorType as DataLabelsSeparatorType.Custom and then specify the expected value for DataLabels.SeparatorValue.

See Also