The grid formatting options.

interface AxisGridStyle {
    color: ColorRepresentation;
    fontSize: number;
    numberFormat: NumberFormat;
}

Properties

The grid line and label colors.

fontSize: number

The fontsize, in points (pt).

numberFormat: NumberFormat

The number format for the labels.