WorldDimensions Property (SciChart3DSurface)
Gets or sets the World Dimensions as a Vector3.
Syntax
[TypeConverter(SciChart.Charting3D.StringToVector3TypeConverter)]
public Vector3 WorldDimensions {get; set;}
Remarks
The default is X,Y,Z = 100,100,100. The extents of the X,Y,Z world ranges from -DimX/2 to +DimX/2, -DimY/2 to +DimY/2, -DimZ/2 to +DimZ/2
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also