Members
11 Oct 201824 minutes to read
Alignment
Enum for alignment. 12
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Center | string | center | Sets the lineJoin to center. |
| Near | string | near | Sets the lineJoin to near. |
| Far | string | far | Sets the lineJoin to far. |
ArrowShapes
Enum for the ArrowShapes in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | string | none | |
| CircularArrow | string | circulararrow | Used to specify node Shape as CircularArrow |
| CurvedRightArrow | string | curvedrightarrow | Used to specify node Shape as CurvedRightArrow |
| CurvedUpArrow | string | curveduparrow | Used to specify node Shape as CurvedUpArrow |
| CurvedLeftArrow | string | curvedleftarrow | Used to specify node Shape as CurvedLeftArrow |
| CurvedDownArrow | string | curveddownarrow | Used to specify node Shape as CurvedDownArrow |
| JumpingRightArrow | string | jumpingrightarrow | Used to specify node Shape as JumpingRightArrow |
| JumpingLeftArrow | string | jumpingleftarrow | Used to specify node Shape as JumpingLeftArrow |
BasicShapes
Enum for the BasicShapes in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Rectangle | string | rectangle | Used to specify node Shape as Rectangle |
| Ellipse | string | ellipse | Used to specify node Shape as Ellipse |
| Path | string | path | Used to specify node Shape as Path |
| Polygon | string | polygon | Used to specify node Shape as Polygon |
| Triangle | string | triangle | Used to specify node Shape as Triangle |
| Plus | string | plus | Used to specify node Shape as Plus |
| Star | string | star | Used to specify node Shape as Star |
| Pentagon | string | pentagon | Used to specify node Shape as Pentagon |
| Heptagon | string | heptagon | Used to specify node Shape as Heptagon |
| Octagon | string | octagon | Used to specify node Shape as Octagon |
| Trapezoid | string | trapezoid | Used to specify node Shape as Trapezoid |
| Decagon | string | decagon | Used to specify node Shape as Decagon |
| RightTriangle | string | righttriangle | Used to specify node Shape as RightTriangle |
| Cylinder | string | cylinder | Used to specify node Shape as Cylinder |
BingMapType
Enum for Map Bing map types
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Aerial | string | aerial | support for bing map type aerial. |
| AerialWithLabel | string | aerialwithlabel | support for bing map type aerialwithlabel. |
| Road | string | road | support for bing map type road. |
BPMNActivity
Enum for the BPMNActivity in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | string | none | Used to set BPMN Activity as None |
| Task | string | task | Used to set BPMN Activity as Task |
| SubProcess | string | subprocess | Used to set BPMN Activity as SubProcess |
BPMNBoundary
Enum for the BPMNBoundary in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Default | string | default | Used to set BPMN SubProcess's Boundary as Default |
| Call | string | call | Used to set BPMN SubProcess's Boundary as Call |
| Event | string | event | Used to set BPMN SubProcess's Boundary as Event |
BPMNDirections
Enum for the BPMNDirections in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | string | none | Used to set BPMN Flow Direction as None |
| UniDirectional | string | unidirectional | Used to set BPMN Flow Direction as UniDirectional |
| BiDirectional | string | bidirectional | Used to set BPMN Flow Direction as BiDirectional |
BPMNEvents
Enum for the BPMNEvents in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Start | string | start | Used to set BPMN Event as Start |
| Intermediate | string | intermediate | Used to set BPMN Event as Intermediate |
| End | string | end | Used to set BPMN Event as End |
| NonInterruptingStart | string | noninterruptingstart | Used to set BPMN Event as NonInterruptingStart |
| NonInterruptingIntermediate | string | noninterruptingintermediate | Used to set BPMN Event as NonInterruptingIntermediate |
BPMNGateways
Enum for the BPMNGateways in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | string | none | Used to set BPMN Gateway as None |
| Exclusive | string | exclusive | Used to set BPMN Gateway as Exclusive |
| Inclusive | string | inclusive | Used to set BPMN Gateway as Inclusive |
| Parallel | string | parallel | Used to set BPMN Gateway as Parallel |
| Complex | string | complex | Used to set BPMN Gateway as Complex |
| EventBased | string | eventbased | Used to set BPMN Gateway as EventBased |
BPMNLoops
Enum for the BPMNLoops in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | string | none | Used to set BPMN Activity's Loop as None |
| Standard | string | standard | Used to set BPMN Activity's Loop as Standard |
| ParallelMultiInstance | string | parallelmultiinstance | Used to set BPMN Activity's Loop as ParallelMultiInstance |
| SequenceMultiInstance | string | sequencemultiinstance | Used to set BPMN Activity's Loop as SequenceMultiInstance |
BPMNShapes
Enum for the BPMNShapes in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Event | string | event | Used to specify node Shape as Event |
| Gateway | string | gateway | Used to specify node Shape as Gateway |
| SequentialFlow | string | sequentialflow | Used to specify node Shape as SequentialFlow |
| AssociationFlow | string | associationflow | Used to specify node Shape as AssociationFlow |
| MessageFlow | string | messageflow | Used to specify node Shape as MessageFlow |
| Message | string | message | Used to specify node Shape as Message |
| DataObject | string | dataobject | Used to specify node Shape as DataObject |
| DataSource | string | datasource | Used to specify node Shape as DataSource |
| Activity | string | activity | Used to specify node Shape as Activity |
BPMNTasks
Enum for the BPMNTasks in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | string | none | Used to set BPMN Task Type as None |
| Service | string | service | Used to set BPMN Task Type as Service |
| Receive | string | receive | Used to set BPMN Task Type as Receive |
| Send | string | send | Used to set BPMN Task Type as Send |
| InstantiatingReceive | string | instantiatingreceive | Used to set BPMN Task Type as InstantiatingReceive |
| Manual | string | manual | Used to set BPMN Task Type as Manual |
| BusinessRule | string | businessrule | Used to set BPMN Task Type as BusinessRule |
| User | string | user | Used to set BPMN Task Type as User |
| Script | string | script | Used to set BPMN Task Type as Script |
| Parallel | string | parallel | Used to set BPMN Task Type as Parallel |
BPMNTriggers
Enum for the BPMNTriggers in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | string | none | Used to set Event Trigger as None |
| Message | string | message | Used to set Event Trigger as Message |
| Timer | string | timer | Used to set Event Trigger as Timer |
| Escalation | string | escalation | Used to set Event Trigger as Escalation |
| Link | string | link | Used to set Event Trigger as Link |
| Error | string | error | Used to set Event Trigger as Error |
| Compensation | string | compensation | Used to set Event Trigger as Compensation |
| Signal | string | signal | Used to set Event Trigger as Signal |
| Multiple | string | multiple | Used to set Event Trigger as Multiple |
| Parallel | string | parallel | Used to set Event Trigger as Parallel |
BridgeDirection
Enum for the BridgeDirection in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Left | string | left | Used to set the direction of line bridges as left |
| Right | string | right | Used to set the direction of line bridges as right |
| Top | string | top | Used to set the direction of line bridges as top |
| Bottom | string | bottom | Used to set the direction of line bridges as bottom |
ButtonStyle
Enum for ej.mobile.Menu.IOS7.ButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | normal | Enum for normal ios7 button style |
| Back | string | back | Enum for back ios7 button style |
| Header | string | header | Enum for header ios7 button style |
| Dialog | string | dialog | Enum for dialog ios7 button style |
CancelButtonColor
Enum for ej.mobile.Menu.IOS7.CancelButtonColor
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Blue | string | blue | Enum for blue color button in ios7 mode |
| Gray | string | gray | Enum for gray color button in ios7 mode |
| Black | string | black | Enum for black color button in ios7 mode |
| Green | string | green | Enum for green color button in ios7 mode |
| Red | string | red | Enum for red color button in ios7 mode |
CharacterType
Enum for gauge CharacterType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| SevenSegment | string | sevensegment | To set the CharacterType sevensegment. |
| FourteenSegment | string | fourteensegment | To set the CharacterType fourteensegment. |
| SixteenSegment | string | sixteensegment | To set the CharacterType sixteensegment. |
| EightCrossEightDotMatrix | string | eightcrosseightdotmatrix | To set the CharacterType eightcrosseightdotmatrix. |
| EightCrossEightSquareMatrix | string | eightcrosseightsquarematrix | To set the CharacterType eightcrosseightsquarematrix. |
ChartOrientations
Enum for ChartOrientations in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Horizontal | string | horizontal | Used to set horizontal organizational chart orientation |
| Vertical | string | vertical | Used to set vertical organizational chart orientation |
ChartTypes
Enum for ChartTypes in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Left | string | left | Used to arrange the children at left side of parent |
| Right | string | right | Used to arrange the children at right side of parent |
| Alternate | string | alternate | Used to arrange the children at alternative sides(left,right) of parent |
| Center | string | center | Used to arrange the children with respect to the middle of parent |
CheckState
Enum for CheckboxState
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Uncheck | string | uncheck | Enum for Uncheck state checkbox |
| Check | string | check | Enum for Check state checkbox |
| Indeterminate | string | indeterminate | Enum for Indeterminate state checkbox |
Color
Enum for IOS7Color
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Gray | string | gray | Enum for gray ios7 button color |
| Black | string | black | Enum for black ios7 button color |
| Blue | string | blue | Enum for black ios7 buttonColor |
| Green | string | green | Enum for green ios7 button color |
| Red | string | red | Enum for red ios7 button color |
ColorPalette
Enum for Map color palette
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Palette1 | string | palette1 | support for color palette palette1. |
| Palette2 | string | palette2 | support for color palette palette2. |
| Palette3 | string | palette3 | support for color palette palette3. |
| CustomPalette | string | custompalette | support for color palette custompalette. |
ConnectorConstraints
Enum for ConnectorConstraints in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | ConnectorConstraints | LSH | Disable all connector Constraints |
| Select | ConnectorConstraints | LSH | Enables connector to be selected |
| Delete | ConnectorConstraints | LSH | Enables connector to be Deleted |
| Drag | ConnectorConstraints | LSH | Enables connector to be Dragged |
| DragSourceEnd | ConnectorConstraints | LSH | Enables connectors source end to be selected |
| DragTargetEnd | ConnectorConstraints | LSH | Enables connectors target end to be selected |
| DragSegmentThumb | ConnectorConstraints | LSH | Enables control point and end point of every segment in a connector for editing |
| Bridging | ConnectorConstraints | LSH | Enables bridging to the connector |
| DragLabel | ConnectorConstraints | LSH | Enables label of node to be Dragged |
| InheritBridging | ConnectorConstraints | LSH | Enables bridging to the connector |
| Default | ConnectorConstraints | BITOR | Enables all constraints |
ConnectorLineType
Enum for connector line in Chart data label
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Line | string | line | Line will be used to connect datalabel and datapoint |
| Bezier | string | bezier | Bezier curve will be used to connect datalabel and datapoint |
ContainerType
Enum for various containerType in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Canvas | string | canvas | Sets the container type as Canvas |
| Stack | string | stack | Sets the container type as Stack |
ContentType
Enum for ContentType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Text | string | text | Enum for text content type |
| Image | string | image | Enum for image content type |
| Both | string | both | Enum for displaying both text and image content type |
ContentType
Enum for Android tabContentType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Text | string | text | Enum for text content type |
| Image | string | image | Enum for image content type |
| Both | string | both | Enum for displaying both text and image content type |
CoordinateUnit
Enum for coordinate unit in Chart annotation
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | string | none | Set none as coordinate unit. Annotations will be placed at a location based on horizontal and vertical alignments |
| Pixels | string | pixels | Set pixel as coordinate unit. |
| Points | string | Points | Set points as coordinate unit. |
CrosshairType
Enum for chart crosshairType.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Crosshair | string | crosshair | set crosshair for chart. |
| TrackBall | string | trackBall | set trackBall for chart. |
CustomLabelPositionType
Enum for gauge CustomLabelPositionType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Inner | string | inner | To set the CustomLabelPositionType inner. |
| Outer | string | outer | To set the CustomLabelPositionType outer. |
CustomLabelPositionType
Enum for gauge CustomLabelPositionType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Inner | string | inner | To set the CustomLabelPositionType inner. |
| Outer | string | outer | To set the CustomLabelPositionType outer. |
ColumnLayout
Specifies whether the Grid’s column layout is Auto or Fixed.
| Name | Description |
|---|---|
| Auto | Column layout is auto(based on width). |
| Fixed | Column layout is fixed(based on width). |
ClipMode
Specifies whether the Grid’s clip mode is Ellipsis, Clip or EllipsisWithTooltip.
| Name | Description |
|---|---|
| Ellipsis | Shows ellipsis for the overflown cell. |
| Clip | Truncate the text in the cell. |
| EllipsisWithTooltip | Shows ellipsis and tooltip for the overflown cell. |
dataTypes
datatypes to the default model values
DecoratorShapes
Enum for various decorator shapes in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | string | none | Used to set decorator shape as none |
| Arrow | string | arrow | Used to set decorator shape as Arrow |
| OpenArrow | string | openarrow | Used to set decorator shape as Open Arrow |
| Circle | string | circle | Used to set decorator shape as Circle |
| Diamond | string | diamond | Used to set decorator shape as Diamond |
| Path | string | path | Used to set decorator shape as path |
DiagramConstraints
Enum for the DiagramConstraints in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | DiagramConstraints | LSH | Disables all DiagramConstraints |
| UserInteraction | DiagramConstraints | LSH | Enables/Disables the interaction at runtime |
| APIUpdate | DiagramConstraints | LSH | Enables/Disables to edit the page programmatically | PageEditable | DiagramConstraints | LSH | Enables/Disables to edit the diagram both through programmatically and through interaction |
| Bridging | DiagramConstraints | LSH | Enables/Disables Bridging |
| Zoomable | DiagramConstraints | LSH | Enables/Disables Zooming |
| PannableX | DiagramConstraints | LSH | Enables/Disables panning on horizontal axis |
| PannableY | DiagramConstraints | LSH | Enables/Disables panning on vertical axis |
| Pannable | DiagramConstraints | BITOR | Enables/Disables Panning |
| Undoable | DiagramConstraints | LSH | Enables/Disables undo actions |
| Resizable | DiagramConstraints | LSH | Automatically adjusts the view port size, when the window is resized |
| Default | DiagramConstraints | BITOR | Enables all Constraints |
Directions
Enum for gauge Directions
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Clockwise | string | clockwise | To set the Directions clockwise. |
| CounterClockwise | string | counterclockwise | To set the Directions counterclockwise. |
Directions
Enum for gauge Directions
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Clockwise | string | clockwise | To set the Directions clockwise. |
| CounterClockwise | string | counterclockwise | To set the Directions counterclockwise. |
DragState
Enum for the Dragstate of the connector in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Starting | string | starting | sets the drag state as starting |
| Dragging | string | dragging | sets the drag state as dragging |
| Completed | string | completed | sets the drag state as completed |
DrawMode
Enum for hilopenclose drawmode.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Both | string | both | Specifies the draw mode as both. |
| Open | string | open | Specifies the draw mode as open. |
| Close | string | close | Specifies the draw mode as close |
DrawType
Enum for chart drawType mode.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Line | string | line | Specifies the drawType as line. |
| Column | string | column | Specifies the drawType as column. |
| Area | string | area | Specifies the drawType as area. |
EdgeLabelPlacement
Enum for chart edgeLabelPlacement.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | string | none | Places the edge labels in the same position. |
| Shift | string | shift | Shift the edge labels inside the chart area. |
| Hide | string | hide | Hide the edge labels which exceeds the chart area boundary. |
element
Widget element will be automatically set in this
ExportType
Enum for the types of exporting in Chart
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Image | string | image | Specifies Chart should be exported as an image |
| Excel | string | excel | Specifies Chart should be exported in excel |
ExportModes
Enum for the ExportModes in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Download | string | download | Downloads the exported diagram |
| Data | string | data | Converts diagram to data of type imageURL/svg |
EditingType
Specifies whether the Grid’s editing type is String, Boolean, Numeric, Dropdown, DatePicker or DateTimePicker.
| Name | Description |
|---|---|
| String | Specifies editing type as stringedit. |
| Boolean | Specifies editing type as booleanedit. |
| Numeric | Specifies editing type as numericedit. |
| Dropdown | Specifies editing type as dropdownedit. |
| DatePicker | Specifies editing type as datepicker. |
| DateTimePicker | Specifies editing type as datetimepicker. |
EditMode
Specifies whether the Grid’s edit mode is Normal, Dialog, DialogTemplate, Batch, InlineForm, InlineTemplateForm, ExternalForm or ExternalFormTemplate.
| Name | Description |
|---|---|
| Normal | Edit mode is normal |
| Dialog | Edit mode is dialog |
| DialogTemplate | Edit mode is dialogtemplate |
| Batch | Edit mode is batch |
| InlineForm | Edit mode is inlineform |
| InlineTemplateForm | Edit mode is inlinetemplateform |
| ExternalForm | Edit mode is externalform |
| ExternalFormTemplate | Edit mode is externalformtemplate |
### FileFormats
Enum for the FileFormats in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| JPG | string | JPG | Exports diagram to .jpg format |
| PNG | string | PNG | Exports diagram to .png format |
| BMP | string | BMP | Exports diagram to .bmp format |
| SVG | string | SVG | Exports diagram to .svg format |
FilterBarMode
Specifies whether the Grid’s filterbar mode is Immediate or OnEnter.
| Name | Description |
|---|---|
| Immediate | Initiate filter operation on typing the filter query |
| OnEnter | Initiate filter operation after Enter key is pressed |
FilterType
Specifies whether the Grid’s filter type is Menu, Excel or FilterBar.
| Name | Description |
|---|---|
| Menu | Specifies the filter type as menu. |
| Excel | Specifies the filter type as excel. |
| FilterBar | Specifies the filter type as filterbar. |
FitMode
Enum for the FitMode in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Page | string | page | Fits the entire diagram into view |
| Width | string | width | Fits the width of the diagram into the width of view |
| Height | string | height | Fits the height of the diagram into the height of view |
FlowDirection
Enum for Bullet Graph Flow Direction
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Forward | string | forward | To set the flow direction forward. |
| Backward | string | backward | To set the flow direction backward. |
FlowShapes
Enum for the FlowShapes in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Process | string | process | Used to specify node Shape as Process |
| Decision | string | decision | Used to specify node Shape as Decision |
| Document | string | document | Used to specify node Shape as Document |
| PreDefinedProcess | string | predefinedprocess | Used to specify node Shape as PreDefinedProcess |
| Terminator | string | terminator | Used to specify node Shape as Terminator |
| PaperTap | string | papertap | Used to specify node Shape as PaperTap |
| DirectData | string | directdata | Used to specify node Shape as DirectData |
| SequentialData | string | sequentialdata | Used to specify node Shape as SequentialData |
| Sort | string | sort | Used to specify node Shape as Sort |
| MultiDocument | string | multidocument | Used to specify node Shape as MultiDocument |
| Collate | string | collate | Used to specify node Shape as Collate |
| SummingJunction | string | summingjunction | Used to specify node Shape as SummingJunction |
| Or | string | or | Used to specify node Shape as Or |
| InternalStorage | string | internalstorage | Used to specify node Shape as InternalStorage |
| Extract | string | extract | Used to specify node Shape as Extract |
| ManualOperation | string | manualoperation | Used to specify node Shape as ManualOperation |
| Merge | string | merge | Used to specify node Shape as Merge |
| OffPageReference | string | offpagereference | Used to specify node Shape as OffPageReference |
| SequentialAccessStorage | string | sequentialaccessstorage | Used to specify node Shape as SequentialAccessStorage |
| Annotation1 | string | annotation1 | Used to specify node Shape as Annotation1 |
| Annotation2 | string | annotation2 | Used to specify node Shape as Annotation2 |
FontStyle
Enum for Font Style
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | Normal | To set the fontStyle Normal. |
| Italic | string | Italic | To set the fontStyle Italic. |
| Oblique | string | Oblique | To set the fontStyle Oblique. |
FontStyle
Enum for gauge FontStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | normal | To set the FontStyle normal. |
| Bold | string | bold | To set the FontStyle bold. |
| Italic | string | italic | To set the FontStyle italic. |
| Underline | string | underline | To set the FontStyle underline. |
| Strikeout | string | strikeout | To set the FontStyle strikeout. |
FontStyle
Enum for gauge FontStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Bold | string | bold | To set the FontStyle bold. |
| Italic | string | italic | To set the FontStyle italic. |
| Regular | string | regular | To set the FontStyle regular. |
| Strikeout | string | strikeout | To set the FontStyle strikeout. |
| Underline | string | underline | To set the FontStyle underline. |
FontStyle
Enum for chart style of font.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | normal | Render normal font. |
| Italic | string | italic | Render italic font. |
FontWeight
Enum for Font Weight
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | Normal | To set the fontWeight Normal. |
| Bold | string | Bold | To set the fontWeight Bold. |
| Bolder | string | Bolder | To set the fontWeight Bolder. |
| Lighter | string | Lighter | To set the fontWeight Lighter. |
FontWeight
Enum for weight of font.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Regular | string | regular | Render regular font. |
| Bold | string | bold | Render bold font. |
| Lighter | string | lighter | Render lighter font. |
FooterLeftButtonStyle
Enum for IOS7FooterLeftButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for iOS7 auto left button style for Footer |
| Back | string | back | Enum for iOS7 Back left button style for Footer |
| Header | string | header | Enum for iOS7 Footer left button style for Footer |
| Normal | string | normal | Enum for iOS7 Normal left button style for Footer |
FooterLeftButtonStyle
Enum for AndroidFooterLeftButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for Android auto left button style for Footer |
| Back | string | back | Enum for Android Back left button style for Footer |
| Normal | string | normal | Enum for Android Normal left button style for Footer |
| Header | string | header | Enum for Android header left button style for Footer |
FooterLeftButtonStyle
Enum for WindowsFooterLeftButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for Windows auto left button style for Footer |
| Back | string | back | Enum for Windows Back left button style for Footer |
| Normal | string | normal | Enum for Windows Normal left button style for Footer |
| Header | string | header | Enum for Windows header left button style for Footer |
FooterLeftButtonStyle
Enum for FlatFooterLeftButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for Flat auto left button style for Footer |
| Back | string | back | Enum for Flat Back left button style for Footer |
| Normal | string | normal | Enum for Flat Normal left button style for Footer |
| Header | string | header | Enum for Flat Footer left button style for Footer |
FooterLeftButtonStyle
Enum for HeaderLeftButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Back | string | back | Enum for Back left button style for Footer |
| Header | string | header | Enum for Header left button style for Footer |
| Normal | string | normal | Enum for Normal left button style for Footer |
FooterRightButtonStyle
Enum for IOS7FooterRightButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for iOS7 auto right button style for Footer |
| Header | string | header | Enum for Footer right button style for Footer |
| Normal | string | normal | Enum for Normal right button style for Footer |
FooterRightButtonStyle
Enum for AndroidFooterRightButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for Android auto right button style for Footer |
| Normal | string | normal | Enum for Normal right button style for Footer |
| Header | string | header | Enum for Footer right button style for Footer |
FooterRightButtonStyle
Enum for WindowsFooterRightButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for Windows auto right button style for Footer |
| Normal | string | normal | Enum for Normal right button style for Footer |
| Header | string | header | Enum for Footer right button style for Footer |
FooterRightButtonStyle
Enum for FlatFooterRightButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for Flat auto right button style for Footer |
| Header | string | header | Enum for Footer right button style for Footer |
| Normal | string | normal | /** Enum for Normal right button style for Footer |
FooterRightButtonStyle
Enum for HeaderRightButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Header | string | header | Enum for Header right button style for Footer |
| Normal | string | normal | Enum for Normal right button style for Footer |
Frame
Enum for gauge Frame
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| FullCircle | string | fullcircle | To set the CircularGauge Frame as fullcircle. |
| HalfCircle | string | halfcircle | To set the CircularGauge Frame as halfcircle. |
FormPosition
Specifies whether the position of Grid’s edit form is TopRight or BottomLeft.
| Name | Description |
|---|---|
| BottomLeft | Form position is bottomleft. |
| TopRight | Form position is topright. |
FilterOperator
Specifies the filter operator.
| Name | Description |
|---|---|
| startsWith | Specifies the filter operator as startswith. |
| endsWith | Specifies the filter operator as endswith. | contains | Specifies the filter operator as contains. | </tr>
| equal | Specifies the filter operator as equal. |
| notEqual | Specifies the filter operator as notequal. |
| greaterThan | Specifies the filter operator as greaterthan. |
| greaterThanOrEqual | Specifies the filter operator as greaterthanorequal. |
| lessThan | Specifies the filter operator as lessthan. |
| lessThanOrEqual | Specifies the filter operator as Lessthanorequal. |
gaugePosition
Enum for gauge position
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| TopLeft | string | topleft | To set the gauge position topleft. |
| TopRight | string | topright | To set the gauge position topright. |
| TopCenter | string | topcenter | To set the gauge position topcenter. |
| MiddleLeft | string | middleleft | To set the gauge position middleleft. |
| MiddleRight | string | middleright | To set the gauge position middleright. |
| Center | string | center | To set the gauge position middlecenter. |
| BottomLeft | string | bottomleft | To set the gauge position bottomleft. |
| BottomRight | string | bottomright | To set the gauge position bottomright. |
| BottomCenter | string | bottomcenter | To set the gauge position bottomcenter. |
GridLines
Specifies whether the Grid lines is None, Horizontal, Vertical or Both.
| Name | Description |
|---|---|
| None | No grid lines are displayed. |
| Horizontal | Displays the horizontal grid lines only. |
| Vertical | Displays the vertical grid lines only. |
| Both | Displays both the horizontal and vertical grid lines. |
HeaderLeftButtonStyle
Enum for IOS7HeaderLeftButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for iOS7 Auto left button style for Header |
| Back | string | back | /** Enum for iOS7 Back left button style for Header |
| Header | string | header | Enum for iOS7 Header left button style for Header |
| Normal | string | normal | Enum for iOS7 Normal left button style for Header |
HeaderLeftButtonStyle
Enum for AndroidHeaderLeftButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for Android Auto left button style for Header |
| Back | string | back | Enum for Android Back left button style for Header |
| Normal | string | normal | Enum for Android Normal left button style for Header |
| Header | string | header | Enum for Android Header right button style for Header |
HeaderLeftButtonStyle
Enum for WindowsHeaderLeftButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for Windows Auto left button style for Header |
| Back | string | back | Enum for Windows Back left button style for Header |
| Normal | string | normal | Enum for Windows Normal left button style for Header |
| Header | string | header | Enum for Header left button style for Header |
HeaderLeftButtonStyle
Enum for FlatHeaderLeftButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for Flat Auto left button style for Header |
| Back | string | back | Enum for Flat Back left button style for Header |
| Normal | string | normal | Enum for Flat Normal left button style for Header |
| Header | string | header | Enum for Flat Header left button style for Header |
HeaderLeftButtonStyle
Enum for HeaderLeftButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Back | string | back | Enum for Back left button style for Header |
| Header | string | header | Enum for Header left button style for Header |
| Normal | string | normal | Enum for Normal left button style for Header |
HeaderLeftButtonStyle
Enum for headerLeftButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Back | string | back | Enum for back Button Style |
| Header | string | header | Enum for header Button Style |
| Normal | string | normal | Enum for normal Button Style |
HeaderRightButtonStyle
Enum for IOS7HeaderRightButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for iOS7 Auto right button style for Header |
| Header | string | header | Enum for Header right button style for Header |
| Normal | string | normal | Enum for Normal right button style for Header |
HeaderRightButtonStyle
Enum for AndroidHeaderRightButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for Android Auto right button style for Header |
| Normal | string | normal | Enum for Normal right button style for Header |
| Header | string | header | Enum for Header right button style for Header |
HeaderRightButtonStyle
Enum for WindowsHeaderRightButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for Windows Auto right button style for Header |
| Normal | string | normal | Enum for Normal right button style for Header |
| Header | string | header | Enum for Header right button style for Header |
HeaderRightButtonStyle
Enum for FlatHeaderRightButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for Flat Auto right button style for Header |
| Header | string | header | Enum for Header right button style for Header |
| Normal | string | normal | /** Enum for Normal right button style for Header |
HeaderRightButtonStyle
Enum for HeaderRightButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Header | string | header | Enum for Header right button style for Header |
| Normal | string | normal | Enum for Normal right button style for Header |
HeaderRightButtonStyle
Enum for headerRightButtonStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Header | string | header | Enum for header Button Style |
| Normal | string | normal | Enum for normal Button Style |
HeightAdjustMode
Enum for accordion height style
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Content | string | content | Height fit to the content in the panel |
| Auto | string | auto | Height set to the largest content in the panel |
| Fill | string | fill | Height filled to the content of the panel |
HorizontalAlignment
Enum for Horizontal Alignment of elements in Chart
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Left | string | left | Set horizontal alignment as left |
| Middle | string | middle | Set horizontal alignment as middle |
| Right | string | right | Set horizontal alignment as right |
HorizontalAlignment
Enum for Horizontal Alignment of elements in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Left | string | left | Used to align text horizontally on left side of node/connector |
| Center | string | center | Used to align text horizontally on center of node/connector |
| Right | string | right | Used to align text horizontally on right side of node/connector |
HorizontalTextAlignment
Enum for Horizontal Alignment of text in Chart
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Near | string | near | Sets horizontal alignment of text to near |
| Center | string | center | Sets horizontal alignment of text to center |
| Far | string | far | Sets horizontal alignment of text to far |
HourFormat
Enum for Hour format
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| TwentyFour | string | twentyfour | Enum for twentyfour hourformat |
| Twelve | string | twelve | Enum for twentyfour hourformat |
IconName
Enum for toolbar icon name
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Add | string | Add | Enum for Add toolbar icon |
| Back | string | Back | Enum for Back toolbar icon |
| Bookmark | string | Bookmark | Enum for Bookmark toolbar icon |
| Close | string | Close | Enum for Close toolbar icon |
| Compose | string | Compose | Enum for Compose toolbar icon |
| Copy | string | Copy | Enum for Copy toolbar icon |
| Cut | string | Cut | Enum for Cut toolbar icon |
| Delete | string | Delete | Enum for Delete toolbar icon |
| Done | string | Done | Enum for Done toolbar icon |
| Edit | string | Edit | Enum for Edit toolbar icon |
| string | Enum for Mail toolbar icon | ||
| Next | string | Next | Enum for Next toolbar icon |
| Refresh | string | Refresh | Enum for Refresh toolbar icon |
| Overflow | string | Overflow | Enum for Overflow toolbar icon |
| Paste | string | Paste | Enum for Paste toolbar icon |
| Reply | string | Reply | Enum for Reply toolbar icon |
| Save | string | Save | Enum for Save toolbar icon |
| Search | string | Search | Enum for Search toolbar icon |
| Settings | string | Settings | Enum for Settings toolbar icon |
| Share | string | Share | Enum for Share toolbar icon |
ImagePosition
Enum for ImagePosition
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Left | string | left | Enum for image at left position |
| Right | string | right | Enum for image at right position |
ImagePosition
Enum for Tile ImagePosition
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Center | string | center | Enum for center position of tile image |
| Top | string | top | Enum for top position of tile image |
| Bottom | string | bottom | Enum for bottom position of tile image |
| Right | string | right | Enum for right position of tile image |
| Left | string | left | Enum for left position of tile image |
| TopLeft | string | topleft | Enum for topleft position of tile image |
| TopRight | string | topright | Enum for topright position of tile image |
| BottomRight | string | bottomright | Enum for bottomright position of tile image |
| BottomLeft | string | bottomleft | Enum for bottomleft position of tile image |
| Fill | string | fill | Enum for fill position of tile image |
IndicatorType
Enum for gauge IndicatorType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Rectangle | string | rectangle | To set the IndicatorType rectangle. |
| Circle | string | circle | To set the IndicatorType circle. |
| RoundedRectangle | string | roundedrectangle | To set the IndicatorType roundedrectangle. |
| Text | string | text | To set the IndicatorType Text. |
| Image | string | image | To set the IndicatorType Text. |
IndicatorType
Enum for gauge IndicatorType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Rectangle | string | rectangle | To set the IndicatorType rectangle. |
| Circle | string | circle | To set the IndicatorType circle. |
| RoundedRectangle | string | roundedrectangle | To set the IndicatorType roundedrectangle. |
| Text | string | text | To set the IndicatorType text. |
IndicatorsType
Enum for type of indicator in Chart
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| RSI | string | RSI | Set indicator type as RSI. |
| Momentum | string | Momentum | Set indicator type as Momentum. |
| Bollingerband | string | Bollingerband | Set indicator type as Bollingerband. |
| Accumulationdistribution | string | Accumulationdistribution | Set indicator type as Accumulationdistribution. |
| EMA | string | EMA | Set indicator type as EMA. |
| SMA | string | SMA | Set indicator type as SMA. |
| Stochastic | string | Stochastic | Set indicator type as Stochastic. |
| ATR | string | ATR | Set indicator type as ATR. |
| MACD | string | MACD | Set indicator type as MACD. |
| TMA | string | TMA | Set indicator type as TMA. |
IntervalType
Enum for chart interval type.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Days | string | days | Sets chart interval type to days. |
| Hours | string | hours | Sets chart interval type to hours. |
| Seconds | string | seconds | Sets chart interval type to seconds. |
| Milliseconds | string | milliseconds | Sets chart interval type to milliseconds. |
| Minutes | string | minutes | Sets chart interval type to minutes. |
| Months | string | months | Sets chart interval type to months. |
| Years | string | years | Sets chart interval type to years. |
ItemsLayoutMode
Enum for TreeMap items layout mode
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Squarified | string | squarified | |
| SliceAndDiceHorizontal | string | sliceanddicehorizontal | |
| SliceAndDiceVertical | string | sliceanddicevertical | |
| SliceAndDiceAuto | string | sliceanddiceauto |
Keys
Enum for Keys in diagram.
Properties
| Name | Description |
|---|---|
| None | No key pressed. |
| A | The A key. |
| B | The B key. |
| C | The C key. |
| D | The D Key. |
| E | The E key. |
| F | The F key. |
| G | The G key. |
| H | The H Key. |
| I | The I key. |
| J | The J key. |
| K | The K key. |
| L | The L Key. |
| M | The M key. |
| N | The N key. |
| O | The O key. |
| P | The P Key. |
| Q | The Q key. |
| R | The R key. |
| S | The S key. |
| T | The T Key. |
| U | The U key. |
| V | The V key. |
| W | The W key. |
| X | The X key. |
| Y | The Y key. |
| Z | The Z key. |
| Number0 | The 0 key. |
| Number1 | The 1 key. |
| Number2 | The 2 key. |
| Number3 | The 3 key. |
| Number4 | The 4 key. |
| Number5 | The 5 key. |
| Number6 | The 6 key. |
| Number7 | The 7 key. |
| Number8 | The 8 key. |
| Number9 | The 9 key. |
| Left | The LEFT ARROW key. |
| Up | The UP ARROW key. |
| Right | The RIGHT ARROW key. |
| Down | The DOWN ARROW key. |
| Escape | The ESC key. |
| Delete | The DEL key. |
| Tab | The TAB key. |
| Enter | The ENTER key. |
KeyModifiers
Enum for KeyModifiers in diagram.
Properties
| Name | Description |
|---|---|
| None | No modifiers are pressed. |
| Alt | The ALT key. |
| Control | The CTRL key. |
| Shift | The SHIFT key. |
LabelEditMode
Enum for LabelEditMode of text in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Edit | string | edit | Used to set label edit mode as edit |
| View | string | view | Used to set label edit mode as view |
LabelIntersectAction
Enum for chart labelIntersectAction.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | string | none | No action is made on intersection of labels. |
| Rotate90 | string | rotate90 | Rotate the labels to 90 degree on intersect. |
| Rotate45 | string | rotate45 | Rotate the labels to 45 degree on intersect. |
| Wrap | string | wrap | Wrap the label to multiple lines on intersect. |
| Trim | string | trim | Trim the text and display whole text on mouse over. |
| Hide | string | hide | Hide the label which intersect. |
| MultipleRows | string | multipleRows | Labels are placed on another row on intersect. |
LabelPlacement
Enum for Bullet Graph label placement
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Inside | string | inside | support for placing labels inside scale. |
| Outside | string | outside | support for placing labels outside scale. |
LabelPlacement
Enum for gauge LabelPlacement
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Near | string | near | To set the LabelPlacement near. |
| Far | string | far | To set the LabelPlacement far. |
| Center | string | center | To set the LabelPlacement center. |
LabelPlacement
Enum for gauge LabelPlacement
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Near | string | near | To set the LabelPlacement near. |
| Far | string | far | To set the LabelPlacement far. |
| Center | string | center | To set the LabelPlacement center. |
LabelPlacement
Enum for chart labelPlacement.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| BetweenTicks | string | betweenTicks | specifies the placement of labels between the ticks. |
| OnTicks | string | onTicks | specifies the placement of labels on the ticks. |
LabelPosition
Enum for Bullet Graph Label Position
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Below | string | below | To set the label position below. |
| Above | string | above | To set the label position above. |
LabelPosition
Enum for label position.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Inside | string | inside | Support for changing the labelPosition to inside. |
| Outside | string | outside | Support for changing the labelPosition to outside. |
LabelSize
Enum for Map Label size
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Fixed | string | fixed | support for label size fixed. |
| Default | string | default | support for label size default. |
LabelType
Enum for gauge LabelType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Major | string | major | To set the LabelType major. |
| Minor | string | minor | To set the LabelType minor. |
LabelType
Enum for gauge LabelType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Major | string | major | To set the LabelType major. |
| Minor | string | minor | To set the LabelType minor. |
LayerType
Enum for Map LayerType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Geometry | string | geometry | support for layer type geometry. |
| OSM | string | osm | support for layer type osm. |
| Bing | string | bing | support for layer type bing. |
LayoutOrientations
Enum for LayoutOrientations in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| TopToBottom | string | toptobottom | Used to set LayoutOrientation from top to bottom |
| BottomToTop | string | bottomtotop | Used to set LayoutOrientation from bottom to top |
| LeftToRight | string | lefttoright | Used to set LayoutOrientation from left to right |
| RightToLeft | string | righttoleft | Used to set LayoutOrientation from right to left |
LayoutTypes
Enum for LayoutTypes in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | string | none | Used not to set any specific layout |
| HierarchicalTree | string | hierarchicaltree | Used to set layout type as hierarchical layout |
| OrganizationalChart | string | organizationalchart | Used to set layout type as organnizational chart |
LegendIcons
Enum for Map legend icons
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Rectangle | string | rectangle | support for legend icon rectangle. |
| Circle | string | circle | support for legend icon circle. |
LegendMode
Enum for Map Legend mode
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Default | string | default | support for legend mode default. |
| Interactive | string | interactive | support for legend mode interactive. |
LegendType
Enum for Map Legend type
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Layers | string | layers | support for Legend type layers. |
| Bubbles | string | bubbles | support for Legend type bubbles. |
LineCap
Enum for linecap.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Butt | string | butt | Sets the linecap as butt. |
| Round | string | round | Sets the linecap as round. |
| Square | string | square | Sets the linecap as square. |
LineJoin
Enum for line join.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Round | string | round | Sets the lineJoin to round. |
| Bevel | string | bevel | Sets the lineJoin to bevel. |
| Miter | string | miter | Sets the lineJoin to miter. |
LiveTileType
Enum for LiveTileType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Flip | string | flip | Enum for flip type of livetile |
| Slide | string | slide | Enum for slide type of livetile |
| Carousel | string | carousel | Enum for carousel type of livetile |
MACDType
Enum for MACDType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Line | string | line | Enum for MACD line |
| Histogram | string | histogram | Enum for MACD Histogram |
| Both | string | both | Enum for both MACD line and histogram |
MarkerType
Enum for gauge MarkerType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Rectangle | string | rectangle | To set the MarkerType rectangle. |
| Triangle | string | triangle | To set the MarkerType triangle. |
| Ellipse | string | ellipse | To set the MarkerType ellipse. |
| Diamond | string | diamond | To set the MarkerType diamond. |
| Pentagon | string | pentagon | To set the MarkerType pentagon. |
| Circle | string | circle | To set the MarkerType circle. |
| Slider | string | slider | To set the MarkerType slider. |
| Pointer | string | pointer | To set the MarkerType pointer. |
| Wedge | string | wedge | To set the MarkerType wedge. |
| Trapezoid | string | trapezoid | To set the MarkerType trapezoid. |
| RoundedRectangle | string | roundedrectangle | To set the MarkerType roundedrectangle. |
| Image | string | image | To set the MarkerType image. |
MarkerType
Enum for gauge MarkerType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Rectangle | string | rectangle | To set the MarkerType rectangle. |
| Triangle | string | triangle | To set the MarkerType triangle. |
| Ellipse | string | ellipse | To set the MarkerType ellipse. |
| Diamond | string | diamond | To set the MarkerType diamond. |
| Pentagon | string | pentagon | To set the MarkerType pentagon. |
| Circle | string | circle | To set the MarkerType circle. |
| Star | string | star | To set the MarkerType star. |
| Slider | string | slider | To set the MarkerType slider. |
| Pointer | string | pointer | To set the MarkerType pointer. |
| Wedge | string | wedge | To set the MarkerType wedge. |
| Trapezoid | string | trapezoid | To set the MarkerType trapezoid. |
| RoundedRectangle | string | roundedrectangle | To set the MarkerType roundedrectangle. |
Mode
Enum for highlighting and selection mode in Chart
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Series | string | series | Specifies entire series should be highlighted or selected |
| Point | string | point | Specifies data point should be highlighted or selected |
Mode
Enum for mode
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Search | string | search | Enum for Search mode |
| Default | string | default | Enum for Default mode |
Mode
Enum for mode
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Alert | string | alert | Enum for alert mode dialog |
| Confirm | string | confirm | Enum for confirm mode dialog |
| Normal | string | normal | Enum for normal mode dialog |
| FullView | string | fullview | Enum for fullview mode dialog |
model
User defined model will be automatically set in this
NeedleType
Enum for gauge NeedleType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Triangle | string | triangle | To set the NeedleType triangle. |
| Rectangle | string | rectangle | To set the NeedleType rectangle. |
| Trapezoid | string | trapezoid | To set the NeedleType trapezoid. |
| Arrow | string | arrow | To set the NeedleType arrow. |
| Image | string | image | To set the NeedleType image. |
NodeConstraints
Enum for the NodeConstraints in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | NodeConstraints | LSH | Disable all node Constraints |
| Select | NodeConstraints | LSH | Enables node to be selected |
| Delete | NodeConstraints | LSH | Enables node to be Deleted |
| Drag | NodeConstraints | LSH | Enables node to be Dragged |
| Rotate | NodeConstraints | LSH | Enables node to be Rotated |
| Connect | NodeConstraints | LSH | Enables node to be connected |
| ResizeNorthEast | NodeConstraints | LSH | Enables node to be resize north east |
| ResizeEast | NodeConstraints | LSH | Enables node to be resize east |
| ResizeSouthEast | NodeConstraints | LSH | Enables node to be resize south east |
| ResizeSouth | NodeConstraints | LSH | Enables node to be resize south |
| ResizeSouthWest | NodeConstraints | LSH | Enables node to be resize south west |
| ResizeWest | NodeConstraints | LSH | Enables node to be resize west |
| ResizeNorthWest | NodeConstraints | LSH | Enables node to be resize north west |
| ResizeNorth | NodeConstraints | LSH | Enables node to be resize north |
| Resize | NodeConstraints | BITOR | Enables node to be Resized |
| Shadow | NodeConstraints | LSH | Enables shadow |
| DragLabel | NodeConstraints | LSH | Enables label of node to be Dragged |
| AllowPan | NodeConstraints | LSH | Enables panning should be done while node dragging |
| AspectRatio | NodeConstraints | LSH | Enables Proportional resize for node |
| Default | NodeConstraints | BITOR | Enables all node constraints |
ObjectTypes
Enum for ObjectTypes in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Diagram | string | diagram | Specifies that the type of the object is diagram |
| Palette | string | palette | Specifies that the type of the object is palette | Lane | string | lane | Specifies that the type of the object is lane | </tr>
| Group | string | group | Specifies that the type of the object is group |
Orientation
Enum for Bullet Graph Orientation
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Horizontal | string | horizontal | support for orientation in horizontal direction. |
| Vertical | string | vertical | support for orientation in vertical direction. |
Orientation
Enum for chart orientation.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Horizontal | string | horizontal | Sets chart orientation to horizontal. |
| Vertical | string | vertical | Sets chart orientation to vertical. |
Orientation
Enum for ProgressbarOrientation
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Horizontal | string | horizontal | Enum for horizontal mode progress bar |
| Vertical | string | vertical | Enum for vertical mode progress bar |
Orientation
Enum for RatingOrientation
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Horizontal | string | horizontal | Enum for horizontal mode rating |
| Vertical | string | vertical | Enum for vertical mode rating |
Orientation
Enum for Orientation
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Horizontal | string | horizontal | Enum for Horizontal Orientation |
| Vertical | string | vertical | Enum for Vertical Orientation |
Orientation
Enum for slider
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Horizontal | string | horizontal | Enum for horizontal mode slider |
| Vertical | string | vertical | Enum for vertical mode slider |
OuterCustomLabelPosition
Enum for gauge OuterCustomLabelPosition
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Left | string | left | To set the OuterCustomLabelPosition left. |
| Right | string | right | To set the OuterCustomLabelPosition right. |
| Top | string | top | To set the OuterCustomLabelPosition top. |
| Bottom | string | bottom | To set the OuterCustomLabelPosition bottom. |
OuterCustomLabelPosition
Enum for gauge OuterCustomLabelPosition
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Left | string | left | To set the OuterCustomLabelPosition left. |
| Right | string | right | To set the OuterCustomLabelPosition right. |
| Top | string | top | To set the OuterCustomLabelPosition top. |
| Bottom | string | bottom | To set the OuterCustomLabelPosition bottom. |
PageOrientations
Enum for PageOrientations in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Landscape | string | landscape | Used to set orientation as Landscape |
| Portrait | string | portrait | Used to set orientation as portrait |
PagerDisplay
Enum for Grid Pager Display
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | normal | Enum for Normal pager display |
| Fixed | string | fixed | Enum for Fixed pager display |
PagerPositionHorizontal
Enum for PagerPositionHorizontal
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Bottom | string | bottom | Enum for Bottom PagerPositionHorizontal |
| Top | string | top | Enum for Top PagerPositionHorizontal |
PagerPositionVertical
Enum for PagerPositionVertical
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Right | string | right | Enum for Right PagerPositionVertical |
| Left | string | left | Enum for Left PagerPositionVertical |
PagerType
Enum for Grid Pager Type
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | normal | used to enable normal pager which contain page navigation buttons |
| Scrollable | string | scrollable | used to enable scrollable pager |
Pattern
Enum for highlighting or selecting patterns in Chart
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | string | none | Sets none as highlighting or selecting pattern |
| Chessboard | string | chessboard | Sets chess board as highlighting or selecting pattern |
| Crosshatch | string | crosshatch | Sets cross hatch as highlighting or selecting pattern |
| Dots | string | dots | Set dots as highlighting or selecting pattern |
| Pacman | string | pacman | Sets pacman as highlighting or selecting pattern |
| DiagonalBackward | string | diagonalbackward | Sets diagonal backward as highlighting or selecting pattern |
| DiagonalForward | string | crosshatch | Sets diagonal forward as highlighting or selecting pattern |
| Grid | string | grid | Set grid as highlighting or selecting pattern |
| Turquoise | string | turquoise | Sets turquoise as highlighting or selecting pattern |
| Star | string | star | Sets star as highlighting or selecting pattern |
| Triangle | string | triangle | Sets triangle as highlighting or selecting pattern |
| Circle | string | circle | Sets circle as highlighting or selecting pattern |
| Tile | string | tile | Sets tile as highlighting or selecting pattern |
| HorizontalDash | string | horizontaldash | Sets horizontal dash as highlighting or selecting pattern |
| VerticalDash | string | verticaldash | Sets vertical dash as highlighting or selecting pattern |
| Rectangle | string | rectangle | Set rectangle as highlighting or selecting pattern |
| Box | string | box | Sets box as highlighting or selecting pattern |
| VerticalStripe | string | tile | Sets vertical stripe as highlighting or selecting pattern |
| HorizontalStripe | string | horizontalstripe | Sets horizontal stripe as highlighting or selecting pattern |
| Bubble | string | bubble | Sets bubble as highlighting or selecting pattern |
| Custom | string | custom | Set custom as highlighting or selecting pattern. The user defined pattern provided in custom patter property will be used |
PointerPlacement
Enum for gauge PointerPlacement
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Near | string | near | To set the PointerPlacement near. |
| Far | string | far | To set the PointerPlacement far. |
| Center | string | center | To set the PointerPlacement center. |
PointerPlacement
Enum for gauge PointerPlacement
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Near | string | near | To set the PointerPlacement near. |
| Far | string | far | To set the PointerPlacement far. |
| Center | string | center | To set the PointerPlacement center. |
PointerType
Enum for gauge PointerType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Needle | string | needle | To set the PointerType needle. |
| Marker | string | marker | To set the PointerType marker. |
PortConstraints
Enum for PortConstraints in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | PortConstraints | LSH | Disable all constraints |
| Connect | PortConstraints | LSH | Enables connections with connector |
PortShapes
Enum for various port shapes in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| X | string | x | Used to set port shape as X |
| Circle | string | circle | Used to set port shape as Circle |
| Square | string | square | Used to set port shape as Square |
| Path | string | path | Used to set port shape as Path |
PortVisibility
Enum for port visibility in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Visible | PortVisibility | LSH | Set the port visibility as Visible |
| Hidden | PortVisibility | LSH | Set the port visibility as Hidden |
| Hover | PortVisibility | LSH | Port get visible when hover connector on node |
| Connect | PortVisibility | LSH | Port gets visible when connect connector to node |
| Default | PortVisibility | LSH | Specifies the port visibility as default |
Position
Enum for Map Navigation Control and Legend dock position
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | string | none | support for dock position none. |
| TopLeft | string | topleft | support for dock position topleft. |
| TopCenter | string | topcenter | support for dock position topcenter. |
| TopRight | string | topright | support for dock position topright. |
| CenterLeft | string | centerleft | support for dock position centerleft. |
| Center | string | center | support for dock position center. |
| CenterRight | string | centerright | support for dock position centerright. |
| BottomLeft | string | bottomleft | support for dock position bottomleft. |
| BottomCenter | string | bottomcenter | support for dock position bottomcenter. |
| BottomRight | string | bottomright | support for dock position bottomright. |
Position
Enum for position.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Top | string | top | Sets the position to top. |
| Middle | string | middle | Sets the position to middle. |
| Bottom | string | bottom | Sets the position to bottom. |
Position
Enum for Position
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | normal | Enum for relative position for Footer |
| Fixed | string | fixed | Enum for fixed position for Footer |
Position
Enum for Position
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | normal | Enum for relative position for Header |
| Fixed | string | fixed | Enum for fixed position for Header |
Position
Enum for Position
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| RightCenter | string | rightcenter | Enum for RightCenter Position |
| RightTop | string | righttop | Enum for RightTop Position |
| RightBottom | string | rightbottom | Enum for RightBottom Position |
| LeftCenter | string | leftcenter | Enum for LeftCenter Position |
| LeftTop | string | lefttop | Enum for LeftTop Position |
| LeftBottom | string | leftbottom | Enum for LeftBottom Position |
Position
Enum for Position
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Fixed | string | fixed | Enum for Fixed position Tab |
| Normal | string | normal | Enum for Normal position Tab |
Position
Enum for toolbar position
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | normal | Enum for relative position for toolbar |
| Fixed | string | fixed | Enum for fixed position for toolbar |
Precision
Enum for RatingPrecision
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Full | string | full | Enum for full precision rating |
| Exact | string | exact | Enum for exact precision rating |
| Half | string | half | Enum for half precision rating |
PyramidMode
Enum for chart pyramid mode.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Linear | string | linear | Specifies the mode of the pyramid as linear. |
| Surface | string | Surface | Specifies the mode of the pyramid as surface. |
PrintMode
Specifies whether the Grid’s printmode is AllPages or CurrentPage.
| Name | Description |
|---|---|
| AllPages | Prints allpages. |
| CurrentPage | Prints currentpage. |
RangePadding
Enum for range padding.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Additional | string | additional | Sets chart range padding as additional. |
| Normal | string | normal | Sets chart range padding as normal. |
| None | string | none | Sets chart range padding as none. |
| Round | string | round | Sets chart range padding as round. |
| Auto | string | auto | Sets chart range padding as auto. |
RangePlacement
Enum for gauge RangePlacement
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Near | string | near | To set the RangePlacement near. |
| Far | string | far | To set the RangePlacement far. |
| Center | string | center | To set the RangePlacement center. |
RangePlacement
Enum for gauge RangePlacement
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Near | string | near | To set the RangePlacement near. |
| Far | string | far | To set the RangePlacement far. |
| Center | string | center | To set the RangePlacement center. |
Region
Enum for the Region in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Content | string | content | specifies region that is occupied by diagram elements |
| PageSettings | string | pageSettings | specifies the region based on the page settings |
Region
Enum for placing annotation in Chart
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Chart | string | chart | Specifies annotation placement should be based on Chart location |
| Series | string | series | Specifies annotation placement should be based on chart area |
RelativeMode
Enum for the RelativeMode in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Object | String | object | Shows tooltip around the node |
| Mouse | String | mouse | Shows tooltip at the mouse position |
RenderMode
Enum for RenderMode
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Auto RenderMode |
| IOS7 | string | ios7 | IOS7 RenderMode |
| Android | string | android | Android RenderMode |
| Windows | string | windows | Windows RenderMode |
ResponsiveType
Enum for ResponsiveType in toolbar
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Popup | string | Popup | To display the toolbar overflow items as popup |
| Inline | string | Inline | To display the toolbar overflow items as inline toolbar |
RowPosition
Specifies whether the position of add new row in Grid is Top or Bottom.
| Name | Description |
|---|---|
| Top | Specifies position of add new row as top. |
| Bottom | Specifies position of add new row as bottom. |
ScaleType
Enum for gauge ScaleType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Rectangle | string | rectangle | To set the ScaleType rectangle. |
| RoundedRectangle | string | roundedrectangle | To set the ScaleType roundedrectangle. |
| Thermometer | string | thermometer | To set the ScaleType thermometer. |
Boundary Constraints
Enum for Boundary Constraints in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Infinity | string | infinity | Allows to move the diagram elements in all directions, without any restrictions |
| Diagram | string | diagram | Allows to move the diagram elements beyond the diagram content |
| Page | string | page | Allows to move the diagram elements only the region specified on pageSettings |
ScrollLimit
Enum for ScrollLimit in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Infinity | string | infinity | Used to set scrollLimit as Infinity |
| Diagram | string | diagram | Used to set scrollLimit as Diagram |
| Limited | string | limited | Used to set scrollLimit as Limited |
Segments
Enum for various connector segments in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Straight | string | straight | Used to specify the lines as Straight |
| Orthogonal | string | orthogonal | Used to specify the lines as Orthogonal |
| Bezier | string | bezier | Used to specify the lines as Bezier |
SelectionMode
Enum for Map selection mode
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Default | string | default | support for selection mode default. |
| Multiple | string | multiple | support for selection mode multiple. |
SelectorConstraints
Enum to specify the SelectorConstraints in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | SelectorConstraints | LSH | Hides the selector |
| Rotator | SelectorConstraints | LSH | Sets the visibility of rotation handle as visible |
| Resizer | SelectorConstraints | LSH | Sets the visibility of resize handles as visible |
| UserHandles | SelectorConstraints | LSH | Sets the visibility of user handles as visible |
| All | SelectorConstraints | BITOR | Sets the visibility of all selection handles as visible |
Shape
Enum for the shape of indicator symbol
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Circle | string | circle | support for drawing circle as indicator symbol. |
| Cross | string | cross | support for drawing cross as indicator symbol. |
| Diamond | string | diamond | support for drawing diamond as indicator symbol. |
| DownArrow | string | downarrow | support for drawing down arrow as indicator symbol. |
| Ellipse | string | ellipse | support for drawing ellipse as indicator symbol. |
| HorizontalLine | string | horizontalLine | support for drawing horizontal line as indicator symbol. |
| Image | string | image | support for drawing image as indicator symbol. |
| InvertedTriangle | string | invertedtriangle | support for drawing inverted triangle as indicator symbol. |
| LeftArrow | string | leftarrow | support for drawing left arrow as indicator symbol. |
| Pentagon | string | pentagon | support for drawing pentagon as indicator symbol. |
| Rectangle | string | Rectangle | support for drawing rectangle as indicator symbol. |
| RightArrow | string | rightarrow | support for drawing right arrow as indicator symbol. |
| Star | string | star | support for drawing star as indicator symbol. |
| Trapezoid | string | trapezoid | support for drawing trapezoid as indicator symbol. |
| Triangle | string | triangle | support for drawing triangle as indicator symbol. |
| UpArrow | string | uparrow | support for drawing up arrow as indicator symbol. |
| VerticalLine | string | verticalline | support for drawing vertical line as indicator symbol. |
| Wedge | string | wedge | support for drawing wedge as indicator symbol. |
Shape
Enum for chart shape.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | string | none | Sets the shape to none. |
| LeftArrow | string | leftarrow | Sets the shape to leftarrow. |
| RightArrow | string | rightarrow | Sets the shape to rightarrow. |
| Circle | string | circle | Sets the shape to circle. |
| Cross | string | cross | Sets the shape to cross. |
| HorizLine | string | horizline | Sets the shape to horizline. |
| VertLine | string | vertLine | Sets the shape to vertline. |
| Diamond | string | diamond | Sets the shape to diamond. |
| Rectangle | string | rectangle | Sets the shape to rectangle. |
| Triangle | string | triangle | Sets the shape to triangle. |
| InvertedTriangle | string | invertedtriangle | Sets the shape to invertedtriangle. |
| Hexagon | string | hexagon | Sets the shape to hexagon. |
| Pentagon | string | pentagon | Sets the shape to pentagon. |
| Star | string | star | Sets the shape to star. |
| Ellipse | string | ellipse | Sets the shape to ellipse. |
| Wedge | string | wedge | Sets the shape to wedge. |
| Trapezoid | string | trapezoid | Sets the shape to trapezoid. |
| UpArrow | string | uparrow | Sets the shape to uparrow. |
| DownArrow | string | downarrow | Sets the shape to downarrow. |
| Image | string | image | Sets the shape to image. |
Shape
Enum for RatingShape
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Star | string | star | Enum for star shape rating |
| Circle | string | circle | Enum for circle shape rating |
| Diamond | string | diamond | Enum for diamond shape rating |
| Heart | string | heart | Enum for heart shape rating |
| Pentagon | string | pentagon | Enum for pentagon shape rating |
| Square | string | square | Enum for square shape rating |
| Triangle | string | triangle | Enum for triangle shape rating |
Shapes
Enum for various Shapes of node in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Image | string | image | Used to specify node Shape as Image |
| Text | string | text | Used to specify node Shape as Text |
| HTML | string | HTML | Used to specify node Shape as HTML |
| Native | string | native | Used to specify node Shape as Native |
| Basic | string | basic | Used to specify node Shape as Basic |
| Flow | string | flow | Used to specify node Shape as Flow |
| Arrow | string | arrow | Used to specify node Shape as Arrow |
| BPMN | string | BPMN | Used to specify node Shape as BPMN |
ShowOn
Enum for Menu ShowOn
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Tap | string | tap | Enum for show menu on tap |
| TapHold | string | taphold | Enum for show menu on tap hold |
SnapConstraints
Enum for SnapConstraints in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | SnapConstraints | 0 | Enables node to be snapped to horizontal gridlines |
| SnapToHorizontalLines | SnapConstraints | 1 | Enables node to be snapped to vertical gridlines |
| SnapToVerticalLines | SnapConstraints | 2 | Enables node to be snapped to horizontal gridlines |
| SnapToLines | SnapConstraints | BITOR | Enables node to be snapped to gridlines |
| ShowHorizontalLines | SnapConstraints | 4 | Enable horizontal lines |
| ShowVerticalLines | SnapConstraints | 8 | Enable vertical lines |
| ShowLines | SnapConstraints | BITOR | Enable both horizontal and vertical lines |
| All | SnapConstraints | BITOR | Enable all the constraints |
SortOrder
Enum for sortorder
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Ascending | string | ascending | Enum for Ascending sort order |
| Descending | string | descending | Enum for Descending sort order |
Style
Enum for IOS7style
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | normal | Enum for normal ios7 button style |
| Back | string | back | Enum for back ios7 button style |
| Header | string | header | Enum for header ios7 button style |
| Dialog | string | dialog | Enum for dialog ios7 button style |
Style
Enum for AndroidStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | normal | Enum for normal android button style |
| Small | string | small | Enum for small android button style |
| Dialog | string | dialog | Enum for dialog android button style |
Style
Enum for windowsstyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | normal | Enum for normal windows button style |
| Back | string | back | Enum for back windows button style |
Style
Enum for FlatStyle
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | normal | Enum for normal flat button style |
| Back | string | back | Enum for back flat button style |
| Header | string | header | Enum for header flat button style |
SymbologyType
Enum for Symbol type.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| code39 | string | code39 | Specifies Code 39 Barcode. |
| code39Extended | string | code39extended | Specifies Code 39 Extended Barcode. |
| code11 | string | code11 | Specifies Code 11 Barcode. |
| codabar | string | codabar | Specifies Codabar Barcode. |
| code32 | string | code32 | Specifies Code 32 Barcode. |
| code93 | string | code93 | Specifies Code 93 Barcode. |
| code93Extended | string | code93extended | Specifies Code 93 Extended Barcode. |
| code128A | string | code128a | Specifies Code 128 A Barcode. |
| code128B | string | code128b | Specifies Code 128 B Barcode. |
| code128C | string | code128c | Specifies Code 128 C Barcode. |
| dataMatrix | string | datamatrix | Specifies DataMatrix Barcode. |
| qrBarcode | string | qrbarcode | Specifies QR Barcode. |
SelectionMode
Specifies whether the Grid’s selection mode is Row, Cell or Column.
| Name | Description |
|---|---|
| Row | Selection is row basis. |
| Cell | Selection is cell basis. |
| Column | Selection is column basis. |
SelectionType
Specifies whether the Grid’s selection type is Single or Multiple.
| Name | Description |
|---|---|
| Single | Specifies the selection type as single. |
| Multiple | Specifies the selection type as multiple. |
SummaryType
Specifies whether the Grid’s summary type to be used.
| Name | Description |
|---|---|
| Average | Summary type is average. |
| Minimum | Summary type is minimum. |
| Maximum | Summary type is maximum. |
| Count | Summary type is count. |
| Sum | Summary type is sum. |
| Custom | Summary type is custom. |
| TrueCount | Summary type is truecount. |
| FalseCount | Summary type is falsecount. |
TrendlinesType
Enum for type of trendline in Chart.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Linear | string | linear | Sets linear as trendline type. |
| Exponential | string | exponential | Sets exponential as trendline type. |
| Logarithmic | string | logarithmic | Sets logarithmic as trendline type. |
| Power | string | power | Sets power as trendline type. |
| Polynomial | string | polynomial | Sets polynomial as trendline type. |
TextAlign
Enum for the Text Alignment in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Left | string | left | Used to align text on left side of node/connector |
| Center | string | center | Used to align text on center of node/connector |
| Right | string | right | Used to align text on Right side of node/connector |
TextAlign
Specifies whether the text alignment in the cell is Center, Justify, Left or Right.
| Name | Description |
|---|---|
| Center | Text is centered. |
| Justify | Text is justified. |
| Left | Text is aligned to the left. |
| Right | Text is aligned to the right. |
TextAlign
Enum for gauge TextAlign
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Left | string | left | To set the TextAlign Left. |
| Right | string | right | To set the TextAlign right. |
TextAlignment
Enum for text alignment.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| MiddleTop | string | middletop | Support for changing text alignment to middleTop. |
| MiddleCenter | string | middlecenter | Support for changing text alignment to middleCenter. |
| MiddleBottom | string | middlebottom | Support for changing text alignment to middleBottom. |
TextAlignment
Enum for Tile TextAlignment
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | normal | Enum for normal alignment of tile text |
| Left | string | left | Enum for left alignment of tile text |
| Right | string | right | Enum for right alignment of tile text |
| Center | string | center | Enum for center alignment of tile text |
TextDecorations
Enum for TextDecorations in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Underline | string | underline | Used to set text decoration of the label as Underline |
| Overline | string | overline | Used to set text decoration of the label as Overline |
| LineThrough | string | line-through | Used to set text decoration of the label as LineThrough |
| None | string | none | Used to set text decoration of the label as None |
TextPosition
Enum for Tile TextPosition
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Inner | string | inner | Enum for inner position of tile text |
| Outer | string | outer | Enum for outer position of tile text |
TextWrapping
Enum for TextWrapping in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| NoWrap | string | nowrap | Disables wrapping |
| Wrap | string | wrap | Enables Line-break at normal word break points |
| WrapWithOverflow | string | wrapwithoverflow | Enables Line-break at normal word break points with longer word overflows |
TickLinesPosition
Enum for tick line position in Chart
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Inside | string | inside | Tick lines will be placed inside |
| Outside | string | outside | Tick lines will be placed outside |
Theme
Enum for chart themes.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Azure | string | azure | Render chart in azure theme. |
| FlatLight | string | flatlight | Render chart in flatlight theme. |
| Azuredark | string | azuredark | Render chart in azuredark theme. |
| Lime | string | lime | Render chart in lime theme. |
| LimeDark | string | limedark | Render chart in limedark theme. |
| Saffron | string | saffron | Render chart in saffron theme. |
| SaffronDark | string | saffrondark | Render chart in saffrondark theme. |
| GradientLight | string | gradientlight | Render chart in gradientlight theme. |
| GradientDark | string | gradientdark | Render chart in gradientdark theme. |
Theme
Enum for Theme
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Auto RenderMode |
| Dark | string | dark | Dark RenderMode |
| Light | string | light | Light RenderMode |
Themes
Enum for Bullet Graph Theme3
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| flatlight | string | OBJECTLIT | To set the theme flatlight. |
| flatdark | string | OBJECTLIT | To set the theme flatdark. |
Themes
Enum for gauge Themes
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| flatlight | string | OBJECTLIT | To set the themes flatlight. |
| flatdark | string | OBJECTLIT | To set the themes flatdark. |
Themes
Enum for gauge Themes
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| flatlight | string | OBJECTLIT | To set the themes flatlight. |
| flatdark | string | OBJECTLIT | To set the themes flatdark. |
Themes
Enum for gauge Themes
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| flatlight | string | OBJECTLIT | To set the themes flatlight. |
| flatdark | string | OBJECTLIT | To set the themes flatdark. |
ThumbStyle
Enum for slider
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Normal | string | normal | Enum for normal mode thumb style slider |
| Small | string | small | Enum for small mode thumb style slider |
TickPlacement
Enum for Bullet Graph tick placement
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Inside | string | inside | support for placing ticks inside scale. |
| Outside | string | outside | support for placing ticks outside scale. |
TickPlacement
Enum for gauge TickPlacement
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Near | string | near | To set the TickPlacement near. |
| Far | string | far | To set the TickPlacement far. |
| Center | string | center | To set the TickPlacement center. |
TickPlacement
Enum for gauge TickPlacement
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Near | string | near | To set the TickPlacement near. |
| Far | string | far | To set the TickPlacement far. |
| Center | string | center | To set the TickPlacement center. |
TickPosition
Enum for Bullet Graph Tick Position
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Far | string | far | To set the Tick position below quantitative scale. |
| Near | string | near | To set the Tick position above quantitative scale. |
| Center | string | center | To set the Tick position at the center of quantitative scale. |
TickType
Enum for gauge TickType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Major | string | major | To set the TickType major. |
| Minor | string | minor | To set the TickType minor. |
TickType
Enum for gauge TickType
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| MajorInterval | string | majorinterval | To set the TickType majorinterval. |
| MinorInterval | string | minorinterval | To set the TickType minorinterval. |
TileSize
Enum for Tile Size
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Medium | string | medium | Enum for medium size of tile |
| Small | string | small | Enum for small size of tile |
| Large | string | large | Enum for large size of tile |
| Wide | string | wide | Enum for wide size of tile |
Tool
Enum for the Tool in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| None | Tool | LSH | Disables all Tools |
| SingleSelect | Tool | LSH | Enables/Disables SingleSelect tool |
| MultipleSelect | Tool | LSH | Enables/Disables MultiSelect tool |
| ZoomPan | Tool | LSH | Enables/Disables ZoomPan tool |
| DrawOnce | Tool | LSH | Enables/Disables DrawOnce tool |
| ContinuesDraw | Tool | LSH | Enables/Disables ContinuousDraw tool |
ToolbarOverflowMode
Enum for ToolbarOverflowMode in RTE
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Popup | string | Popup | To display the RTE toolbar overflow items as popup |
| Inline | string | Inline | To display the RTE toolbar overflow items as inline toolbar |
SplineType
Enum for spline series type.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Natural | string | natural | To render the series with natural curve |
| Monotonic | string | monotonic | To render the series with monotonic curve |
| Cardinal | string | cardinal | To render the series with cardinal curve |
| Clamped | string | clamped | To render the series with clamped curve |
Type
Enum for chart series type.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Line | string | line | sets the seriesType of chart to line. |
| Spline | string | spline | sets the seriesType of chart to spline. |
| Column | string | column | sets the seriesType of chart to column. |
| Doughnut | string | doughnut | sets the seriesType of chart to doughnut. |
| Area | string | area | sets the seriesType of chart to area. |
| SplineArea | string | splinearea | sets the seriesType of chart to splinearea. |
| StepLine | string | stepline | sets the seriesType of chart to stepline. |
| StepArea | string | steparea | sets the seriesType of chart to steparea. |
| Pie | string | pie | sets the seriesType of chart to pie. |
| PieOfPie | string | pieofpie | Specifies the series type as pieofpie. |
| Hilo | string | hilo | sets the seriesType of chart to hilo. |
| HiloOpenClose | string | hiloopenclose | sets the seriesType of chart to hiloopenclose. |
| Candle | string | candle | sets the seriesType of chart to candle. |
| Bubble | string | bubble | sets the seriesType of chart to bubble. |
| Scatter | string | scatter | sets the seriesType of chart to scatter. |
| Bar | string | bar | sets the seriesType of chart to bar. |
| StackingArea | string | stackingarea | sets the seriesType of chart to stackingarea. |
| StackingArea100 | string | stackingarea100 | sets the seriesType of chart to stackingarea100. |
| RangeColumn | string | rangecolumn | sets the seriesType of chart to rangecolumn. |
| StackingColumn | string | stackingcolumn | sets the seriesType of chart to stackingcolumn. |
| StackingColumn100 | string | stackingcolumn100 | sets the seriesType of chart to stackingcolumn100. |
| StackingBar | string | stackingbar | sets the seriesType of chart to stackingbar. |
| StackingBar100 | string | stackingbar100 | sets the seriesType of chart to stackingbar100. |
| StackingSplineArea | string | stackingsplinearea | sets the seriesType of chart to StackingSplineArea |
| StackingSplineArea100 | string | stackingsplinearea100 | sets the seriesType of chart to StackingSplineArea100 |
| Pyramid | string | pyramid | sets the seriesType of chart to pyramid. |
| Funnel | string | funnel | sets the seriesType of chart to funnel. |
| Polar | string | polar | sets the seriesType of chart to polar. |
| Radar | string | radar | sets the seriesType of chart to radar. |
| RangeArea | string | rangearea | sets the seriesType of chart to rangeArea. |
Type
Enum for ej.mobile.Menu.IOS7.Type
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Auto | string | auto | Enum for auto type menu in ios7 mode |
| Animate | string | animate | Enum for animate type menu in ios7 mode |
| Normal | string | normal | Enum for normal type menu in ios7 mode |
Type
Enum for ej.mobile.Menu.Android.Type
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Contextual | string | contextual | Enum for contextual type menu in android mode |
| Popup | string | popup | Enum for popup type menu in android mode |
| OptionsList | string | optionslist | Enum for optionslist type menu in android mode |
| OptionsMenu | string | optionsmenu | Enum for optionsmenu type menu in android mode |
Type
Enum for ej.mobile.Menu.Windows.Type
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Contextual | string | contextual | Enum for contextual type menu in windows mode |
| Popup | string | popup | Enum for popup type menu in windows mode |
ToolBarItems
Specifies the toolbar items to be used in the Grid.
| Name | Description |
|---|---|
| Add | Toolbar item is add. |
| Edit | Toolbar item is edit. |
| Delete | Toolbar item is delete. |
| Update | Toolbar item is update. |
| Cancel | Toolbar item is cancel. |
| Search | Toolbar item is search. |
| ExcelExport | Toolbar item is excelExport. |
| PdfExport | Toolbar item is pdfExport. |
| PrintGrid | Toolbar item is printGrid. |
| WordExport | Toolbar item is wordExport. |
Unit
Enum for chart unit.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| percentage | string | percentage | Specifies the unit in percentage. |
| pixel | string | pixel | Specifies the unit in pixel. |
UnitTextPlacement
Enum for gauge UnitTextPlacement
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Back | string | back | To set the UnitTextPlacement back. |
| Front | string | front | To set the UnitTextPlacement front. |
UnitTextPlacement
Enum for gauge UnitTextPlacement
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Front | string | front | To set the UnitTextPlacement front. |
| Back | string | back | To set the UnitTextPlacement back. |
UserHandlePositions
Enum to specify the userhandle position in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| TopLeft | string | topleft | Used to set position as TopLeft |
| TopCenter | string | topcenter | Used to set position as TopCenter |
| TopRight | string | topright | Used to set position as TopRight |
| MiddleLeft | string | middleleft | Used to set position as MiddleLeft |
| MiddleRight | string | middleright | Used to set position as MiddleRight |
| BottomLeft | string | bottomleft | Used to set position as BottomLeft |
| BottomCenter | string | bottomcenter | Used to set position as BottomCenter |
| BottomRight | string | bottomright | Used to set position as BottomRight |
UnboundType
Specifies whether the Grid’s unbound type is Edit, Save, Delete or Cancel.
| Name | Description |
|---|---|
| Edit | Unbound type is edit. |
| Save | Unbound type is save. |
| Delete | Unbound type is delete. |
| Cancel | Unbound type is cancel. |
ValueType
Enum for chart valueType.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Double | string | double | set valueType for chart to double. |
| DateTime | string | datetime | set valueType for chart to dateTime. |
| Category | string | category | set valueType for chart to category. |
| Logarithmic | string | logarithmic | set valueType for chart to logarithmic. |
VerticalAlignment
Enum for Vertical Alignment of elements in Chart
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Top | string | top | Set vertical alignment as top |
| Middle | string | center | Set vertical alignment as middle |
| Bottom | string | bottom | Set vertical alignment as bottom |
VerticalAlignment
Enum for Vertical Alignment of elements in diagram
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Top | string | top | Used to align text Vertically on left side of node/connector |
| Center | string | center | Used to align text Vertically on center of node/connector |
| Bottom | string | bottom | Used to align text Vertically on bottom of node/connector |
VerticalTextAlignment
Enum for Vertical Alignment of text in Chart
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Near | string | near | Sets vertical alignment of text to near |
| Center | string | center | Sets vertical alignment of text to center |
| Far | string | far | Sets vertical alignment of text to far |
VirtualScrollMode
Specifies whether the Grid’s virtual scroll mode is Normal or Continuous.
| Name | Description |
|---|---|
| Normal | virtual scroll mode is normal. |
| Continuous | virtual scroll mode is continuous. |
ZIndex
Enum for zIndex.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Over | string | over | Support for changing the zIndex to over. |
| Behind | string | behind | Support for changing the zIndex to behind. |
Methods
clearShapeSelection
Clear Selected Map Shapes
refreshMarkers
Generates markers