ChartXAxis Type documentation¶ChartXAxisextends ChartAxis¶Interface Index signature: [ key: string ]: any¶PropertiesaxisLabel?: any from ChartAxis.axisLabel¶axisLine?: { onZero: boolean, show: boolean } from ChartAxis.axisLine¶data?: AxisData from ChartAxis.data¶gridIndex?: number from ChartAxis.gridIndex¶max?: number from ChartAxis.max¶min?: number from ChartAxis.min¶name?: string from ChartAxis.name¶offset?: number from ChartAxis.offset¶position?: XAxisPosition¶show?: boolean from ChartAxis.show¶splitLine?: { show: boolean } from ChartAxis.splitLine¶splitNumber?: number from ChartAxis.splitNumber¶type: AxisType from ChartAxis.type¶Types Documentation¶AxisData(string | number | any)[]¶Type alias XAxisPosition("top" | "bottom")¶Type alias AxisType("value" | "category" | "time" | "log")¶Type alias Except where otherwise noted, content on this site is licensed under MIT License.