New to Kendo UI for VueStart a free 30-day trial

AxisTitlePosition

The position of an axis title.

jsx
 <Chart>
   <ChartValueAxis>
     <ChartValueAxisItem :title="{ text: 'Title', position: 'top' }"/>
   </ChartValueAxis>
 </Chart>

type AxisTitlePosition = "top" | "bottom" | "left" | "right" | "center";

Not finding the help you need?
Contact Support