DataLabel.Separator Property

Definition

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; }
Public Property Separator As Object

Property Value

Remarks

The chart must first be active before you can access the data labels programmatically; otherwise, a run-time error occurs.

Applies to