CoordinateBarChart: {
    iCategory: number;
    value: number;
}

Interface for a coordinate in Bar chart coordinate system

Here, coordinates are described with a combination of "category index" and "value". For example, { iCategory: 0, value: 10 } describes the coordinate at 10 along Value Axis and the center of the first category bar.

Intended to be used with translateCoordinate.

Type declaration

  • iCategory: number
  • value: number