SMART datagrid v.1 > Classes > CategorizedAxis
It sets paddingNear and paddingFar which specify the left and right margins of area in which will display series items in one category of axis as the same value at the same time.
You cannot get the value.
Defaults to 0.
var chartConfig = {
type: "column",
xAxes: {
padding: 0.1
}
};
grid.setOptions({
headerItems: [{
type: "chart",
chart: chartConfig
}
}]
});