NevronOpenVision
Nevron.Nov.Chart Namespace / NGridSurfaceSeries Class / ZValuesMode Property
In This Topic
    ZValuesMode Property
    In This Topic
    Specifies the mode for the surface Z values.
    Syntax
    public ENGridSurfaceValuesMode ZValuesMode {get; set;}
    Remarks
    If set to ENGridSurfaceValuesMode.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 ENGridSurfaceValuesMode.OriginAndStep the Z values of the surface data points are calculated from the OriginZ and StepZ values. If set to ENGridSurfaceValuesMode.CustomValues the Z values are taken from the ZValues data series.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also