Class AccumulationChartSeries
Series represents the collection of data in the Accumulation chart.
Gets and set the Series of the Accumulation series.
Inheritance
System.Object
AccumulationChartSeries
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccumulationChartSeries : SfDataBoundComponent
Constructors
AccumulationChartSeries()
Declaration
public AccumulationChartSeries()
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 AccumulationChartSeriesBorder Border { get; set; }
Property Value
ChildContent
Gets and sets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Microsoft.AspNetCore.Components.RenderFragment |
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 IEnumerable<object> DataSource { get; set; }
Property Value
Type |
System.Collections.Generic.IEnumerable<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
EndAngle
Declaration
public double EndAngle { get; set; }
Property Value
Explode
If set true, series points will be exploded on mouse click or touch.
Declaration
public bool Explode { get; set; }
Property Value
ExplodeAll
If set true, all the points in the series will get exploded on load.
Declaration
public bool ExplodeAll { get; set; }
Property Value
ExplodeIndex
Index of the point, to be exploded on load.
Declaration
public double ExplodeIndex { get; set; }
Property Value
ExplodeOffset
Distance of the point from the center, which takes values in both pixels and percentage.
Declaration
public string ExplodeOffset { get; set; }
Property Value
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
GroupMode
AccumulationSeries y values less than groupMode are combined into single slice named others.
Declaration
public GroupMode 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
Height
Defines the height of the funnel/pyramid with respect to the chart area.
Declaration
public string Height { get; set; }
Property Value
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
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.
Declaration
public LegendShape LegendShape { get; set; }
Property Value
Name
Specifies the series name.
Declaration
public string Name { get; set; }
Property Value
NeckHeight
Defines the height of the funnel neck with respect to the chart area.
Declaration
public string NeckHeight { get; set; }
Property Value
NeckWidth
Defines the width of the funnel neck with respect to the chart area.
Declaration
public string NeckWidth { get; set; }
Property Value
Opacity
The opacity of the series.
Declaration
public double Opacity { get; set; }
Property Value
Palettes
Palette for series points.
Declaration
public string[] Palettes { get; set; }
Property Value
PointColorMapping
The DataSource field that contains the color value of point.
It is applicable for series.
Declaration
public string PointColorMapping { get; set; }
Property Value
PyramidMode
Defines how the values have to be reflected, whether through height/surface of the segments.
Declaration
public PyramidMode 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 Query Query { get; set; }
Property Value
Radius
Radius of the pie series and its values in percentage.
Declaration
public string Radius { get; set; }
Property Value
SelectionStyle
Custom style for the selected series or points.
Declaration
public string SelectionStyle { get; set; }
Property Value
StartAngle
Sets and gets the Start angle for a series.
Declaration
public double StartAngle { get; set; }
Property Value
The provided value will be considered as a tooltip Mapping name.
Declaration
public string TooltipMappingName { get; set; }
Property Value
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
Width
Defines the width of the funnel/pyramid with respect to the chart area.
Declaration
public string Width { get; set; }
Property Value
XName
The DataSource field which contains the x value.
Declaration
public string XName { get; set; }
Property Value
YName
The DataSource field which contains the y value.
Declaration
public string YName { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
Dispose()
Declaration
public override void Dispose()
Overrides
OnAfterRenderAsync(Boolean)
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
Type |
Name |
Description |
System.Boolean |
firstRender |
|
Returns
Type |
System.Threading.Tasks.Task |
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides
OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
Declaration
protected override void OnObservableChange(string propertyName, object sender, bool isCollectionChanged = false, NotifyCollectionChangedEventArgs e = null)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
System.Object |
sender |
|
System.Boolean |
isCollectionChanged |
|
System.Collections.Specialized.NotifyCollectionChangedEventArgs |
e |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides