/** * @class Ext.chart.axis.segmenter.Names * @extend Ext.chart.axis.segmenter.Segmenter * @alias segmenter.names * * Names data type. Names will be calculated as their indices in the methods in this class. * The `preferredStep` always return `{ unit: 1, step: 1 }` to indicate "show every item". * */