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

Axes

methods

Gets the parsed axes data.

Returns:Object

—The parsed axes data.

<script>
var dataSource = new kendo.data.PivotDataSource({
  type: "xmla",
  columns: ["[Date].[Calendar]"],
  transport: {
    connection: {
        catalog: "Adventure Works DW 2008R2"
    },
    read: "https://demos.telerik.com/service/v2/olap/msmdpump.dll"
  },
  schema: {
    type: "xmla"
  }
});

dataSource.fetch();

var axes = dataSource.axes();
</script>
Not finding the help you need?
Contact Support