trait Grid extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Grid
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val columns: UndefOr[Int]
- Annotations
- @JSOptional()
- val domain: UndefOr[Domain]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val pattern: UndefOr[Pattern]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val roworder: UndefOr[RowOrder]
- Annotations
- @JSOptional()
- val rows: UndefOr[Int]
- Annotations
- @JSOptional()
- val subplots: UndefOr[Array[String]]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object
- val xaxes: UndefOr[Array[String]]
- Annotations
- @JSOptional()
- val xgap: UndefOr[Double]
- Annotations
- @JSOptional()
- val xside: UndefOr[XSide]
- Annotations
- @JSOptional()
- val yaxes: UndefOr[Array[String]]
- Annotations
- @JSOptional()
- val ygap: UndefOr[Double]
- Annotations
- @JSOptional()
- val yside: UndefOr[YSide]
- Annotations
- @JSOptional()