SurfaceSeries3DBaseSetSize Method |
LightningChart .NET Help
Set grid size, both X and Z at same time. If you already have a large existing data,
using this method is faster than setting SizeX and SizeZ separately.
Namespace:
Arction.Wpf.Charting.Series3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void SetSize(
int sizeX,
int sizeZ
)
Public Sub SetSize (
sizeX As Integer,
sizeZ As Integer
)
public:
void SetSize(
int sizeX,
int sizeZ
)
Parameters
- sizeX
- Type: SystemInt32
X size. - sizeZ
- Type: SystemInt32
Z size.
See Also