Skip to main content

PolarChartAnnotationConfigBuilder Methods

Represents an annotation config.
Name Description
AllowDragging(JS) Mirrors the client-side allowDragging option.
AllowDragging(Boolean) Mirrors the client-side allowDragging option.
Angle(JS) Mirrors the client-side angle option.
Angle(Double) Mirrors the client-side angle 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<PolarChartAnnotationConfigBorderBuilder>) 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 option.
Image(Action<PolarChartAnnotationConfigImageBuilder>) Mirrors the client-side image object.
Image(String) Mirrors the client-side image 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.
Radius(JS) Mirrors the client-side radius option.
Radius(Double) Mirrors the client-side radius 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<PolarChartAnnotationConfigShadowBuilder>) Mirrors the client-side shadow object.
Template(JS) Specifies the client-side template.
Template(RazorBlock) Specifies the client-side template.
Template(TemplateName) Specifies the client-side template.
Template(String) Specifies the client-side template.
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) Specifies the client-side tooltipTemplate.
TooltipTemplate(RazorBlock) Specifies the client-side tooltipTemplate.
TooltipTemplate(TemplateName) Specifies the client-side tooltipTemplate.
TooltipTemplate(String) Specifies the client-side tooltipTemplate.
ToString() Returns a string that represents the current object. Inherited from Object.
Type(AnnotationType) Mirrors the client-side type option.
Value(JS) Mirrors the client-side value option.
Value(DateTime) Mirrors the client-side value option.
Value(Double) Mirrors the client-side value option.
Value(String) Mirrors the client-side value 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