UNPKG
@sheetxl/models
Version:
latest (0.1.89)
0.1.89
0.1.88
0.1.87
0.1.86
0.1.85
0.1.84
0.1.83
0.1.82
0.1.81
0.1.80
0.1.79
0.1.78
0.1.77
0.1.74
0.1.73
0.1.72
0.1.71
0.1.70
0.1.69
0.1.67
0.1.66
0.1.65
0.1.64
0.1.63
0.1.62
0.1.61
0.1.60
0.1.59
0.1.58
0.1.57
0.1.56
0.1.55
0.1.52
0.1.51
0.1.50
0.1.49
0.1.27
0.1.24
0.1.2
0.1.1
0.0.60
0.0.56
0.0.54
0.0.47
Models - A Headless javascript spreadsheet library.
www.sheetxl.com
sheetxl/sheetxl
@sheetxl/models
/
types
/
chart
/
ChartGridLinesShape.d.ts
9 lines
•
296 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
default
ChartGridlinesShape
;
declare
class
ChartGridlinesShape
extends
ChartPartShape
{
constructor
(
options
:
any
);
_chartAxis
:
any
;
_isMajor
:
boolean
;
get
isMajor
():
boolean
; }
import
ChartPartShape
from
"./ChartPartShape"
;
//# sourceMappingURL=ChartGridLinesShape.d.ts.map