ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AccumulationChart

    Show / Hide Table of Contents

    Class AccumulationChart

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    AccumulationChart
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.Id
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class AccumulationChart : EJTagHelper

    Constructors

    AccumulationChart()

    Declaration
    public AccumulationChart()

    Properties

    AfterExport

    Triggers after the export completed.

    Declaration
    [HtmlAttributeName("afterExport")]
    public string AfterExport { get; set; }
    Property Value
    Type Description
    System.String

    AllowExport

    To enable export feature in blazor chart.

    Declaration
    [HtmlAttributeName("allowExport")]
    public bool AllowExport { get; set; }
    Property Value
    Type Description
    System.Boolean

    AnimationComplete

    Triggers after animation gets completed for series.

    Declaration
    [HtmlAttributeName("animationComplete")]
    public string AnimationComplete { get; set; }
    Property Value
    Type Description
    System.String

    AnnotationRender

    Triggers before the annotation gets rendered.

    Declaration
    [HtmlAttributeName("annotationRender")]
    public string AnnotationRender { get; set; }
    Property Value
    Type Description
    System.String

    Annotations

    The configuration for annotation in chart.

    Declaration
    [HtmlAttributeName("annotations")]
    public List<AccumulationAnnotationSettings> Annotations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AccumulationAnnotationSettings>

    Background

    The background color of the chart, which accepts value in hex, rgba as a valid CSS color string.

    Declaration
    [HtmlAttributeName("background")]
    public string Background { get; set; }
    Property Value
    Type Description
    System.String

    BackgroundImage

    The background image of the chart that accepts value in string as url link or location of an image.

    Declaration
    [HtmlAttributeName("backgroundImage")]
    public string BackgroundImage { get; set; }
    Property Value
    Type Description
    System.String

    BeforePrint

    Triggers before the prints gets started.

    Declaration
    [HtmlAttributeName("beforePrint")]
    public string BeforePrint { get; set; }
    Property Value
    Type Description
    System.String

    BeforeResize

    Triggers before window resize.

    Declaration
    [HtmlAttributeName("beforeResize")]
    public string BeforeResize { get; set; }
    Property Value
    Type Description
    System.String

    Border

    Options for customizing the color and width of the chart border.

    Declaration
    [HtmlAttributeName("border")]
    public AccumulationChartBorder Border { get; set; }
    Property Value
    Type Description
    AccumulationChartBorder

    Center

    Center of pie

    Declaration
    [HtmlAttributeName("center")]
    public AccumulationChartCenter Center { get; set; }
    Property Value
    Type Description
    AccumulationChartCenter

    ChartDoubleClick

    Triggers on double clicking the accumulation chart.

    Declaration
    [HtmlAttributeName("chartDoubleClick")]
    public string ChartDoubleClick { get; set; }
    Property Value
    Type Description
    System.String

    ChartMouseClick

    Triggers on clicking the accumulation chart.

    Declaration
    [HtmlAttributeName("chartMouseClick")]
    public string ChartMouseClick { get; set; }
    Property Value
    Type Description
    System.String

    ChartMouseDown

    Triggers on mouse down.

    Declaration
    [HtmlAttributeName("chartMouseDown")]
    public string ChartMouseDown { get; set; }
    Property Value
    Type Description
    System.String

    ChartMouseLeave

    Triggers while cursor leaves the accumulation chart.

    Declaration
    [HtmlAttributeName("chartMouseLeave")]
    public string ChartMouseLeave { get; set; }
    Property Value
    Type Description
    System.String

    ChartMouseMove

    Triggers on hovering the accumulation chart.

    Declaration
    [HtmlAttributeName("chartMouseMove")]
    public string ChartMouseMove { get; set; }
    Property Value
    Type Description
    System.String

    ChartMouseUp

    Triggers on mouse up.

    Declaration
    [HtmlAttributeName("chartMouseUp")]
    public string ChartMouseUp { get; set; }
    Property Value
    Type Description
    System.String

    ClassName

    Declaration
    protected override string ClassName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ClassName

    DataSource

    Specifies the dataSource for the AccumulationChart. It can be an array of JSON objects or an instance of DataManager.

    Declaration
    [HtmlAttributeName("dataSource")]
    public object DataSource { get; set; }
    Property Value
    Type Description
    System.Object

    EnableAnimation

    If set true, enables the animation for both chart and accumulation.

    Declaration
    [HtmlAttributeName("enableAnimation")]
    public bool EnableAnimation { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableBorderOnMouseMove

    If set true, enables the border in pie and accumulation chart while mouse moving.

    Declaration
    [HtmlAttributeName("enableBorderOnMouseMove")]
    public bool EnableBorderOnMouseMove { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableExport

    To enable export feature in chart.

    Declaration
    [HtmlAttributeName("enableExport")]
    public bool EnableExport { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePersistence

    Enable or disable persisting component's state between page reloads.

    Declaration
    [HtmlAttributeName("enablePersistence")]
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRtl

    Enable or disable rendering component in right to left direction.

    Declaration
    [HtmlAttributeName("enableRtl")]
    public bool EnableRtl { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableSmartLabels

    If set true, labels for the point will be placed smartly without overlapping.

    Declaration
    [HtmlAttributeName("enableSmartLabels")]
    public bool EnableSmartLabels { get; set; }
    Property Value
    Type Description
    System.Boolean

    Height

    The height of the chart as a string in order to provide input as both like '100px' or '100%'. If specified as '100%, chart will render to the full height of its parent element.

    Declaration
    [HtmlAttributeName("height")]
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    HighlightColor

    Defines the highlight color for the data point when user hover the data point.

    Declaration
    [HtmlAttributeName("highlightColor")]
    public string HighlightColor { get; set; }
    Property Value
    Type Description
    System.String

    HighlightMode

    Specifies whether point has to get highlighted or not. Takes value either 'None 'or 'Point' None: Disables the highlight. Point: highlight a point.

    Declaration
    [HtmlAttributeName("highlightMode")]
    public AccumulationHighlightMode HighlightMode { get; set; }
    Property Value
    Type Description
    AccumulationHighlightMode

    HighlightPattern

    Specifies whether series or data point has to be selected. They are, none: sets none as highlighting pattern to accumulation chart. chessboard: sets chess board as highlighting pattern to accumulation chart. dots: sets dots as highlighting pattern to accumulation chart. diagonalForward: sets diagonal forward as highlighting pattern to accumulation chart. crosshatch: sets crosshatch as highlighting pattern to accumulation chart. pacman: sets pacman highlighting pattern to accumulation chart. diagonalbackward: sets diagonal backward as highlighting pattern to accumulation chart. grid: sets grid as highlighting pattern to accumulation chart. turquoise: sets turquoise as highlighting pattern to accumulation chart. star: sets star as highlighting pattern to accumulation chart. triangle: sets triangle as highlighting pattern to accumulation chart. circle: sets circle as highlighting pattern to accumulation chart. tile: sets tile as highlighting pattern to accumulation chart. horizontaldash: sets horizontal dash as highlighting pattern to accumulation chart. verticaldash: sets vertical dash as highlighting pattern to accumulation chart. rectangle: sets rectangle as highlighting pattern to accumulation chart. box: sets box as highlighting pattern to accumulation chart. verticalstripe: sets vertical stripe as highlighting pattern to accumulation chart. horizontalstripe: sets horizontal stripe as highlighting pattern to accumulation chart. bubble: sets bubble as highlighting pattern to accumulation chart.

    Declaration
    [HtmlAttributeName("highlightPattern")]
    public SelectionPattern HighlightPattern { get; set; }
    Property Value
    Type Description
    SelectionPattern

    HtmlAttributes

    Allows additional HTML attributes such as title, name, etc., and accepts n number of attributes in a key-value pair format.

    Declaration
    [HtmlAttributeName("htmlAttributes")]
    public object HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    IsFor

    Declaration
    protected override bool IsFor { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsFor

    IsMultiSelect

    If set true, enables the multi selection in accumulation chart. It requires selectionMode to be Point.

    Declaration
    [HtmlAttributeName("isMultiSelect")]
    public bool IsMultiSelect { get; set; }
    Property Value
    Type Description
    System.Boolean

    LegendClick

    Triggers after legend clicked.

    Declaration
    [HtmlAttributeName("legendClick")]
    public string LegendClick { get; set; }
    Property Value
    Type Description
    System.String

    LegendRender

    Triggers before the legend gets rendered.

    Declaration
    [HtmlAttributeName("legendRender")]
    public string LegendRender { get; set; }
    Property Value
    Type Description
    System.String

    LegendSettings

    Options for customizing the legend of accumulation chart.

    Declaration
    [HtmlAttributeName("legendSettings")]
    public AccumulationChartLegendSettings LegendSettings { get; set; }
    Property Value
    Type Description
    AccumulationChartLegendSettings

    Load

    Triggers before accumulation chart load.

    Declaration
    [HtmlAttributeName("load")]
    public string Load { get; set; }
    Property Value
    Type Description
    System.String

    Loaded

    Triggers after accumulation chart loaded.

    Declaration
    [HtmlAttributeName("loaded")]
    public string Loaded { get; set; }
    Property Value
    Type Description
    System.String

    Locale

    Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

    Declaration
    [HtmlAttributeName("locale")]
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    Margin

    Options to customize the left, right, top and bottom margins of accumulation chart.

    Declaration
    [HtmlAttributeName("margin")]
    public AccumulationChartMargin Margin { get; set; }
    Property Value
    Type Description
    AccumulationChartMargin

    NameSpace

    Declaration
    protected override string NameSpace { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.NameSpace

    PointClick

    Triggers on point click.

    Declaration
    [HtmlAttributeName("pointClick")]
    public string PointClick { get; set; }
    Property Value
    Type Description
    System.String

    PointMove

    Triggers on point move.

    Declaration
    [HtmlAttributeName("pointMove")]
    public string PointMove { get; set; }
    Property Value
    Type Description
    System.String

    PointRender

    Triggers before each points for series gets rendered.

    Declaration
    [HtmlAttributeName("pointRender")]
    public string PointRender { get; set; }
    Property Value
    Type Description
    System.String

    Resized

    Triggers after window resize.

    Declaration
    [HtmlAttributeName("resized")]
    public string Resized { get; set; }
    Property Value
    Type Description
    System.String

    SelectedDataIndexes

    Specifies the point indexes to be selected while loading a accumulation chart. It requires selectionMode to be Point.

    Declaration
    [HtmlAttributeName("selectedDataIndexes")]
    public object SelectedDataIndexes { get; set; }
    Property Value
    Type Description
    System.Object

    SelectionComplete

    Triggers after the selection is completed.

    Declaration
    [HtmlAttributeName("selectionComplete")]
    public string SelectionComplete { get; set; }
    Property Value
    Type Description
    System.String

    SelectionMode

    Specifies whether point has to get selected or not. Takes value either 'None 'or 'Point' None: Disables the selection. Point: selects a point.

    Declaration
    [HtmlAttributeName("selectionMode")]
    public AccumulationSelectionMode SelectionMode { get; set; }
    Property Value
    Type Description
    AccumulationSelectionMode

    SelectionPattern

    Specifies whether series or data point for accumulation chart has to be selected. They are, none: sets none as selecting pattern to accumulation chart . chessboard: sets chess board as selecting pattern accumulation chart . dots: sets dots as selecting pattern accumulation chart . diagonalForward: sets diagonal forward as selecting pattern to accumulation chart . crosshatch: sets crosshatch as selecting pattern to accumulation chart. pacman: sets pacman selecting pattern to accumulation chart. diagonalbackward: sets diagonal backward as selecting pattern to accumulation chart. grid: sets grid as selecting pattern to accumulation chart. turquoise: sets turquoise as selecting pattern to accumulation chart. star: sets star as selecting pattern to accumulation chart. triangle: sets triangle as selecting pattern to accumulation chart. circle: sets circle as selecting pattern to accumulation chart. tile: sets tile as selecting pattern to accumulation chart. horizontaldash: sets horizontal dash as selecting pattern to accumulation chart. verticaldash: sets vertical dash as selecting pattern to accumulation chart. rectangle: sets rectangle as selecting pattern. box: sets box as selecting pattern to accumulation chart. verticalstripe: sets vertical stripe as selecting pattern to accumulation chart. horizontalstripe: sets horizontal stripe as selecting pattern to accumulation chart. bubble: sets bubble as selecting pattern to accumulation chart.

    Declaration
    [HtmlAttributeName("selectionPattern")]
    public SelectionPattern SelectionPattern { get; set; }
    Property Value
    Type Description
    SelectionPattern

    Series

    The configuration for series in accumulation chart.

    Declaration
    [HtmlAttributeName("series")]
    public List<AccumulationSeries> Series { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AccumulationSeries>

    SeriesRender

    Triggers before the series gets rendered.

    Declaration
    [HtmlAttributeName("seriesRender")]
    public string SeriesRender { get; set; }
    Property Value
    Type Description
    System.String

    SubTitle

    SubTitle for accumulation chart

    Declaration
    [HtmlAttributeName("subTitle")]
    public string SubTitle { get; set; }
    Property Value
    Type Description
    System.String

    SubTitleStyle

    Options for customizing the subtitle of accumulation chart.

    Declaration
    [HtmlAttributeName("subTitleStyle")]
    public AccumulationChartFont SubTitleStyle { get; set; }
    Property Value
    Type Description
    AccumulationChartFont

    TagName

    Declaration
    protected override string TagName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.TagName

    TextRender

    Triggers before the data label for series gets rendered.

    Declaration
    [HtmlAttributeName("textRender")]
    public string TextRender { get; set; }
    Property Value
    Type Description
    System.String

    Theme

    Specifies the theme for accumulation chart.

    Declaration
    [HtmlAttributeName("theme")]
    public AccumulationTheme Theme { get; set; }
    Property Value
    Type Description
    AccumulationTheme

    Title

    Title for accumulation chart

    Declaration
    [HtmlAttributeName("title")]
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    TitleStyle

    Options for customizing the title of accumulation chart.

    Declaration
    [HtmlAttributeName("titleStyle")]
    public AccumulationChartFont TitleStyle { get; set; }
    Property Value
    Type Description
    AccumulationChartFont

    Tooltip

    Options for customizing the tooltip of accumulation chart.

    Declaration
    [HtmlAttributeName("tooltip")]
    public AccumulationChartTooltipSettings Tooltip { get; set; }
    Property Value
    Type Description
    AccumulationChartTooltipSettings

    TooltipRender

    Triggers before the tooltip for series gets rendered.

    Declaration
    [HtmlAttributeName("tooltipRender")]
    public string TooltipRender { get; set; }
    Property Value
    Type Description
    System.String

    UseGroupingSeparator

    Specifies whether a grouping separator should be used for a number.

    Declaration
    [HtmlAttributeName("useGroupingSeparator")]
    public bool UseGroupingSeparator { get; set; }
    Property Value
    Type Description
    System.Boolean

    Width

    The width of the chart as a string in order to provide input as both like '100px' or '100%'. If specified as '100%, chart will render to the full width of its parent element.

    Declaration
    [HtmlAttributeName("width")]
    public string Width { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved