Skip to main content

GaugeIndicatorBuilder Methods

Name Description
ArrowLength(JS) Mirrors the client-side arrowLength option.
ArrowLength(Double) Mirrors the client-side arrowLength option.
BackgroundColor(JS) Mirrors the client-side backgroundColor option.
BackgroundColor(String) Mirrors the client-side backgroundColor option.
BaseValue(JS) Mirrors the client-side baseValue option.
BaseValue(Double) Mirrors the client-side baseValue option.
BeginAdaptingAtRadius(JS) Mirrors the client-side beginAdaptingAtRadius option.
BeginAdaptingAtRadius(Double) Mirrors the client-side beginAdaptingAtRadius option.
Color(JS) Mirrors the client-side color option.
Color(Action<ChartsColorBuilder>)
Color(String) Mirrors the client-side color 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.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HorizontalOrientation(HorizontalEdge) Mirrors the client-side horizontalOrientation option.
IndentFromCenter(JS) Mirrors the client-side indentFromCenter option.
IndentFromCenter(Double) Mirrors the client-side indentFromCenter option.
Length(JS) Mirrors the client-side length option.
Length(Double) Mirrors the client-side length option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Offset(JS) Mirrors the client-side offset option.
Offset(Double) Mirrors the client-side offset 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.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SecondColor(JS) Mirrors the client-side secondColor option.
SecondColor(String) Mirrors the client-side secondColor option.
SecondFraction(JS) Mirrors the client-side secondFraction option.
SecondFraction(Double) Mirrors the client-side secondFraction option.
Size(JS) Mirrors the client-side size option.
Size(Double) Mirrors the client-side size option.
SpindleGapSize(JS) Mirrors the client-side spindleGapSize option.
SpindleGapSize(Double) Mirrors the client-side spindleGapSize option.
SpindleSize(JS) Mirrors the client-side spindleSize option.
SpindleSize(Double) Mirrors the client-side spindleSize option.
Text(Action<GaugeIndicatorTextBuilder>) Mirrors the client-side text object.
ToString() Returns a string that represents the current object. Inherited from Object.
Type(GaugeIndicatorType) Mirrors the client-side type option.
VerticalOrientation(VerticalEdge) Mirrors the client-side verticalOrientation option.
Width(JS) Mirrors the client-side width option.
Width(Double) Mirrors the client-side width option.
See Also