$root.$iremoteforms.REMOTEFORM.$objs.chart

Parent: $root.$iremoteforms.REMOTEFORM.$objs
 
Children 

Class notation

Properties Methods Events 

Properties

Warning: with the exception of $componentctrl,$componentlib,$ident,$name and $objtype, the values of properties can only be read in client methods.

Object specific 
$axestitlefontsizeThe font size for the axes titles
$charttypeThe chart type
kJSChartTypeBar kJSChartTypeBubble kJSChartTypeDoughnut kJSChartTypeLine kJSChartTypePie kJSChartTypePolarArea kJSChartTypeRadar kJSChartTypeScatter
$datatooltipsbackcolorThe background color of the data tooltips
$datatooltipsfontsizeThe font size for the data tooltips
$datatooltipstextcolorThe text color of the data tooltips
$disableanimationsIf true,prevents the chart from animating
$disabledefaultcontextmenuIf true, the default context menu for the object will not be generated in response to a context click ($clib.$disabledefaultcontextmenu and $cobj.$disabledefaultcontextmenu must both be false for the menu to be generated)
$gridcolorThe color of the grid lines
$horzpaddingThe left and right padding of the field
$legendalignThe alignment of the legend relative to $legendposition
kJSChartElementAlignCenter kJSChartElementAlignEnd kJSChartElementAlignStart
$legendclickhidesdataIf true,allows user to hide datasets by clicking on the legend item
$legendfontsizeThe font size for the legend labels
$legendpositionThe position of the legend
kJSChartElementPositionBottom kJSChartElementPositionLeft kJSChartElementPositionRight kJSChartElementPositionTop
$legendtextcolorThe text color of the legend labels
$showdatatooltipsIf true,shows tooltips on hovering over chart elements
$showlegendIf true,shows the legend
$subtitlefontsizeThe font size for the subtitle
$subtitlepositionThe position of the subtitle text
kJSChartElementPositionBottom kJSChartElementPositionLeft kJSChartElementPositionRight kJSChartElementPositionTop
$subtitletextThe chat subtitle text.If empty no subtitle shown
$subtitletextcolorThe text color of the subtitle
$swapaxesIf true,swaps the x axis and y axis (only applies to kJSChartTypeBar)
$tickfontsizeThe font size for the ticks
$ticktextcolorThe text color of the ticks
$titlefontsizeThe font size for the title
$titlepositionThe position of the title text
kJSChartElementPositionBottom kJSChartElementPositionLeft kJSChartElementPositionRight kJSChartElementPositionTop
$titletextThe chart title text.If empty no title shown
$titletextcolorThe text color of the title.
$vertpaddingThe top and bottom padding of the field
$xtitleThe x axis title
$xtitletextcolorThe text color of the x axis title
$ytitleThe y axis title
$ytitletextcolorThe text color of the y axis title
Standard$active $alpha $ariadescribedby $arialabel $arialabelledby $backalpha $backcolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $defaultinactiveappearance $disablesystemfocus $dragborder $dropmode $edgefloat $enabled $errortext $errortextpos $events $fieldstyle $font $height $ident $left $name $nexttabobject $objtype $order $preventlayoutanimation $removefromtaborder $sidepanel $sidepanelmode $tooltip $top $userinfo $visible $visibleinbreakpoint $width

Methods

$showpanel$showpanel(iAction[,iMode=kSidePanelModeAuto]) executes kSidePanelAction... on a side panel object. iMode only applies to kSidePanelActionShow,and must be kSidePanelModeCover/Push/Auto. For JS client,$showpanel must be executed on the client

Events

Object specific 
evLegendClickNotification of a click on a legend item
Parameters
pEventCodeThe event code
pDatasetIndexThe index of the dataset that has been clicked
pHiddenIf true, the data is hidden from display
evWillHideSent to a field before it is hidden. Currently only used when the field is set as a side panel
Parameters
pEventCodeThe event code
evWillShowSent to a field before it becomes visible. Currently only used when the field is set as a side panel
Parameters
pEventCodeThe event code
StandardevCanDrop evClick evDragBorder evDrop evExecuteContextMenu evHidden evOpenContextMenu evShown

Children

Top 

$methods