DataLabelsSeparator Property |
Note: This API is now obsolete.
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)
Syntax[ObsoleteAttribute("Use DataLabels.SeparatorType instead.")]
public DataLablesSeparatorType Separator { get; set; }
<ObsoleteAttribute("Use DataLabels.SeparatorType instead.")>
Public Property Separator As DataLablesSeparatorType
Get
Set
public:
[ObsoleteAttribute(L"Use DataLabels.SeparatorType instead.")]
property DataLablesSeparatorType Separator {
DataLablesSeparatorType get ();
void set (DataLablesSeparatorType value);
}
[<ObsoleteAttribute("Use DataLabels.SeparatorType instead.")>]
member Separator : DataLablesSeparatorType with get, set
Property Value
Type:
DataLablesSeparatorType
Remarks
NOTE: This member is now obsolete. Instead,
please use DataLabels.SeparatorType property.
This property will be removed 12 months later since September 2020.
Aspose apologizes for any inconvenience you may have experienced.
See Also