Uses of Class
EasyXLS.Charts.ExcelAxis
Namespaces that use ExcelAxis
-
Uses of ExcelAxis in EasyXLS.Charts
Methods in EasyXLS.Charts that return ExcelAxisModifier and TypeMethodDescriptionExcelAxis.Clone()Creates and returns a copy of this object.ExcelChart.easy_getCategoryXAxis()Returns the chart category X axis.ExcelChart.easy_getValueYAxis()Returns the chart value Y axis.Methods in EasyXLS.Charts with parameters of type ExcelAxisModifier and TypeMethodDescriptionvoidExcelChart.easy_setCategoryXAxis(ExcelAxis xlsCategoryXAxis) Sets the chart category X axis.voidExcelChart.easy_setValueYAxis(ExcelAxis xlsValueYAxis) Sets the chart value Y axis.