ActiveXLS v6.4.0 API Documentation

Uses of Class
ActiveXLS.Charts.ExcelChartGridlines

Namespaces that use ExcelChartGridlines
ActiveXLS.Charts   
 

Uses of ExcelChartGridlines in ActiveXLS.Charts
 

Methods in ActiveXLS.Charts that return ExcelChartGridlines
 ExcelChartGridlines ExcelChartGridlines.Clone()
          Creates and returns a copy of this object.
 ExcelChartGridlines ExcelChart.esd_getXAxisMajorGridlines()
          Returns the style of the major gridlines for the X axis.
 ExcelChartGridlines ExcelChart.esd_getYAxisMajorGridlines()
          Returns the style of the major gridlines for the Y axis.
 ExcelChartGridlines ExcelChart.esd_getXAxisMinorGridlines()
          Returns the style of the minor gridlines for the X axis.
 ExcelChartGridlines ExcelChart.esd_getYAxisMinorGridlines()
          Returns the style of the minor gridlines for the Y axis.
 

Methods in ActiveXLS.Charts with parameters of type ExcelChartGridlines
 void ExcelChart.esd_setXAxisMajorGridlines(ExcelChartGridlines xlsGridlines)
          Sets the style of the major gridlines for the X axis.
 void ExcelChart.esd_setYAxisMajorGridlines(ExcelChartGridlines xlsGridlines)
          Sets the style of the major gridlines for the Y axis.
 void ExcelChart.esd_setXAxisMinorGridlines(ExcelChartGridlines xlsGridlines)
          Sets the style of the minor gridlines for the X axis.
 void ExcelChart.esd_setYAxisMinorGridlines(ExcelChartGridlines xlsGridlines)
          Sets the style of the major gridlines for the Y axis.
 


Copyright 2009 On Time Computing Solutions