Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / LineSeries Class / ZValues Property


ZValues Property (LineSeries)
Gives access to the z values data series.
Syntax
'Declaration
 
<CategoryAttribute("Data Series")>
<DescriptionAttribute("z values data series.")>
Public Property ZValues As DataSeries
 
'Usage
 
Dim instance As LineSeries
Dim value As DataSeries
 
instance.ZValues = value
 
value = instance.ZValues
Remarks
The points are visualized with depth coordinates extracted from this data series if the UseZValues property is set to true.
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