Class CircularCustomLabelBuilder
Class for circular gauge custom label builder.
Inheritance
System.Object
CircularCustomLabelBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.DataVisualization
Assembly: Syncfusion.EJ.dll
Syntax
public class CircularCustomLabelBuilder
Constructors
CircularCustomLabelBuilder(CircularScales)
Initializes a new instance of the CircularCustomLabelBuilder class to indicate the scale custom label.
Declaration
public CircularCustomLabelBuilder(CircularScales customLabel)
Parameters
Type | Name | Description |
---|---|---|
CircularScales | customLabel | The custom label. |
Methods
Add()
Adds this instance.
Declaration
public void Add()
Color(String)
Colors the specified color.
Declaration
public CircularCustomLabelBuilder Color(string color)
Parameters
Type | Name | Description |
---|---|---|
System.String | color | The color. |
Returns
Type | Description |
---|---|
CircularCustomLabelBuilder |
CustomLabelPositionType(CustomLabelPositionType)
Customs the type of the label position.
Declaration
public CircularCustomLabelBuilder CustomLabelPositionType(CustomLabelPositionType type)
Parameters
Type | Name | Description |
---|---|---|
CustomLabelPositionType | type | The type. |
Returns
Type | Description |
---|---|
CircularCustomLabelBuilder |
Font(Action<CircularFontBuilder>)
Fonts the specified font.
Declaration
public CircularCustomLabelBuilder Font(Action<CircularFontBuilder> font)
Parameters
Type | Name | Description |
---|---|---|
System.Action<CircularFontBuilder> | font | The font. |
Returns
Type | Description |
---|---|
CircularCustomLabelBuilder |
Position(Action<CircularPositionBuilder>)
Positions the specified position.
Declaration
public CircularCustomLabelBuilder Position(Action<CircularPositionBuilder> position)
Parameters
Type | Name | Description |
---|---|---|
System.Action<CircularPositionBuilder> | position | The position. |
Returns
Type | Description |
---|---|
CircularCustomLabelBuilder |
TextAngle(Int32)
Texts the angle.
Declaration
public CircularCustomLabelBuilder TextAngle(int textAngle)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | textAngle | The text angle. |
Returns
Type | Description |
---|---|
CircularCustomLabelBuilder |
Value(String)
Values the specified value.
Declaration
public CircularCustomLabelBuilder Value(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value. |
Returns
Type | Description |
---|---|
CircularCustomLabelBuilder |