GaugeIndicatorBuilder Methods
| Name | Description |
|---|---|
| ArrowLength(JS) | Specifies the length of an arrow for the indicator of the textCloud type in pixels. Mirrors the client-side arrowLength option. |
| ArrowLength(Double) | Specifies the length of an arrow for the indicator of the textCloud type in pixels. Mirrors the client-side arrowLength option. |
| BackgroundColor(JS) | Specifies the background color for the indicator of the rangeBar type. Mirrors the client-side backgroundColor option. |
| BackgroundColor(String) | Specifies the background color for the indicator of the rangeBar type. Mirrors the client-side backgroundColor option. |
| BaseValue(JS) | Specifies the base value for the indicator of the rangeBar type. Mirrors the client-side baseValue option. |
| BaseValue(Double) | Specifies the base value for the indicator of the rangeBar type. Mirrors the client-side baseValue option. |
| BeginAdaptingAtRadius(JS) | Specifies a radius small enough for the indicator to begin adapting. Mirrors the client-side beginAdaptingAtRadius option. |
| BeginAdaptingAtRadius(Double) | Specifies a radius small enough for the indicator to begin adapting. Mirrors the client-side beginAdaptingAtRadius option. |
| Color(JS) | Specifies the color of the indicator. Mirrors the client-side color option. |
| Color(Action<ChartsColorBuilder>) | |
| Color(String) | Specifies the color of the indicator. 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) | Specifies the orientation of the rangeBar indicator. Applies only if the geometry.orientation property is 'vertical'. Mirrors the client-side horizontalOrientation option. |
| IndentFromCenter(JS) | Specifies the distance between the needle and the center of a gauge for the indicator of a needle-like type. Mirrors the client-side indentFromCenter option. |
| IndentFromCenter(Double) | Specifies the distance between the needle and the center of a gauge for the indicator of a needle-like type. Mirrors the client-side indentFromCenter option. |
| Length(JS) | Specifies the indicator length. Mirrors the client-side length option. |
| Length(Double) | Specifies the indicator length. Mirrors the client-side length option. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| Offset(JS) | Specifies the distance between the indicator and the invisible scale line. Mirrors the client-side offset option. |
| Offset(Double) | Specifies the distance between the indicator and the invisible scale line. 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) | Specifies the second color for the indicator of the twoColorNeedle type. Mirrors the client-side secondColor option. |
| SecondColor(String) | Specifies the second color for the indicator of the twoColorNeedle type. Mirrors the client-side secondColor option. |
| SecondFraction(JS) | Specifies the length of a twoNeedleColor type indicator tip as a percentage. Mirrors the client-side secondFraction option. |
| SecondFraction(Double) | Specifies the length of a twoNeedleColor type indicator tip as a percentage. Mirrors the client-side secondFraction option. |
| Size(JS) | Specifies the range bar size for an indicator of the rangeBar type. Mirrors the client-side size option. |
| Size(Double) | Specifies the range bar size for an indicator of the rangeBar type. Mirrors the client-side size option. |
| SpindleGapSize(JS) | Specifies the inner diameter in pixels, so that the spindle has the shape of a ring. Mirrors the client-side spindleGapSize option. |
| SpindleGapSize(Double) | Specifies the inner diameter in pixels, so that the spindle has the shape of a ring. Mirrors the client-side spindleGapSize option. |
| SpindleSize(JS) | Specifies the spindle's diameter in pixels for the indicator of a needle-like type. Mirrors the client-side spindleSize option. |
| SpindleSize(Double) | Specifies the spindle's diameter in pixels for the indicator of a needle-like type. Mirrors the client-side spindleSize option. |
| Text(Action<GaugeIndicatorTextBuilder>) | Specifies the appearance of the text displayed in an indicator of the rangeBar type. Mirrors the client-side text object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Type(GaugeIndicatorType) | Specifies the value indicator type. Mirrors the client-side type option. |
| VerticalOrientation(VerticalEdge) | Specifies the orientation of the rangeBar indicator. Applies only if the geometry.orientation property is 'horizontal'. Mirrors the client-side verticalOrientation option. |
| Width(JS) | Specifies the width of an indicator in pixels. Mirrors the client-side width option. |
| Width(Double) | Specifies the width of an indicator in pixels. Mirrors the client-side width option. |
See Also