The grid formatting options.

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

Properties

color: Color

The grid line and label colors.

fontSize: number

The fontsize, in points (pt).

numberFormat: NumberFormat

The number format for the labels.