| Modifier and Type | Class and Description |
|---|---|
class |
CategoryAxisTick |
| Modifier and Type | Method and Description |
|---|---|
CategoryAxis |
CategoryAxis.setAxisTick(AxisTickOption axisTick) |
| Modifier and Type | Method and Description |
|---|---|
CategoryParallelAxis |
CategoryParallelAxis.setAxisTick(AxisTickOption axisTick) |
| Modifier and Type | Method and Description |
|---|---|
CategoryRadiusAxis |
CategoryRadiusAxis.setAxisTick(AxisTickOption axisTick) |
CategoryAngleAxis |
CategoryAngleAxis.setAxisTick(AxisTickOption axisTick) |
| Modifier and Type | Method and Description |
|---|---|
CategorySingleAxis |
CategorySingleAxis.setAxisTick(AxisTickOption axisTick) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CategoryAxisTickOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L131
|
| Modifier and Type | Method and Description |
|---|---|
AxisTickOption |
AxisTickOption.setInside(Boolean inside) |
AxisTickOption |
AxisTickOption.setLength(Number length) |
AxisTickOption |
AxisTickOption.setLineStyle(LineStyleOption lineStyle) |
AxisTickOption |
AxisTickOption.setShow(Boolean show) |
AxisTickOption |
AxisTickOption.setShow(String show) |
| Modifier and Type | Method and Description |
|---|---|
AxisBaseOptionCommon |
AxisBaseOptionCommon.setAxisTick(AxisTickOption axisTick) |
| Modifier and Type | Method and Description |
|---|---|
RadarOption |
RadarOption.setAxisTick(AxisTickOption axisTick) |
Copyright © 2022. All rights reserved.