DataLabel.Separator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or returns an Object representing the separator used for the data labels on a chart. Read/write.
public:
property System::Object ^ Separator { System::Object ^ get(); void set(System::Object ^ value); };
public object Separator { get; set; }
member this.Separator : obj with get, set
Public Property Separator As Object
Property Value
Object
Remarks
If you use a string, you will get a string as the separator. If you use the values of the xlDataLabelSeparatorDefault constant (= 1), you will get the default data label separator, which is either a comma or a newline, depending on the data label.