DataLabels.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; }
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.