Nevron.Chart.Windows Namespace / NDataPointDragTool Class / MinZDragValue Property


MinZDragValue Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Min Drag Values")>
<System.ComponentModel.DescriptionAttribute("Controls the minimum z drag value")>
<System.Xml.Serialization.XmlAttributeAttribute()>
Public Property MinZDragValue As System.Double
 
'Usage
 
Dim instance As NDataPointDragTool
Dim value As System.Double
 
instance.MinZDragValue = value
 
value = instance.MinZDragValue
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