Uses of Class
com.oorian.echarts.options.EChartsAreaStyle
Packages that use EChartsAreaStyle
-
Uses of EChartsAreaStyle in com.oorian.echarts.options
Methods in com.oorian.echarts.options that return EChartsAreaStyleModifier and TypeMethodDescriptionEChartsLineSeries.getAreaStyle()Gets the area style configuration.EChartsRadarSeries.getAreaStyle()Gets the area style configuration.EChartsSplitArea.getAreaStyle()Gets the area style configuration for the split area.Methods in com.oorian.echarts.options with parameters of type EChartsAreaStyleModifier and TypeMethodDescriptionvoidEChartsLineSeries.setAreaStyle(EChartsAreaStyle areaStyle) Sets the area style configuration for filled areas.voidEChartsRadarSeries.setAreaStyle(EChartsAreaStyle areaStyle) Sets the area style configuration for filled areas.voidEChartsSplitArea.setAreaStyle(EChartsAreaStyle areaStyle) Sets the area style configuration for the split area.