Skip to main content

BootstrapPolarChartBuilder Members

A chart control visualizing data in a polar coordinate system.

Constructors

Name Description
BootstrapPolarChartBuilder(IHtmlHelper) Initializes a new instance of the BootstrapPolarChartBuilder class.

Methods

Name Description
AccessibleDescription(String) Sets the description of the widget intended for accessibility client applications.
ArgumentAxis(Action<BootstrapPolarChartArgumentAxisBuilder>) Specifies argument axis options for the Polar Chart control.
Bind(Object)
Bind(String)
ClientSideEvents(Action<BootstrapCoordinateSystemChartClientSideEventsBuilder>) Object that lists the client-side events specific to BootstrapPolarChartBuilder descendants.
CssClasses(Action<BootstrapPolarChartCssClassesBuilder>)
CustomPalette(Color[]) Specifies a custom color palette used by the widget.
Disabled(Boolean)
Enabled(Boolean) Inherited from BootstrapControlBuilder<T>.
EncodeHtml(Boolean) Inherited from BootstrapControlBuilder<T>.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Height(Int32) Inherited from BootstrapControlBuilder<T>.
Height(String) Inherited from BootstrapControlBuilder<T>.
LoadingIndicatorText(String) Sets the text displayed by the loading indicator.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
Name(String) Inherited from BootstrapControlBuilder<T>.
NegativesAsZeroes(Boolean) Forces the chart to treat negative values as zeroes.
OnClientCustomizeLabel(String) Customizes the appearance of an individual point label on the client side.
OnClientCustomizePoint(String) Customizes the appearance of an individual series point on the client side.
Palette(VizPalette) Specifies the predefined DevExtreme palette used by the widget.
PaletteExtensionMode(PaletteExtensionMode)
PathModified(Boolean) Notifies the widget that it is embedded into an HTML page that uses a tag to modify the path.
PointSelectionMode(ChartElementSelectionMode) Specifies whether a single point or multiple points can be selected in the chart.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
ResolveLabelOverlapping(ChartResolveLabelOverlapping) Specifies how the chart must behave when series point labels overlap.
RightToLeft(Nullable<Boolean>) Gets or sets a value specifying whether or not the current control supports right-to-left representation.
SeriesCollection(Action<BootstrapPolarChartSeriesCollectionBuilder>) Specifies options for Polar Chart widget series.
SeriesSelectionMode(ChartElementSelectionMode) Specifies whether a single series or multiple series can be selected in the chart.
SettingsAdaptivity(Action<BootstrapChartAdaptivitySettingsBuilder>)
SettingsAnimation(Action<BootstrapChartAnimationSettingsBuilder>) Provides access to a chart control’s animation settings.
SettingsCommonAxis(Action<BootstrapChartCommonAxisSettingsBuilder>) Provides access to settings common to all axes in a coordinate system chart.
SettingsCommonSeries(Action<BootstrapPolarChartCommonSeriesBuilder>) Provides access to settings applied to all series displayed by the Polar Chart control.
SettingsDataPrepare(Action<BootstrapChartDataPrepareSettingsBuilder>) Provides access to settings that determine how the chart manages data from a data source.
SettingsExport(Action<BootstrapUIWidgetExportSettingsBuilder>) Provides access to the widget’s export settings.
SettingsLegend(Action<BootstrapChartLegendSettingsBuilder>) Provides access to a chart control’s legend settings.
SettingsSeriesTemplate(Action<BootstrapChartSeriesTemplateSettingsBuilder>) Provides access to the chart’s series template settings.
SettingsToolTip(Action<BootstrapChartTooltipSettingsBuilder>) Provides access to a chart control’s tooltip settings.
ShowLoadingIndicator(Boolean) Specifies whether or not to display a loading indicator when obtaining data from a remote data source.
SubtitleText(String) Sets the widget’s subtitle.
TabIndex(Int16) Sets the control’s tab index.
TitleText(String) Sets the widget’s title.
ToString() Returns a string that represents the current object. Inherited from Object.
UseSpiderWeb(Boolean) Indicates whether to display a “spider web”.
ValueAxis(Action<BootstrapPolarChartValueAxisBuilder>) Specifies value axis options for the Polar Chart control.
Visible(Boolean) Inherited from BootstrapControlBuilder<T>.
Width(Int32) Inherited from BootstrapControlBuilder<T>.
Width(String) Inherited from BootstrapControlBuilder<T>.
WriteTo(TextWriter, HtmlEncoder) Inherited from BootstrapControlBuilder<T>.
See Also