BootstrapChartBuilder Methods
A chart control.Name | Description |
---|---|
AccessibleDescription(String) | Sets the description of the widget intended for accessibility client applications. |
AdjustOnZoom(Boolean) | |
ArgumentAxis(Action<BootstrapChartArgumentAxisBuilder>) | Specifies argument axis options for the Chart control. |
BarWidth(Decimal) | Obsolete. Specifies a common bar width as a percentage from 0 to 1. |
Bind(Object) | |
Bind(String) | |
ClientSideEvents(Action<BootstrapChartClientSideEventsBuilder>) | Object that lists the client-side events specific to the BootstrapChartBuilder. |
CrosshairEnabled(Boolean) | Specifies whether or not to display the Crosshair. |
CrosshairLabelVisible(Boolean) | Makes the crosshair labels visible. Applies only if the crosshair feature is enabled using the BootstrapChartBuilder.CrosshairEnabled method. |
CssClasses(Action<BootstrapChartCssClassesBuilder>) | Provides access to CSS classes applied to visual elements of the Chart control. |
CustomPalette(Color[]) | Specifies a custom color palette used by the widget. |
CustomPalette(String) | Specifies a custom color palette used by the widget. |
DefaultPane(String) | Specifies the default pane for the chart series. |
Disabled(Boolean) | |
Enabled(Boolean) | Inherited from BootstrapControlBuilder<T>. |
EncodeHtml(Boolean) | Inherited from BootstrapControlBuilder<T>. |
EqualBarWidth(Boolean) | Obsolete. Specifies whether all bars in a series must have the same width, or may have different widths if any points in other series are missing. |
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. |
MaxBubbleSize(Decimal) | Specifies a coefficient determining the diameter of the largest bubble in a bubble series. |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
MinBubbleSize(Decimal) | Specifies the diameter of the smallest bubble in a bubble series measured in pixels. |
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) | |
Panes(String[]) | Defines the Chart control’s panes. |
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. |
Rotated(Boolean) | Sets a value that defines whether to swap chart axes. |
ScrollingMode(ChartPointerType) | Obsolete. Enables a scrolling capability in a BootstrapChartBuilder and specifies a pointer type used for scrolling. |
SeriesCollection(Action<BootstrapChartSeriesCollectionBuilder>) | Specifies options for 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<BootstrapChartAxisSettingsBaseBuilder>) | |
SettingsCommonSeries(Action<BootstrapChartCommonSeriesBuilder>) | Provides access to settings applied to all series displayed by the 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. |
SettingsScrollBar(Action<BootstrapChartScrollBarSettingsBuilder>) | Provides access to the Chart’s scroll bar 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. |
SettingsZoomAndPan(Action<BootstrapChartZoomAndPanSettingsBuilder>) | |
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. |
SynchronizeMultiAxes(Boolean) | Indicates whether to synchronize value axes when they are displayed on a single pane. |
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. |
UseAggregation(Boolean) | |
ValueAxisCollection(Action<BootstrapChartValueAxisCollectionBuilder>) | Provides access to a collection of the Chart control’s value axes. |
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>. |
ZoomingMode(ChartPointerType) | Obsolete. Enables zooming capability in a BootstrapChartBuilder and specifies a pointer type used for zooming. |
See Also