|
App.component.ts:
// add your additional code snippet here
public primaryXAxis: Object = {
labelPlacement: 'OnTicks',
edgeLabelPlacement: 'Hide',
valueType: 'Category',
enableTrim: false,
majorTickLines: { height: 10, width: 1},
};
// add your additional code snippet here |
|
App.component.ts:
// add your additional code snippet here
public primaryXAxis: Object = {
labelPlacement: 'OnTicks',
edgeLabelPlacement: 'Hide',
valueType: 'Category',
enableTrim: false,
tickPosition: 'Inside',
majorTickLines: { height: 10, width: 1, color: ‘red’},
};
// add your additional code snippet here |