Type alias DataSetXYAutoPropertyConfig

DataSetXYAutoPropertyConfig: boolean | {
    start?: number;
    step?: number;
}

Configuration for automatic indexing of a data property.

true is short-hand for { start: 0, step: 1 }