Skip to main content

PieChartAnnotationConfigBuilder Methods

Provides methods that allow you to configure nested options of the client-side annotations object.
Name Description
AllowDragging(JS) Mirrors the client-side allowDragging option.
AllowDragging(Boolean) Mirrors the client-side allowDragging option.
Argument(JS) Mirrors the client-side argument option.
Argument(DateTime) Mirrors the client-side argument option.
Argument(Double) Mirrors the client-side argument option.
Argument(String) Mirrors the client-side argument option.
ArrowLength(JS) Mirrors the client-side arrowLength option.
ArrowLength(Double) Mirrors the client-side arrowLength option.
ArrowWidth(JS) Mirrors the client-side arrowWidth option.
ArrowWidth(Double) Mirrors the client-side arrowWidth option.
Border(Action<PieChartAnnotationConfigBorderBuilder>) Mirrors the client-side border object.
Color(JS) Mirrors the client-side color option.
Color(String) Mirrors the client-side color option.
CustomizeTooltip(RazorBlock) Mirrors the client-side customizeTooltip option.
CustomizeTooltip(String) Mirrors the client-side customizeTooltip option.
Data(Object) Mirrors the client-side data option.
Description(JS) Mirrors the client-side description option.
Description(String) Mirrors the client-side description 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.
Font(Action<VizFontBuilder>) Mirrors the client-side font object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Height(JS) Mirrors the client-side height option.
Height(Double) Mirrors the client-side height option.
Image(JS) Mirrors the client-side image object.
Image(Action<PieChartAnnotationConfigImageBuilder>) Mirrors the client-side image option.
Image(String) Mirrors the client-side image option.
Location(PieChartAnnotationLocation) Mirrors the client-side location option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Name(JS) Mirrors the client-side name option.
Name(String) Mirrors the client-side name option.
OffsetX(JS) Mirrors the client-side offsetX option.
OffsetX(Double) Mirrors the client-side offsetX option.
OffsetY(JS) Mirrors the client-side offsetY option.
OffsetY(Double) Mirrors the client-side offsetY option.
Opacity(JS) Mirrors the client-side opacity option.
Opacity(Double) Mirrors the client-side opacity option.
Option(String, Object) Specifies an option by its name.
PaddingLeftRight(JS) Mirrors the client-side paddingLeftRight option.
PaddingLeftRight(Double) Mirrors the client-side paddingLeftRight option.
PaddingTopBottom(JS) Mirrors the client-side paddingTopBottom option.
PaddingTopBottom(Double) Mirrors the client-side paddingTopBottom option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Series(JS) Mirrors the client-side series option.
Series(String) Mirrors the client-side series option.
Shadow(Action<PieChartAnnotationConfigShadowBuilder>) Mirrors the client-side shadow object.
Template(JS)
Template(RazorBlock)
Template(TemplateName)
Template(String)
Text(JS) Mirrors the client-side text option.
Text(String) Mirrors the client-side text option.
TextOverflow(VizTextOverflow) Mirrors the client-side textOverflow option.
TooltipEnabled(JS) Mirrors the client-side tooltipEnabled option.
TooltipEnabled(Boolean) Mirrors the client-side tooltipEnabled option.
TooltipTemplate(JS)
TooltipTemplate(RazorBlock)
TooltipTemplate(TemplateName)
TooltipTemplate(String)
ToString() Returns a string that represents the current object. Inherited from Object.
Type(AnnotationType) Mirrors the client-side type option.
Width(JS) Mirrors the client-side width option.
Width(Double) Mirrors the client-side width option.
WordWrap(VizWordWrap) Mirrors the client-side wordWrap option.
X(JS) Mirrors the client-side x option.
X(Double) Mirrors the client-side x option.
Y(JS) Mirrors the client-side y option.
Y(Double) Mirrors the client-side y option.
See Also