Interface IGridlines
public interface IGridlines
Represents major or minor gridlines on a chart axis.
-
Method Summary
Modifier and TypeMethodDescriptionReturns theIChartFormatobject.Returns the parent object for the specified object.
-
Method Details
-
getParent
IAxis getParent()Returns the parent object for the specified object. -
getFormat
IChartFormat getFormat()Returns theIChartFormatobject.
-