Class AccumulationSeries
Inheritance
System.Object
AccumulationSeries
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
Border
Options for customizing the border of the series.
Declaration
public AccumulationChartBorder Border { get; set; }
Property Value
DataLabel
The data label for the series.
Declaration
public AccumulationDataLabelSettings DataLabel { get; set; }
Property Value
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 |
|
EmptyPointSettings
options to customize the empty points in series
Declaration
public AccumulationChartEmptyPointSettings EmptyPointSettings { get; set; }
Property Value
To enable or disable tooltip for a series.
Declaration
public bool EnableTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EndAngle
Declaration
public double EndAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
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 |
|
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 |
|
ExplodeIndex
Index of the point, to be exploded on load.
Declaration
public double ExplodeIndex { get; set; }
Property Value
Type |
Description |
System.Double |
|
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 |
|
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 |
|
GroupMode
AccumulationSeries y values less than groupMode are combined into single slice named others
Declaration
public GroupModes GroupMode { get; set; }
Property 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 |
|
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 |
|
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 |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
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 |
|
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
Name
Specifies the series name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
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 |
|
Opacity
The opacity of the series.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Palettes
Palette for series points.
Declaration
public string[] Palettes { get; set; }
Property Value
Type |
Description |
System.String[] |
|
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 |
|
PyramidMode
Defines how the values have to be reflected, whether through height/surface of the segments
Declaration
public PyramidModes PyramidMode { get; set; }
Property Value
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 |
|
Radius
Radius of the pie series and its values in percentage.
Declaration
public string Radius { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectionStyle
Custom style for the selected series or points.
Declaration
public string SelectionStyle { get; set; }
Property Value
Type |
Description |
System.String |
|
StartAngle
Start angle for a series.
Declaration
public double StartAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
The provided value will be considered as a Tooltip Mapping name
Declaration
public string TooltipMappingName { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Specify the type of the series in accumulation chart.
Declaration
public AccumulationType Type { get; set; }
Property Value
Visible
Specifies the series visibility.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
XName
The DataSource field which contains the x value.
Declaration
public string XName { get; set; }
Property Value
Type |
Description |
System.String |
|
YName
The DataSource field which contains the y value.
Declaration
public string YName { get; set; }
Property Value
Type |
Description |
System.String |
|