Class CircularChart3DSeries
Inheritance
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularChart3DSeries : EJTagHelper
Constructors
CircularChart3DSeries()
Declaration
public CircularChart3DSeries()
Properties
Animation
Options for customizing the animation of the series.
Declaration
public CircularChart3DAnimation Animation { get; set; }
Property Value
Type | Description |
---|---|
CircularChart3DAnimation | The default value is null |
DataLabel
The data label settings for the circular 3D series.
Declaration
public CircularChart3DDataLabelSettings DataLabel { get; set; }
Property Value
Type | Description |
---|---|
CircularChart3DDataLabelSettings | 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 appearance of empty points in the circular 3D series.
Declaration
public CircularChart3DEmptyPointSettings EmptyPointSettings { get; set; }
Property Value
Type | Description |
---|---|
CircularChart3DEmptyPointSettings | The default value is null |
EnableTooltip
Specifies whether the tooltip is enabled or disabled for the circular 3D series.
Declaration
public bool EnableTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
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
Declaration
public double ExplodeIndex { get; set; }
Property Value
Type |
---|
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 | The default value is "30%" |
InnerRadius
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 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. 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 LegendShape LegendShape { get; set; }
Property Value
Type | Description |
---|---|
LegendShape | The default value is LegendShape.SeriesType |
Name
The name of the series as displayed in the legend.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
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 configuration for the points in the circular 3D series.
Declaration
public string[] Palettes { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The default value is null |
PointColorMapping
The DataSource field that contains the point colors.
Declaration
public string PointColorMapping { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Query
Specifies the query to select data from the 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
Declaration
public string Radius { get; set; }
Property Value
Type |
---|
System.String |
TooltipMappingName
The data source field that contains the tooltip value.
Declaration
public string TooltipMappingName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Visible
Specifies the visibility of the series.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
XName
The DataSource field that contains the x value
Declaration
public string XName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
YName
The DataSource field that contains the y value.
Declaration
public string YName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |