ColumnMarkerHelper
Constructors
new ColumnMarkerHelper()
new ColumnMarkerHelper(
column):ColumnMarkerHelper
Parameters
| Parameter | Type |
|---|---|
column | Column<any, any> |
Returns
Source
Properties
| Property | Modifier | Type |
|---|---|---|
column | private | Column<any, any> |
Methods
assign()
assign(
category,marker):ColumnMarkerHelper
Parameters
| Parameter | Type |
|---|---|
category | string |
marker | "square" | "circle" | "dot" | "diamond" | "circle border" | "square border" | "cross border" | "cross x border" | "outlier" | "diamond border" | "triangle top" | "triangle right" | "triangle bottom" | "triangle left" | "triangle top border" | "triangle right border" | "triangle bottom border" | "triangle left border" | "asterisk" | "star" | "gradient" |
Returns
Source
default()
default(
marker):ColumnMarkerHelper
Parameters
| Parameter | Type |
|---|---|
marker | "square" | "circle" | "dot" | "diamond" | "circle border" | "square border" | "cross border" | "cross x border" | "outlier" | "diamond border" | "triangle top" | "triangle right" | "triangle bottom" | "triangle left" | "triangle top border" | "triangle right border" | "triangle bottom border" | "triangle left border" | "asterisk" | "star" | "gradient" |
Returns
Source
reset()
reset():
ColumnMarkerHelper
Returns
Source
setAll()
setAll(
categoryMarkerMap):ColumnMarkerHelper
Parameters
| Parameter | Type |
|---|---|
categoryMarkerMap | object |
Returns
Source
setMarkerCoding()
setMarkerCoding(
category,marker):void
Parameters
| Parameter | Type |
|---|---|
category | string |
marker | "square" | "circle" | "dot" | "diamond" | "circle border" | "square border" | "cross border" | "cross x border" | "outlier" | "diamond border" | "triangle top" | "triangle right" | "triangle bottom" | "triangle left" | "triangle top border" | "triangle right border" | "triangle bottom border" | "triangle left border" | "asterisk" | "star" | "gradient" |
Returns
void