/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { CategoryAxis } from '../common/property-types'; import { PropType } from 'vue'; /** * Represents the props of the Kendo UI for Vue ChartCategoryAxisItem component ([see example]({% slug axes_chart_charts %}#toc-categorical-chart-axes)). */ export interface ChartCategoryAxisItemProps extends CategoryAxis { } /** * @hidden */ declare const ChartCategoryAxisItem: import('vue').DefineComponent; default: () => any; }; axisCrossingValue: { type: PropType; default: () => any; }; background: { type: PropType; default: () => any; }; baseUnit: { type: PropType; default: () => any; validator: (value: string) => any; }; baseUnitStep: { type: PropType; default: () => any; }; categories: { type: PropType; default: () => any; }; color: { type: PropType; default: () => any; }; justified: { type: PropType; default: () => any; }; line: { type: PropType; default: () => any; }; majorGridLines: { type: PropType; default: () => any; }; majorTicks: { type: PropType; default: () => any; }; max: { type: PropType; default: () => any; }; maxDateGroups: { type: PropType; default: () => any; }; maxDivisions: { type: PropType; default: () => any; }; min: { type: PropType; default: () => any; }; minorGridLines: { type: PropType; default: () => any; }; minorTicks: { type: PropType; default: () => any; }; name: { type: PropType; default: any; }; rangeLabels: { type: PropType; default: () => any; }; pane: { type: PropType; default: () => any; }; plotBands: { type: PropType; default: () => any; }; reverse: { type: PropType; default: () => any; }; roundToBaseUnit: { type: PropType; default: () => any; }; startAngle: { type: PropType; default: () => any; }; type: { type: PropType; default: () => any; validator: (value: string) => any; }; visible: { type: PropType; default: () => any; }; weekStartDay: { type: PropType; default: () => any; }; crosshair: { type: PropType; default: () => any; }; labels: { type: PropType; default: () => any; }; notes: { type: PropType; default: () => any; }; select: { type: PropType; default: () => any; }; title: { type: PropType; default: () => any; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: () => any; }; axisCrossingValue: { type: PropType; default: () => any; }; background: { type: PropType; default: () => any; }; baseUnit: { type: PropType; default: () => any; validator: (value: string) => any; }; baseUnitStep: { type: PropType; default: () => any; }; categories: { type: PropType; default: () => any; }; color: { type: PropType; default: () => any; }; justified: { type: PropType; default: () => any; }; line: { type: PropType; default: () => any; }; majorGridLines: { type: PropType; default: () => any; }; majorTicks: { type: PropType; default: () => any; }; max: { type: PropType; default: () => any; }; maxDateGroups: { type: PropType; default: () => any; }; maxDivisions: { type: PropType; default: () => any; }; min: { type: PropType; default: () => any; }; minorGridLines: { type: PropType; default: () => any; }; minorTicks: { type: PropType; default: () => any; }; name: { type: PropType; default: any; }; rangeLabels: { type: PropType; default: () => any; }; pane: { type: PropType; default: () => any; }; plotBands: { type: PropType; default: () => any; }; reverse: { type: PropType; default: () => any; }; roundToBaseUnit: { type: PropType; default: () => any; }; startAngle: { type: PropType; default: () => any; }; type: { type: PropType; default: () => any; validator: (value: string) => any; }; visible: { type: PropType; default: () => any; }; weekStartDay: { type: PropType; default: () => any; }; crosshair: { type: PropType; default: () => any; }; labels: { type: PropType; default: () => any; }; notes: { type: PropType; default: () => any; }; select: { type: PropType; default: () => any; }; title: { type: PropType; default: () => any; }; }>> & Readonly<{}>, { line: import('../field-types/axis-line.interface').AxisLine; color: string; background: string; type: string; visible: boolean; reverse: boolean; select: import('../common/property-types').CategoryAxisSelect; title: import('../common/property-types').CategoryAxisTitle; name: string; crosshair: import('../common/property-types').CategoryAxisCrosshair; labels: import('../common/property-types').CategoryAxisLabels; notes: import('../common/property-types').CategoryAxisNotes; majorGridLines: import('../field-types/grid-lines.interface').GridLines; majorTicks: import('../field-types/axis-ticks.interface').AxisTicks; minorGridLines: import('../field-types/grid-lines.interface').GridLines; minorTicks: import('../field-types/axis-ticks.interface').AxisTicks; pane: string; plotBands: import('../field-types/plot-band.interface').PlotBand[]; startAngle: number; autoBaseUnitSteps: import('../field-types/auto-base-unit-steps.interface').AutoBaseUnitSteps; axisCrossingValue: any; baseUnit: string; baseUnitStep: string | number; categories: any[]; justified: boolean; max: any; maxDateGroups: number; maxDivisions: number; min: any; rangeLabels: import('../common/property-types').CategoryAxisRangeLabels; roundToBaseUnit: boolean; weekStartDay: import('../field-types/week-start-day.enum').WeekStartDay; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ChartCategoryAxisItem };