Uses of Class
com.oorian.echarts.options.EChartsAxisTick
Packages that use EChartsAxisTick
-
Uses of EChartsAxisTick in com.oorian.echarts.options
Methods in com.oorian.echarts.options that return EChartsAxisTickModifier and TypeMethodDescriptionEChartsAxis.getAxisTick()Gets the axis tick configuration.EChartsGaugeSeries.getAxisTick()Gets the axis tick configuration.EChartsRadar.getAxisTick()Gets the axis tick configuration.Methods in com.oorian.echarts.options with parameters of type EChartsAxisTickModifier and TypeMethodDescriptionvoidEChartsAxis.setAxisTick(EChartsAxisTick axisTick) Sets the axis tick configuration.voidEChartsGaugeSeries.setAxisTick(EChartsAxisTick axisTick) Sets the axis tick configuration.voidEChartsRadar.setAxisTick(EChartsAxisTick axisTick) Sets the axis tick configuration.