Uses of Class
EasyXLS.Charts.ExcelAxis
-
Uses of ExcelAxis in EasyXLS.Charts
Modifier 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.Modifier and TypeMethodDescriptionvoid
ExcelChart.easy_setCategoryXAxis(ExcelAxis xlsCategoryXAxis)
Sets the chart category X axis.void
ExcelChart.easy_setValueYAxis(ExcelAxis xlsValueYAxis)
Sets the chart value Y axis.