New to Kendo UI for Vue? Start a free 30-day trial

AxisTitlePosition

The position of an axis title.

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

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

In this article

Not finding the help you need?