get_ShowLeaderLines()

IDataLabelFormat::get_ShowLeaderLines() method

Represents a specified chart’s data label leader lines display behavior. True displays the leader lines. False to hide. Read bool.

virtual bool Aspose::Slides::Charts::IDataLabelFormat::get_ShowLeaderLines()=0

Remarks

If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this property gets or sets the default value of the ShowLeaderLines property for the new data labels in the DataLabelCollection collection. Set this property with value also sets this value to the ShowLeaderLines property for all data labels in the DataLabelCollection collection (i.e. "DataLabels.DefaultDataLabelFormat.ShowLeaderLines = val;" cause to all DataLabels[i].ShowLeaderLines is equal to val).

See Also