Class CircularGaugeAnnotationBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
CircularGaugeAnnotationBuilder
Namespace: Syncfusion.EJ2.CircularGauge
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularGaugeAnnotationBuilder : ControlBuilder
Constructors
CircularGaugeAnnotationBuilder()
Declaration
public CircularGaugeAnnotationBuilder()
CircularGaugeAnnotationBuilder(List<CircularGaugeAnnotation>)
Declaration
public CircularGaugeAnnotationBuilder(List<CircularGaugeAnnotation> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<CircularGaugeAnnotation> | collection |
Methods
Add()
Declaration
public void Add()
Angle(Double)
Sets and gets the angle for annotation with respect to axis in circular gauge.
Declaration
public CircularGaugeAnnotationBuilder Angle(double angle)
Parameters
Type | Name | Description |
---|---|---|
System.Double | angle |
Returns
AutoAngle(Boolean)
Enables and disables the rotation of the annotation along the axis.
Declaration
public CircularGaugeAnnotationBuilder AutoAngle(bool autoAngle)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | autoAngle |
Returns
Content(String)
Sets and gets the content of the annotation. This property accepts the HTML string or id of the custom element.
Declaration
public CircularGaugeAnnotationBuilder Content(string content)
Parameters
Type | Name | Description |
---|---|---|
System.String | content |
Returns
Description(String)
Sets and gets the information about annotation for assistive technology.
Declaration
public CircularGaugeAnnotationBuilder Description(string description)
Parameters
Type | Name | Description |
---|---|---|
System.String | description |
Returns
Radius(String)
Sets and gets the radius for annotation with respect to axis in circular gauge.
Declaration
public CircularGaugeAnnotationBuilder Radius(string radius)
Parameters
Type | Name | Description |
---|---|---|
System.String | radius |
Returns
TextStyle(CircularGaugeFont)
Sets and gets the style of the text in annotation.
Declaration
public CircularGaugeAnnotationBuilder TextStyle(CircularGaugeFont textStyle)
Parameters
Type | Name | Description |
---|---|---|
CircularGaugeFont | textStyle |
Returns
TextStyle(Action<CircularGaugeFontBuilder>)
Declaration
public CircularGaugeAnnotationBuilder TextStyle(Action<CircularGaugeFontBuilder> textStyle)
Parameters
Type | Name | Description |
---|---|---|
System.Action<CircularGaugeFontBuilder> | textStyle |
Returns
ZIndex(String)
Sets and gets the z-index of an annotation in an axis in the circular gauge.
Declaration
public CircularGaugeAnnotationBuilder ZIndex(string zIndex)
Parameters
Type | Name | Description |
---|---|---|
System.String | zIndex |