Skip to main content

BootstrapPieChartBuilder Members

A pie chart control.

Constructors

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

Methods

Name Description
AccessibleDescription(String) Sets the description of the widget intended for accessibility client applications.
Bind(Object)
Bind(String)
ClientSideEvents(Action<BootstrapChartClientSideEventsBaseBuilder>) Object that lists the client-side events specific to BootstrapPieChartBuilder descendants.
CssClasses(Action<BootstrapChartCssClassesBaseBuilder>) Provides access to CSS classes applied to visual elements of a chart control.
CustomPalette(Color[]) Specifies a custom color palette used by the widget.
Diameter(Decimal) Specifies the ratio of the Pie Chart diameter to the smallest widget’s side length.
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>.
InnerRadius(Decimal) Specifies the fraction of the inner radius relative to the total radius in the series of the “doughnut“ type. The value should be between 0 and 1.
LegendMarkerCssClass(String) Provides access to CSS classes applied to legend markers of the Pie Chart control.
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>.
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(PieChartResolveLabelOverlapping) Specifies options for displaying the overlapping labels.
RightToLeft(Nullable<Boolean>) Gets or sets a value specifying whether or not the current control supports right-to-left representation.
SegmentsDirection(PieChartSegmentsDirection) Specifies the direction that the pie chart segments will occupy.
SeriesCollection(Action<BootstrapPieChartSeriesCollectionBuilder>) Specifies options for the series of the Pie Chart widget.
SettingsAdaptivity(Action<BootstrapChartAdaptivitySettingsBuilder>)
SettingsAnimation(Action<BootstrapChartAnimationSettingsBuilder>) Provides access to a chart control’s animation settings.
SettingsCommonSeries(Action<BootstrapPieChartCommonSeriesBuilder>) Provides access to settings applied to all series displayed by the Pie Chart control.
SettingsExport(Action<BootstrapUIWidgetExportSettingsBuilder>) Provides access to the widget’s export settings.
SettingsLegend(Action<BootstrapChartLegendSettingsBuilder>) Provides access to a chart control’s legend 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.
StartAngle(Decimal) Specifies the angle in arc degrees from which the first segment of a pie chart should start.
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.
Type(PieChartType) Specifies the type of the pie chart series.
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