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

BarGaugeBuilder Members

A BarGauge control.

Constructors

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

Methods

Name Description
Animation(Action<BarGaugeAnimationBuilder>) Mirrors the client-side animation object.
BackgroundColor(JS) Mirrors the client-side backgroundColor option.
BackgroundColor(String) Mirrors the client-side backgroundColor option.
BarSpacing(JS) Mirrors the client-side barSpacing option.
BarSpacing(Double) Mirrors the client-side barSpacing option.
BaseValue(JS) Mirrors the client-side baseValue option.
BaseValue(Double) Mirrors the client-side baseValue option.
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.
EndValue(JS) Mirrors the client-side endValue option.
EndValue(Double) Mirrors the client-side endValue option.
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<BarGaugeExportBuilder>) Mirrors the client-side export object.
Geometry(Action<BarGaugeGeometryBuilder>) Mirrors the client-side geometry 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.
Label(Action<BarGaugeLabelBuilder>) Mirrors the client-side label object.
Legend(Action<BarGaugeLegendBuilder>) Mirrors the client-side legend object.
LoadingIndicator(Action<BarGaugeLoadingIndicatorBuilder>) Mirrors the client-side loadingIndicator object.
Margin(Action<BarGaugeMarginBuilder>) Mirrors the client-side margin object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnDisposing(RazorBlock) Mirrors the client-side onDisposing option.
OnDisposing(String) Mirrors the client-side onDisposing 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.
OnOptionChanged(RazorBlock) Mirrors the client-side onOptionChanged option.
OnOptionChanged(String) Mirrors the client-side onOptionChanged 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.
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.
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.
RelativeInnerRadius(JS) Mirrors the client-side relativeInnerRadius option.
RelativeInnerRadius(Double) Mirrors the client-side relativeInnerRadius option.
Render() Inherited from WidgetBuilder.
ResolveLabelOverlapping(BarGaugeResolveLabelOverlapping) Mirrors the client-side resolveLabelOverlapping option.
RtlEnabled(JS) Mirrors the client-side rtlEnabled option.
RtlEnabled(Boolean) Mirrors the client-side rtlEnabled option.
Size(Action<BarGaugeSizeBuilder>) Mirrors the client-side size object.
StartValue(JS) Mirrors the client-side startValue option.
StartValue(Double) Mirrors the client-side startValue option.
Theme(VizTheme) Mirrors the client-side theme option.
Title(JS) Mirrors the client-side title option.
Title(Action<BarGaugeTitleBuilder>) Mirrors the client-side title object.
Title(String) Mirrors the client-side title option.
Tooltip(Action<BarGaugeTooltipBuilder>) 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.
Values(JS) Mirrors the client-side values option.
Values(IEnumerable<Double>) Mirrors the client-side values option.
See Also