Uses of Class
EasyXLS.Charts.ExcelChartGridlines
-
Uses of ExcelChartGridlines in EasyXLS.Charts
Modifier and TypeMethodDescriptionExcelChartGridlines.Clone()
Creates and returns a copy of this object.ExcelChart.easy_getXAxisMajorGridlines()
Returns the style of the major gridlines for the X axis.ExcelChart.easy_getXAxisMinorGridlines()
Returns the style of the minor gridlines for the X axis.ExcelChart.easy_getYAxisMajorGridlines()
Returns the style of the major gridlines for the Y axis.ExcelChart.easy_getYAxisMinorGridlines()
Returns the style of the minor gridlines for the Y axis.Modifier and TypeMethodDescriptionvoid
ExcelChart.easy_setXAxisMajorGridlines(ExcelChartGridlines xlsGridlines)
Sets the style of the major gridlines for the X axis.void
ExcelChart.easy_setXAxisMinorGridlines(ExcelChartGridlines xlsGridlines)
Sets the style of the minor gridlines for the X axis.void
ExcelChart.easy_setYAxisMajorGridlines(ExcelChartGridlines xlsGridlines)
Sets the style of the major gridlines for the Y axis.void
ExcelChart.easy_setYAxisMinorGridlines(ExcelChartGridlines xlsGridlines)
Sets the style of the major gridlines for the Y axis.