Blazor

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

    Show / Hide Table of Contents

    Class AccumulationChartSeries

    Series represents the collection of data in the Accumulation chart. Gets and set the Series of the Accumulation series.

    Inheritance
    System.Object
    SfBaseComponent
    SfDataBoundComponent
    AccumulationChartSeries
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfBaseComponent.Dispose(Boolean)
    Namespace: Syncfusion.Blazor.Charts
    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
    Type Description
    AccumulationChartAnimation

    Border

    Options for customizing the border of the series.

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

    ChildContent

    Gets and sets the content of the UI element.

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    DataLabel

    The data label for the series.

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

    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 Description
    System.Collections.Generic.IEnumerable<System.Object>

    EmptyPointSettings

    Options to customize the empty points in series.

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

    EnableTooltip

    To enable or disable tooltip for a series.

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

    EndAngle

    End angle for a series.

    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 GroupMode GroupMode { get; set; }
    Property Value
    Type Description
    GroupMode

    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

    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
    Type Description
    LegendShape

    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 PyramidMode PyramidMode { get; set; }
    Property Value
    Type Description
    PyramidMode

    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
    Type Description
    Query

    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

    Sets and gets the Start angle for a series.

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

    TooltipMappingName

    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
    Type Description
    AccumulationType

    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

    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
    SfBaseComponent.Dispose()

    OnAfterRenderAsync(Boolean)

    Declaration
    protected override Task OnAfterRenderAsync(bool firstRender)
    Parameters
    Type Name Description
    System.Boolean firstRender
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnInitializedAsync()

    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
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnParametersSetAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved