Interface IChartLines
public interface IChartLines
Represents series lines in a chart group. Series lines connect the data values from each series.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Deletes the object.Returns theIChartFormatobject.
-
Method Details
-
getFormat
IChartFormat getFormat()Returns theIChartFormatobject. -
delete
void delete()Deletes the object.
-