Uses of Class
com.oorian.echarts.options.EChartsLineStyle
Packages that use EChartsLineStyle
-
Uses of EChartsLineStyle in com.oorian.echarts.options
Methods in com.oorian.echarts.options that return EChartsLineStyleModifier and TypeMethodDescriptionEChartsAxisLine.getLineStyle()Gets the line style for the axis line.EChartsAxisPointer.getLineStyle()Gets the line style for line-type axis pointers.EChartsAxisTick.getLineStyle()Gets the line style for the tick marks.EChartsGraphSeries.getLineStyle()Gets the line style configuration.EChartsLabelLine.getLineStyle()Gets the line style for the label line.EChartsLineSeries.getLineStyle()Gets the line style configuration.EChartsParallelSeries.getLineStyle()EChartsRadarSeries.getLineStyle()Gets the line style configuration.EChartsSankeySeries.getLineStyle()EChartsSplitLine.getLineStyle()Gets the line style configuration for the split line.EChartsTreeSeries.getLineStyle()Methods in com.oorian.echarts.options with parameters of type EChartsLineStyleModifier and TypeMethodDescriptionvoidEChartsAxisLine.setLineStyle(EChartsLineStyle lineStyle) Sets the line style for the axis line.voidEChartsAxisPointer.setLineStyle(EChartsLineStyle lineStyle) Sets the line style for line-type axis pointers.voidEChartsAxisTick.setLineStyle(EChartsLineStyle lineStyle) Sets the line style for the tick marks.voidEChartsGraphSeries.setLineStyle(EChartsLineStyle lineStyle) Sets the line style configuration for edges.voidEChartsLabelLine.setLineStyle(EChartsLineStyle lineStyle) Sets the line style for the label line.voidEChartsLineSeries.setLineStyle(EChartsLineStyle lineStyle) Sets the line style configuration.voidEChartsParallelSeries.setLineStyle(EChartsLineStyle lineStyle) Sets the line style configuration.voidEChartsRadarSeries.setLineStyle(EChartsLineStyle lineStyle) Sets the line style configuration.voidEChartsSankeySeries.setLineStyle(EChartsLineStyle lineStyle) Sets the line style configuration for links.voidEChartsSplitLine.setLineStyle(EChartsLineStyle lineStyle) Sets the line style configuration for the split line.voidEChartsTreeSeries.setLineStyle(EChartsLineStyle lineStyle) Sets the line style configuration.