menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularChart3DSeriesBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CircularChart3DSeriesBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    CircularChart3DSeriesBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class CircularChart3DSeriesBuilder : ControlBuilder

    Constructors

    CircularChart3DSeriesBuilder()

    Declaration
    public CircularChart3DSeriesBuilder()

    CircularChart3DSeriesBuilder(List<CircularChart3DSeries>)

    Declaration
    public CircularChart3DSeriesBuilder(List<CircularChart3DSeries> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<CircularChart3DSeries> collection

    Methods

    Add()

    Declaration
    public void Add()

    Animation(CircularChart3DAnimation)

    Options for customizing the animation of the series.

    Declaration
    public CircularChart3DSeriesBuilder Animation(CircularChart3DAnimation animation)
    Parameters
    Type Name Description
    CircularChart3DAnimation animation
    Returns
    Type
    CircularChart3DSeriesBuilder

    Animation(Action<CircularChart3DAnimationBuilder>)

    Declaration
    public CircularChart3DSeriesBuilder Animation(Action<CircularChart3DAnimationBuilder> animation)
    Parameters
    Type Name Description
    System.Action<CircularChart3DAnimationBuilder> animation
    Returns
    Type
    CircularChart3DSeriesBuilder

    DataLabel(CircularChart3DDataLabelSettings)

    The data label settings for the circular 3D series.

    Declaration
    public CircularChart3DSeriesBuilder DataLabel(CircularChart3DDataLabelSettings dataLabel)
    Parameters
    Type Name Description
    CircularChart3DDataLabelSettings dataLabel
    Returns
    Type
    CircularChart3DSeriesBuilder

    DataLabel(Action<CircularChart3DDataLabelSettingsBuilder>)

    Declaration
    public CircularChart3DSeriesBuilder DataLabel(Action<CircularChart3DDataLabelSettingsBuilder> dataLabel)
    Parameters
    Type Name Description
    System.Action<CircularChart3DDataLabelSettingsBuilder> dataLabel
    Returns
    Type
    CircularChart3DSeriesBuilder

    DataSource(Action<DataManagerBuilder>)

    Declaration
    public CircularChart3DSeriesBuilder DataSource(Action<DataManagerBuilder> dataSource)
    Parameters
    Type Name Description
    System.Action<Syncfusion.EJ2.DataManagerBuilder> dataSource
    Returns
    Type
    CircularChart3DSeriesBuilder

    DataSource(Object)

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

    Declaration
    public CircularChart3DSeriesBuilder DataSource(object dataSource)
    Parameters
    Type Name Description
    System.Object dataSource
    Returns
    Type
    CircularChart3DSeriesBuilder

    EmptyPointSettings(CircularChart3DEmptyPointSettings)

    Options to customize the appearance of empty points in the circular 3D series.

    Declaration
    public CircularChart3DSeriesBuilder EmptyPointSettings(CircularChart3DEmptyPointSettings emptyPointSettings)
    Parameters
    Type Name Description
    CircularChart3DEmptyPointSettings emptyPointSettings
    Returns
    Type
    CircularChart3DSeriesBuilder

    EmptyPointSettings(Action<CircularChart3DEmptyPointSettingsBuilder>)

    Declaration
    public CircularChart3DSeriesBuilder EmptyPointSettings(Action<CircularChart3DEmptyPointSettingsBuilder> emptyPointSettings)
    Parameters
    Type Name Description
    System.Action<CircularChart3DEmptyPointSettingsBuilder> emptyPointSettings
    Returns
    Type
    CircularChart3DSeriesBuilder

    EnableTooltip(Boolean)

    Specifies whether the tooltip is enabled or disabled for the circular 3D series.

    Declaration
    public CircularChart3DSeriesBuilder EnableTooltip(bool enableTooltip)
    Parameters
    Type Name Description
    System.Boolean enableTooltip
    Returns
    Type
    CircularChart3DSeriesBuilder

    Explode(Boolean)

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

    Declaration
    public CircularChart3DSeriesBuilder Explode(bool explode)
    Parameters
    Type Name Description
    System.Boolean explode
    Returns
    Type
    CircularChart3DSeriesBuilder

    ExplodeAll(Boolean)

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

    Declaration
    public CircularChart3DSeriesBuilder ExplodeAll(bool explodeAll)
    Parameters
    Type Name Description
    System.Boolean explodeAll
    Returns
    Type
    CircularChart3DSeriesBuilder

    ExplodeIndex(Double)

    Index of the point to be exploded on load. Set to null for no explosion.

    Declaration
    public CircularChart3DSeriesBuilder ExplodeIndex(double explodeIndex)
    Parameters
    Type Name Description
    System.Double explodeIndex
    Returns
    Type
    CircularChart3DSeriesBuilder

    ExplodeOffset(String)

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

    Declaration
    public CircularChart3DSeriesBuilder ExplodeOffset(string explodeOffset)
    Parameters
    Type Name Description
    System.String explodeOffset
    Returns
    Type
    CircularChart3DSeriesBuilder

    InnerRadius(String)

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

    Declaration
    public CircularChart3DSeriesBuilder InnerRadius(string innerRadius)
    Parameters
    Type Name Description
    System.String innerRadius
    Returns
    Type
    CircularChart3DSeriesBuilder

    LegendImageUrl(String)

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

    Declaration
    public CircularChart3DSeriesBuilder LegendImageUrl(string legendImageUrl)
    Parameters
    Type Name Description
    System.String legendImageUrl
    Returns
    Type
    CircularChart3DSeriesBuilder

    LegendShape(LegendShape)

    The shape of the legend. Each series has its own legend shape. Available shapes: Circle - Renders a circle. Rectangle - Renders a rectangle. Triangle - Renders a triangle. Diamond - Renders a diamond. Cross - Renders a cross. HorizontalLine - Renders a horizontal line. VerticalLine - Renders a vertical line. Pentagon - Renders a pentagon. InvertedTriangle - Renders an inverted triangle. SeriesType -Render a legend shape based on series type. Image - Render an image.

    Declaration
    public CircularChart3DSeriesBuilder LegendShape(LegendShape legendShape)
    Parameters
    Type Name Description
    LegendShape legendShape
    Returns
    Type
    CircularChart3DSeriesBuilder

    Name(String)

    The name of the series as displayed in the legend.

    Declaration
    public CircularChart3DSeriesBuilder Name(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type
    CircularChart3DSeriesBuilder

    Opacity(Double)

    The opacity of the series.

    Declaration
    public CircularChart3DSeriesBuilder Opacity(double opacity)
    Parameters
    Type Name Description
    System.Double opacity
    Returns
    Type
    CircularChart3DSeriesBuilder

    Palettes(String[])

    Palette configuration for the points in the circular 3D series.

    Declaration
    public CircularChart3DSeriesBuilder Palettes(string[] palettes)
    Parameters
    Type Name Description
    System.String[] palettes
    Returns
    Type
    CircularChart3DSeriesBuilder

    PointColorMapping(String)

    The DataSource field that contains the point colors.

    Declaration
    public CircularChart3DSeriesBuilder PointColorMapping(string pointColorMapping)
    Parameters
    Type Name Description
    System.String pointColorMapping
    Returns
    Type
    CircularChart3DSeriesBuilder

    Query(String)

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

    Declaration
    public CircularChart3DSeriesBuilder Query(string query)
    Parameters
    Type Name Description
    System.String query
    Returns
    Type
    CircularChart3DSeriesBuilder

    Radius(String)

    Specifies the radius of the pie series in percentage. Set to null for default.

    Declaration
    public CircularChart3DSeriesBuilder Radius(string radius)
    Parameters
    Type Name Description
    System.String radius
    Returns
    Type
    CircularChart3DSeriesBuilder

    TooltipMappingName(String)

    The data source field that contains the tooltip value.

    Declaration
    public CircularChart3DSeriesBuilder TooltipMappingName(string tooltipMappingName)
    Parameters
    Type Name Description
    System.String tooltipMappingName
    Returns
    Type
    CircularChart3DSeriesBuilder

    Visible(Boolean)

    Specifies the visibility of the series.

    Declaration
    public CircularChart3DSeriesBuilder Visible(bool visible)
    Parameters
    Type Name Description
    System.Boolean visible
    Returns
    Type
    CircularChart3DSeriesBuilder

    XName(String)

    The DataSource field that contains the x value

    Declaration
    public CircularChart3DSeriesBuilder XName(string xName)
    Parameters
    Type Name Description
    System.String xName
    Returns
    Type
    CircularChart3DSeriesBuilder

    YName(String)

    The DataSource field that contains the y value.

    Declaration
    public CircularChart3DSeriesBuilder YName(string yName)
    Parameters
    Type Name Description
    System.String yName
    Returns
    Type
    CircularChart3DSeriesBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved