Nevron .NET Vision
Nevron.Chart Namespace / NXYZScatterSeries Class / UseZValues Property


In This Topic
    UseZValues Property (NXYZScatterSeries)
    In This Topic
    Specifies whether custom Z positions should be used.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Specifies whether custom Z positions should be used.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Property UseZValues As System.Boolean
    'Usage
     
    
    Dim instance As NXYZScatterSeries
    Dim value As System.Boolean
     
    instance.UseZValues = value
     
    value = instance.UseZValues
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Specifies whether custom Z positions should be used.")]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(false)]
    public System.bool UseZValues {get; set;}
    Remarks
    If this property is set to true the data items use the coordinates contained in the ZValues data series as their depth coordinate. It is recommended to switch the scale mode of the depth axis to one of the value scale modes.
    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