NevronOpenVision
Nevron.Nov.Chart Namespace / NGridSurfaceSeries Class / XValuesMode Property
In This Topic
    XValuesMode Property
    In This Topic
    Specifies the mode for the surface X values.
    Syntax
    public ENGridSurfaceValuesMode XValuesMode {get; set;}
    Remarks
    If set to ENGridSurfaceValuesMode.Natural (default) the grid's X origin is 0 and the grid's step in the Z direction is equal to 1. If set to ENGridSurfaceValuesMode.OriginAndStep the X values of the surface data points are calculated from the OriginX and StepX values. If set to ENGridSurfaceValuesMode.CustomValues the X values are taken from the XValues 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