Api in JavaScript Accumulation chart control
18 Nov 20183 minutes to read
| Name | Description |
|---|---|
| AccumulationChart | Represents the AccumulationChart control. |
| AccumulationAnnotation |
AccumulationAnnotation module handles the annotation for accumulation chart. |
| AccumulationAnnotationSettings | Annotation for accumulation series |
| AccumulationDataLabelSettings | Configures the dataLabel in accumulation chart. |
| AccumulationSeries | Configures the series in accumulation chart. |
| AccumulationDataLabel | AccumulationDataLabel module used to render dataLabel. |
| AccumulationLegend | AccumulationLegend module used to render Legend for Accumulation chart. |
| AccumulationTooltip |
AccumulationTooltip module is used to render tooltip for accumulation chart. |
| IAccAnimationCompleteEventArgs | Accumulation Chart AnimationComplete event arguments. |
| IAccLoadedEventArgs | Accumulation Chart Load or Loaded event arguments. |
| IAccPointRenderEventArgs | Accumulation Chart PointRender event arguments. |
| IAccResizeEventArgs | Accumulation Chart Resize event arguments. |
| IAccSeriesRenderEventArgs | Accumulation Chart SeriesRender event arguments. |
| IAccTextRenderEventArgs | Accumulation Chart TextRender event arguments. |
| IAccTooltipRenderEventArgs | Accumulation Chart TooltipRender event arguments. |
| AccEmptyPointMode | Defines the empty point mode of the chart. * Zero - Used to display empty points as zero. * Drop - Used to ignore the empty point while rendering. * Average - Used to display empty points as previous and next point average. |
| AccumulationLabelPosition | Defines the AccumulationLabelPosition. They are * Inside - Define the data label position for the accumulation series Inside. * Outside - Define the data label position for the accumulation series Outside. * |
| AccumulationSelectionMode | Defines the SelectionMode, They are. * none - Disable the selection. * point - To select a point. |
| AccumulationTheme | Defines Theme of the accumulation chart. They are * Material - Render a accumulation chart with Material theme. * Fabric - Render a accumulation chart with fabric theme. |
| AccumulationType | Defines the Accumulation Chart series type. |
| ConnectorType | Defines the ConnectorType. They are * Line - Accumulation series Connector line type as Straight line. * Curve - Accumulation series Connector line type as Curved line. * |
| GroupModes | Defines the mode of the group mode * Point - When choosing points, the selected points get grouped. * Value - When choosing values, the points which less then values get grouped. |
| PyramidModes | Defines the mode of the pyramid * Linear - Height of the pyramid segments reflects the values * Surface - Surface/Area of the pyramid segments reflects the values |