Show / Hide Table of Contents

Class IgbHierarchicalRingSeries

Represents a IgbDoughnutChart hierarchical series.

Inheritance
System.Object
BaseRendererElement
IgbRingSeriesBase
IgbHierarchicalRingSeries
Implements
JsonSerializable
System.IDisposable
Inherited Members
IgbRingSeriesBase.Dispose()
IgbRingSeriesBase.OnInitializedAsync()
IgbRingSeriesBase.ProvideContainerAsync(Object)
IgbRingSeriesBase.ProvideContainer(Object)
IgbRingSeriesBase.DoughnutChartParent
IgbRingSeriesBase.ParentTypeName
IgbRingSeriesBase.ContentLabelFormatSpecifiers
IgbRingSeriesBase.ActualLabelFormatSpecifiers
IgbRingSeriesBase.ContentOthersLabelFormatSpecifiers
IgbRingSeriesBase.ActualOthersLabelFormatSpecifiers
IgbRingSeriesBase.ContentLegendLabelFormatSpecifiers
IgbRingSeriesBase.ActualLegendLabelFormatSpecifiers
IgbRingSeriesBase.ContentLegendOthersLabelFormatSpecifiers
IgbRingSeriesBase.ActualLegendOthersLabelFormatSpecifiers
IgbRingSeriesBase.DataSource
IgbRingSeriesBase.DataSourceScript
IgbRingSeriesBase.ValueMemberPath
IgbRingSeriesBase.LabelMemberPath
IgbRingSeriesBase.LegendLabelMemberPath
IgbRingSeriesBase.LabelsPosition
IgbRingSeriesBase.LeaderLineVisibility
IgbRingSeriesBase.LeaderLineFill
IgbRingSeriesBase.LeaderLineStroke
IgbRingSeriesBase.LeaderLineStrokeThickness
IgbRingSeriesBase.LeaderLineOpacity
IgbRingSeriesBase.LeaderLineType
IgbRingSeriesBase.LeaderLineMargin
IgbRingSeriesBase.OthersCategoryThreshold
IgbRingSeriesBase.OthersCategoryType
IgbRingSeriesBase.OthersCategoryText
IgbRingSeriesBase.Legend
IgbRingSeriesBase.LegendScript
IgbRingSeriesBase.FormatLabelScript
IgbRingSeriesBase.FormatLegendLabel
IgbRingSeriesBase.FormatLegendLabelScript
IgbRingSeriesBase.LabelFormat
IgbRingSeriesBase.LabelFormatSpecifiers
IgbRingSeriesBase.OthersLabelFormat
IgbRingSeriesBase.OthersLabelFormatSpecifiers
IgbRingSeriesBase.LegendLabelFormat
IgbRingSeriesBase.LegendLabelFormatSpecifiers
IgbRingSeriesBase.LegendOthersLabelFormat
IgbRingSeriesBase.LegendOthersLabelFormatSpecifiers
IgbRingSeriesBase.LabelExtent
IgbRingSeriesBase.StartAngle
IgbRingSeriesBase.OthersCategoryFill
IgbRingSeriesBase.OthersCategoryStroke
IgbRingSeriesBase.OthersCategoryStrokeThickness
IgbRingSeriesBase.OthersCategoryOpacity
IgbRingSeriesBase.SelectedSliceFill
IgbRingSeriesBase.SelectedSliceStroke
IgbRingSeriesBase.SelectedSliceStrokeThickness
IgbRingSeriesBase.SelectedSliceOpacity
IgbRingSeriesBase.Brushes
IgbRingSeriesBase.Outlines
IgbRingSeriesBase.LabelOuterColor
IgbRingSeriesBase.LabelInnerColor
IgbRingSeriesBase.IsSurfaceInteractionDisabled
IgbRingSeriesBase.RadiusFactor
IgbRingSeriesBase.PropertyUpdatedScript
IgbRingSeriesBase.PropertyUpdated
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbHierarchicalRingSeries : IgbRingSeriesBase, JsonSerializable, IDisposable

Constructors

IgbHierarchicalRingSeries()

Declaration
public IgbHierarchicalRingSeries()

Properties

ChildrenMemberPath

Gets or sets the property name that contains the children items collection.

Declaration
public string ChildrenMemberPath { get; set; }
Property Value
Type Description
System.String

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
IgbRingSeriesBase.Type

Methods

EnsureModulesLoaded()

Declaration
protected override void EnsureModulesLoaded()
Overrides
BaseRendererElement.EnsureModulesLoaded()

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
IgbRingSeriesBase.FindByName(String)

Implements

JsonSerializable
System.IDisposable