Members 
SciChart.Charting3D Assembly > SciChart.Charting3D Namespace : StringToVector3TypeConverter Class
StringToVector3TypeConverter Class
TypeConverter to allow conversion of a string value to Vector3. Used to allow succinct Markup syntax e.g. <SciChart3DSurface WorldDimensions="10, 20, 30"/>
Syntax
public class StringToVector3TypeConverter : System.ComponentModel.TypeConverter 
Inheritance Hierarchy

System.Object
   System.ComponentModel.TypeConverter
      SciChart.Charting3D.StringToVector3TypeConverter

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