Class PointerGradient2Builder
Class for pointer gradient two builder.
Inheritance
System.Object
PointerGradient2Builder
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 PointerGradient2Builder
Constructors
PointerGradient2Builder(LinearGauge)
Initializes a new instance of the PointerGradient2Builder class to indicate the pointer gradient two.
Declaration
public PointerGradient2Builder(LinearGauge pointerGradient2)
Parameters
Type | Name | Description |
---|---|---|
LinearGauge | pointerGradient2 | The pointer gradient2. |
Methods
Add()
Adds this instance.
Declaration
public void Add()
ColorInfo(Action<ColorInfoBuilder>)
Colors the information.
Declaration
public PointerGradient2Builder ColorInfo(Action<ColorInfoBuilder> colorinfo)
Parameters
Type | Name | Description |
---|---|---|
System.Action<ColorInfoBuilder> | colorinfo | The color information. |
Returns
Type | Description |
---|---|
PointerGradient2Builder |