menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AccumulationSeries - API Reference

    Show / Hide Table of Contents

    Class AccumulationSeries

    Inheritance
    System.Object
    EJTagHelper
    AccumulationSeries
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class AccumulationSeries : EJTagHelper

    Constructors

    AccumulationSeries()

    Declaration
    public AccumulationSeries()

    Properties

    Animation

    Options for customizing the animation for series.

    Declaration
    public AccumulationChartAnimation Animation { get; set; }
    Property Value
    Type Description
    AccumulationChartAnimation

    The default value is null

    Border

    Options for customizing the border of the series.

    Declaration
    public AccumulationChartBorder Border { get; set; }
    Property Value
    Type Description
    AccumulationChartBorder

    The default value is null

    DashArray

    Defines the pattern of dashes and gaps to the series border.

    Declaration
    public string DashArray { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "0"

    DataLabel

    The data label for the series.

    Declaration
    public AccumulationDataLabelSettings DataLabel { get; set; }
    Property Value
    Type Description
    AccumulationDataLabelSettings

    The default value is null

    DataSource

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

    Declaration
    public object DataSource { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    EmptyPointSettings

    options to customize the empty points in series.

    Declaration
    public AccumulationChartEmptyPointSettings EmptyPointSettings { get; set; }
    Property Value
    Type Description
    AccumulationChartEmptyPointSettings

    The default value is null

    EnableTooltip

    To enable or disable tooltip for a series.

    Declaration
    public bool EnableTooltip { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    EndAngle

    End angle for a series.

    Declaration
    public double EndAngle { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    Explode

    If set true, series points will be exploded on mouse click or touch.

    Declaration
    public bool Explode { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    ExplodeAll

    If set true, all the points in the series will get exploded on load.

    Declaration
    public bool ExplodeAll { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    ExplodeIndex

    Index of the point, to be exploded on load.

    Declaration
    public double ExplodeIndex { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is Double.NaN

    ExplodeOffset

    Distance of the point from the center, which takes values in both pixels and percentage.

    Declaration
    public string ExplodeOffset { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "30%"

    GapRatio

    Defines the distance between the segments of a funnel/pyramid series. The range will be from 0 to 1

    Declaration
    public double GapRatio { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 0

    GroupMode

    AccumulationSeries y values less than groupMode are combined into single slice named others.

    Declaration
    public GroupModes GroupMode { get; set; }
    Property Value
    Type Description
    GroupModes

    The default value is GroupModes.Value

    GroupTo

    AccumulationSeries y values less than groupTo are combined into single slice named others.

    Declaration
    public string GroupTo { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Height

    Defines the height of the funnel/pyramid with respect to the chart area.

    Declaration
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "80%"

    InnerRadius

    When the innerRadius value is greater than 0 percentage, a donut will appear in pie series. It takes values only in percentage.

    Declaration
    public string InnerRadius { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "0"

    LegendImageUrl

    The URL for the Image that is to be displayed as a Legend icon. It requires legendShape value to be an Image.

    Declaration
    public string LegendImageUrl { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    LegendShape

    The shape of the legend. Each series has its own legend shape. They are Circle - Renders a circle. Rectangle - Renders a rectangle. Triangle - Renders a triangle. Diamond - Renders a diamond. Cross - Renders a cross. HorizontalLine - Renders a horizontalLine. VerticalLine - Renders a verticalLine. Pentagon - Renders a pentagon. InvertedTriangle - Renders a invertedTriangle. SeriesType -Render a legend shape based on series type. Image -Render a image.

    Declaration
    public LegendShape LegendShape { get; set; }
    Property Value
    Type Description
    LegendShape

    The default value is LegendShape.SeriesType

    Name

    Specifies the series name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    NeckHeight

    Defines the height of the funnel neck with respect to the chart area.

    Declaration
    public string NeckHeight { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "20%"

    NeckWidth

    Defines the width of the funnel neck with respect to the chart area.

    Declaration
    public string NeckWidth { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "20%"

    Opacity

    The opacity of the series.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 1

    Palettes

    Palette for series points.

    Declaration
    public string[] Palettes { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

    PointColorMapping

    The DataSource field that contains the color value of point It is applicable for series

    Declaration
    public string PointColorMapping { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    PyramidMode

    Defines how the values have to be reflected, whether through height/surface of the segments.

    Declaration
    public PyramidModes PyramidMode { get; set; }
    Property Value
    Type Description
    PyramidModes

    The default value is PyramidModes.Linear

    Query

    Specifies Query to select data from dataSource. This property is applicable only when the dataSource is ej.DataManager.

    Declaration
    public string Query { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Radius

    Radius of the pie series and its values in percentage.

    Declaration
    public string Radius { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    SelectionStyle

    Custom style for the selected series or points.

    Declaration
    public string SelectionStyle { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    StartAngle

    Start angle for a series.

    Declaration
    public double StartAngle { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 0

    TooltipMappingName

    The provided value will be considered as a Tooltip Mapping name.

    Declaration
    public string TooltipMappingName { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Type

    Specify the type of the series in accumulation chart.

    Declaration
    public AccumulationType Type { get; set; }
    Property Value
    Type Description
    AccumulationType

    The default value is AccumulationType.Pie

    Visible

    Specifies the series visibility.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    Width

    Defines the width of the funnel/pyramid with respect to the chart area.

    Declaration
    public string Width { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "80%"

    XName

    The DataSource field which contains the x value.

    Declaration
    public string XName { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    YName

    The DataSource field which contains the y value.

    Declaration
    public string YName { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved