Class SunburstPointsBuilder
Inheritance
System.Object
SunburstPointsBuilder
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()
Assembly: Syncfusion.EJ.dll
Syntax
public class SunburstPointsBuilder
Constructors
SunburstPointsBuilder(SunburstPoints, SunburstProperties)
Declaration
public SunburstPointsBuilder(SunburstPoints point, SunburstProperties sunburstProperties)
Parameters
Fields
sunburstProperties
Declaration
public SunburstProperties sunburstProperties
Field Value
Methods
Add()
Declaration
Fill(String)
Declaration
public SunburstPointsBuilder Fill(string fill)
Parameters
Type |
Name |
Description |
System.String |
fill |
|
Returns
Text(String)
Declaration
public SunburstPointsBuilder Text(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns
X(String)
Declaration
public SunburstPointsBuilder X(string xvalue)
Parameters
Type |
Name |
Description |
System.String |
xvalue |
|
Returns
Y(Double)
Declaration
public SunburstPointsBuilder Y(double yvalue)
Parameters
Type |
Name |
Description |
System.Double |
yvalue |
|
Returns