Class SymbolPalettePointBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SymbolPalettePointBuilder
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class SymbolPalettePointBuilder : ControlBuilder
Constructors
SymbolPalettePointBuilder()
Declaration
public SymbolPalettePointBuilder()
SymbolPalettePointBuilder(SymbolPalettePoint)
Declaration
public SymbolPalettePointBuilder(SymbolPalettePoint model)
Parameters
| Type | Name | Description |
|---|---|---|
| SymbolPalettePoint | model |
Methods
X(Double)
Sets the x-coordinate of a position
Declaration
public SymbolPalettePointBuilder X(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SymbolPalettePointBuilder |
Y(Double)
Sets the y-coordinate of a position
Declaration
public SymbolPalettePointBuilder Y(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SymbolPalettePointBuilder |