Nevron .NET Vision
Nevron.Chart Namespace / NGridSurfaceSeries Class / ZValuesMode Property


In This Topic
    ZValuesMode Property
    In This Topic
    Specifies the mode for the surface Z values.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlElementAttribute("ZValuesMode")>
    <System.ComponentModel.CategoryAttribute("Grid Options")>
    <System.ComponentModel.DescriptionAttribute("Specifies the mode for the surface Z values.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ZValuesMode As GridSurfaceValuesMode
    'Usage
     
    
    Dim instance As NGridSurfaceSeries
    Dim value As GridSurfaceValuesMode
     
    instance.ZValuesMode = value
     
    value = instance.ZValuesMode
    [System.Xml.Serialization.XmlElement("ZValuesMode")]
    [System.ComponentModel.Category("Grid Options")]
    [System.ComponentModel.Description("Specifies the mode for the surface Z values.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public GridSurfaceValuesMode ZValuesMode {get; set;}
    Remarks
    If set to GridSurfaceValuesMode.Natural (default) the surface is positioned behind the last series along the Depth axis and the grid step in the Z direction is equal to 1. If set to GridSurfaceValuesMode.OriginAndStep the Z values of the surface data points are calculated from the OriginZ and StepZ values. If set to GridSurfaceValuesMode.CustomValues the Z values are taken from the ZValues data series.
    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