Name | Description |
---|---|
AccumulationChart | Represents the AccumulationChart control. |
AccumulationAnnotation | AccumulationAnnotation module handles the annotation for accumulation chart. |
AccPoints | Points model for the series. |
AccumulationAnnotationSettings | Annotation for accumulation series |
AccumulationDataLabelSettings | Configures the dataLabel in accumulation chart. |
AccumulationSeries | Configures the series in accumulation chart. |
PieCenter | Center value of the Pie series. |
AccumulationDataLabel | AccumulationDataLabel module used to render dataLabel . |
AccumulationLegend | AccumulationLegend module used to render Legend for Accumulation chart. |
AccumulationSelection | AccumulationSelection module handles the selection for accumulation chart. |
AccumulationTooltip | AccumulationTooltip module is used to render tooltip for accumulation chart. |
AnnotationBase | Annotation Module handles the Annotation for chart and accumulation series. |
LegendSettings | Configures the legends in charts. |
Location | Configures the location for the legend. |
Animation | Configures the animation behavior for chart series. |
Border | Configures the borders in the chart. |
CenterLabel | Options to customize the center label of the pie and doughnut chart. |
ChartArea | Configures the chart area. |
Connector | Defines the appearance of the connectors |
ContainerPadding | Configures the chart Legend Container Padding. |
CornerRadius | Column series rounded corner options |
DragSettings | Configures the drag settings of series |
EmptyPointSettings | Configures the Empty Points of series |
Font | Configures the fonts in charts. |
Indexes | Series and point index |
Margin | Configures the chart margins. |
Offset | Configures the marker position in the chart. |
PeriodSelectorSettings | Period Selector Settings |
Periods | button settings in period selector |
TooltipSettings | Configures the ToolTips in the chart. |
PeriodSelector | Period selector class |
ScrollBar | Scrollbar Base |
ScrollElements | Scrollbar elements renderer |
IAccAnimationCompleteEventArgs | Accumulation Chart AnimationComplete event arguments. |
IAccBeforeResizeEventArgs | Accumulation Chart Before Resize event arguments. |
IAccLoadedEventArgs | Accumulation Chart Load or Loaded event arguments. |
IAccPointRenderEventArgs | Accumulation Chart PointRender event arguments. |
IAccResizeEventArgs | Accumulation Chart Resize event arguments. |
IAccSelectionCompleteEventArgs | Accumulation Chart SelectionComplete event arguments. |
IAccSeriesRenderEventArgs | Accumulation Chart SeriesRender event arguments. |
IAccTextRenderEventArgs | Accumulation Chart TextRender event arguments. |
IAccTooltipRenderEventArgs | Accumulation Chart TooltipRender event arguments. |
Static Functions | Root static functions of AccumulationChart Component |
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. |
AccumulationHighlightMode | Defines the HighlightMode, They are. * None - Disable the Highlight. * Point - To highlight a point. |
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 |
Alignment | Defines the Alignment. They are * near - Align the element to the left. * center - Align the element to the center. * far - Align the element to the right. * |
ExportType | Defines the export file format. * PNG - export the chart in PNG format. * JPEG - export the chart in JPEG format. * SVG - export the chart in SVG format. * PDF - export the chart in PDF format. * XLSX - export the chart data to XLSX. * CSV - export the chart to CSV. * Print – Prints the chart. |
FlagType | Flag type for stock events |
LabelOverflow | Specifies text overflow options when the text overflowing the container Ellipsis - Specifies an ellipsis (“…”) to the clipped text. clip - Specifies to break a word once it is too long to fit on a line by itself. |
LegendTitlePosition | Defines the position of the legend title. They are top - Align the title to the top. left - Align the title to the left. *right - Align the title to the right. |
PeriodSelectorPosition | Period selector position Top Bottom |
Position | Defines the Position. They are * top - Align the element to the top. * middle - Align the element to the center. * bottom - Align the element to the bottom. * |
RangeIntervalType | Defines the interval type of datetime axis. They are * auto - Define the interval of the axis based on data. * quarter - Define the interval of the axis based on data. * years - Define the interval of the axis in years. * months - Define the interval of the axis in months. * weeks - Define the interval of the axis in weeks * days - Define the interval of the axis in days. * hours - Define the interval of the axis in hours. * minutes - Define the interval of the axis in minutes. |
Regions | Defines regions of an annotation. They are * Chart * Series |
SelectionPattern | Highlighting or selecting patterns in Chart, They are. * none -Sets none as highlighting or selecting pattern. * chessboard - Sets chess board as highlighting or selecting pattern. * dots - Set dots as highlighting or selecting pattern. * diagonalForward - Sets diagonal forward as highlighting or selecting pattern. * crosshatch -Sets crosshatch as highlighting or selecting pattern. * pacman - Sets pacman highlighting or selecting pattern. * diagonalbackward - Set diagonal backward as highlighting or selecting pattern. * grid - Set grid as highlighting or selecting pattern. * turquoise - Sets turquoise as highlighting or selecting pattern. * star - Sets star as highlighting or selecting pattern. * triangle - Sets triangle as highlighting or selecting pattern. * circle - Sets circle as highlighting or selecting pattern. * tile - Sets tile as highlighting or selecting pattern. * horizontaldash - Sets horizontal dash as highlighting or selecting pattern. * verticaldash - Sets vertical dash as highlighting or selecting pattern. * rectangle - Sets rectangle as highlighting or selecting pattern. * box - Sets box as highlighting or selecting pattern. * verticalstripe - Sets vertical stripe as highlighting or selecting pattern. * horizontalstripe - Sets horizontal stripe as highlighting or selecting pattern. * bubble - Sets bubble as highlighting or selecting pattern. |
TextAlignment | Defines the alignment of the line break axis labels. They are * center - align the label with center. * left - align the label with left. * right - align the label with right. |
TextOverflow | Defines the Text overflow. * None - Shown the chart title with overlap if exceed. * Wrap - Shown the chart title with wrap if exceed. * Trim - Shown the chart title with trim if exceed. |
TextWrap | Specifies text wrap options when the text overflowing the container normal - Specifies to break words only at allowed break points. wrap - Specifies to break a word once it is too long to fit on a line by itself. *anyWhere - Specifies to break a word at any point if there are no otherwise-acceptable break points in the line. |
TitlePosition | Defines the position of the title. They are * top - Displays the title on the top of chart. * left - Displays the title on the left of chart. * bottom - Displays the title on the bottom of chart. * right - Displays the title on the right of chart. * custom - Displays the title based on given x and y value. |
Units | Defines Coordinate units of an annotation. They are * Pixel * Point |