Skip to main content
A newer version of this page is available. .

PolarChartBuilder Members

A PolarChart control.

Constructors

Name Description
PolarChartBuilder(OptionsOwnerContext) For internal use only. Initializes a new PolarChartBuilder class instance.

Methods

Name Description
AdaptiveLayout(Action<PolarChartAdaptiveLayoutBuilder>) Mirrors the client-side adaptiveLayout object.
Animation(JS) Mirrors the client-side animation option.
Animation(Action<PolarChartAnimationBuilder>) Mirrors the client-side animation object.
Animation(Boolean) Mirrors the client-side animation option.
Annotations(Action<CollectionFactory<PolarChartAnnotationConfigBuilder>>) Provides access to the client-side annotations option that represents an annotation config collection.
ArgumentAxis(Action<PolarChartArgumentAxisBuilder>) Mirrors the client-side argumentAxis object.
BarGroupPadding(JS) Mirrors the client-side barGroupPadding option.
BarGroupPadding(Double) Mirrors the client-side barGroupPadding option.
BarGroupWidth(JS) Mirrors the client-side barGroupWidth option.
BarGroupWidth(Double) Mirrors the client-side barGroupWidth option.
CommonAnnotationSettings(Action<PolarChartCommonAnnotationConfigBuilder>) Mirrors the client-side commonAnnotationSettings object.
CommonAxisSettings(Action<PolarChartCommonAxisSettingsBuilder>) Mirrors the client-side commonAxisSettings object.
CommonSeriesSettings(Action<PolarChartCommonSeriesSettingsBuilder>) Mirrors the client-side commonSeriesSettings object.
ContainerBackgroundColor(JS) Mirrors the client-side containerBackgroundColor option.
ContainerBackgroundColor(String) Mirrors the client-side containerBackgroundColor option.
CustomizeAnnotation(RazorBlock) Mirrors the client-side customizeAnnotation option.
CustomizeAnnotation(String) Mirrors the client-side customizeAnnotation option.
CustomizeLabel(RazorBlock) Mirrors the client-side customizeLabel option.
CustomizeLabel(String) Mirrors the client-side customizeLabel option.
CustomizePoint(RazorBlock) Mirrors the client-side customizePoint option.
CustomizePoint(String) Mirrors the client-side customizePoint option.
DataPrepareSettings(Action<PolarChartDataPrepareSettingsBuilder>) Mirrors the client-side dataPrepareSettings object.
DataSource(JS) Mirrors the client-side dataSource option.
DataSource(IEnumerable, String[]) Binds a PolarChart control to a collection: Array, List, or IEnumerable.
DataSource(Func<DataSourceFactory, OptionsOwnerBuilder>) Binds a PolarChart control to data, allows you to configure data access from different sources: API controllers, Razor page handlers, OData services, arrays, and more.
DataSource(String, String[]) Binds a PolarChart control to read-only data in JSON format.
DataSourceOptions(Action<DataSourceOptionsBuilder>) Provides access to methods that mirror client-side data source options.
Disabled(JS) Mirrors the client-side disabled option.
Disabled(Boolean) Mirrors the client-side disabled option.
ElementAttr(JS) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Dictionary<String, Object>) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(String, Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Export(Action<PolarChartExportBuilder>) Mirrors the client-side export object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
ID(JS) Specifies the id attribute for the control’s HTML element (used for nested controls within templates).
ID(String) Specifies the id attribute for the control’s HTML element.
Legend(Action<PolarChartLegendBuilder>) Mirrors the client-side legend object.
LoadingIndicator(Action<PolarChartLoadingIndicatorBuilder>) Mirrors the client-side loadingIndicator object.
Margin(Action<PolarChartMarginBuilder>) Mirrors the client-side margin object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
NegativesAsZeroes(JS) Mirrors the client-side negativesAsZeroes option.
NegativesAsZeroes(Boolean) Mirrors the client-side negativesAsZeroes option.
OnArgumentAxisClick(RazorBlock) Mirrors the client-side onArgumentAxisClick option.
OnArgumentAxisClick(String) Mirrors the client-side onArgumentAxisClick option.
OnDisposing(RazorBlock) Mirrors the client-side onDisposing option.
OnDisposing(String) Mirrors the client-side onDisposing option.
OnDone(RazorBlock) Mirrors the client-side onDone option.
OnDone(String) Mirrors the client-side onDone option.
OnDrawn(RazorBlock) Mirrors the client-side onDrawn option.
OnDrawn(String) Mirrors the client-side onDrawn option.
OnExported(RazorBlock) Mirrors the client-side onExported option.
OnExported(String) Mirrors the client-side onExported option.
OnExporting(RazorBlock) Mirrors the client-side onExporting option.
OnExporting(String) Mirrors the client-side onExporting option.
OnFileSaving(RazorBlock) Mirrors the client-side onFileSaving option.
OnFileSaving(String) Mirrors the client-side onFileSaving option.
OnIncidentOccurred(RazorBlock) Mirrors the client-side onIncidentOccurred option.
OnIncidentOccurred(String) Mirrors the client-side onIncidentOccurred option.
OnInitialized(RazorBlock) Mirrors the client-side onInitialized option.
OnInitialized(String) Mirrors the client-side onInitialized option.
OnLegendClick(RazorBlock) Mirrors the client-side onLegendClick option.
OnLegendClick(String) Mirrors the client-side onLegendClick option.
OnOptionChanged(RazorBlock) Mirrors the client-side onOptionChanged option.
OnOptionChanged(String) Mirrors the client-side onOptionChanged option.
OnPointClick(RazorBlock) Mirrors the client-side onPointClick option.
OnPointClick(String) Mirrors the client-side onPointClick option.
OnPointHoverChanged(RazorBlock) Mirrors the client-side onPointHoverChanged option.
OnPointHoverChanged(String) Mirrors the client-side onPointHoverChanged option.
OnPointSelectionChanged(RazorBlock) Mirrors the client-side onPointSelectionChanged option.
OnPointSelectionChanged(String) Mirrors the client-side onPointSelectionChanged option.
OnSeriesClick(RazorBlock) Mirrors the client-side onSeriesClick option.
OnSeriesClick(String) Mirrors the client-side onSeriesClick option.
OnSeriesHoverChanged(RazorBlock) Mirrors the client-side onSeriesHoverChanged option.
OnSeriesHoverChanged(String) Mirrors the client-side onSeriesHoverChanged option.
OnSeriesSelectionChanged(RazorBlock) Mirrors the client-side onSeriesSelectionChanged option.
OnSeriesSelectionChanged(String) Mirrors the client-side onSeriesSelectionChanged option.
OnTooltipHidden(RazorBlock) Mirrors the client-side onTooltipHidden option.
OnTooltipHidden(String) Mirrors the client-side onTooltipHidden option.
OnTooltipShown(RazorBlock) Mirrors the client-side onTooltipShown option.
OnTooltipShown(String) Mirrors the client-side onTooltipShown option.
OnZoomEnd(RazorBlock) Mirrors the client-side onZoomEnd option.
OnZoomEnd(String) Mirrors the client-side onZoomEnd option.
OnZoomStart(RazorBlock) Mirrors the client-side onZoomStart option.
OnZoomStart(String) Mirrors the client-side onZoomStart option.
Option(String, Object) Specifies an option by its name.
Palette(JS) Mirrors the client-side palette option.
Palette(VizPalette) Mirrors the client-side palette option.
Palette(IEnumerable<String>) Mirrors the client-side palette option.
PaletteExtensionMode(VizPaletteExtensionMode) Mirrors the client-side paletteExtensionMode option.
PathModified(JS) Mirrors the client-side pathModified option.
PathModified(Boolean) Mirrors the client-side pathModified option.
PointSelectionMode(ChartElementSelectionMode) Mirrors the client-side pointSelectionMode option.
RedrawOnResize(JS) Mirrors the client-side redrawOnResize option.
RedrawOnResize(Boolean) Mirrors the client-side redrawOnResize option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Render() Inherited from WidgetBuilder.
ResolveLabelOverlapping(PolarChartResolveLabelOverlapping) Mirrors the client-side resolveLabelOverlapping option.
RtlEnabled(JS) Mirrors the client-side rtlEnabled option.
RtlEnabled(Boolean) Mirrors the client-side rtlEnabled option.
Series(Action<CollectionFactory<PolarChartSeriesBuilder>>) Provides access to the client-side series option that represents a PolarChart series collection.
SeriesSelectionMode(ChartElementSelectionMode) Mirrors the client-side seriesSelectionMode option.
SeriesTemplate(Action<PolarChartSeriesTemplateBuilder>) Mirrors the client-side seriesTemplate object.
Size(Action<PolarChartSizeBuilder>) Mirrors the client-side size object.
Theme(VizTheme) Mirrors the client-side theme option.
Title(JS) Mirrors the client-side title option.
Title(Action<PolarChartTitleBuilder>) Mirrors the client-side title object.
Title(String) Mirrors the client-side title option.
Tooltip(Action<PolarChartTooltipBuilder>) Mirrors the client-side tooltip object.
ToString() Inherited from WidgetBuilder.
ToTemplate() Renders the control as a template string for use in another control’s template. Inherited from WidgetBuilder.
UseSpiderWeb(JS) Mirrors the client-side useSpiderWeb option.
UseSpiderWeb(Boolean) Mirrors the client-side useSpiderWeb option.
ValueAxis(Action<PolarChartValueAxisBuilder>) Mirrors the client-side valueAxis object.
See Also