UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

7 lines (6 loc) 165 B
import type { AgAxisGridStyle } from 'ag-charts-types'; export declare class AxisGridLine { enabled: boolean; width: number; style: AgAxisGridStyle[]; }