NevronOpenVision
Nevron.Nov.Chart Namespace / NSurfaceSeriesBase Class / DrawFlat Property
Example
In This Topic
    DrawFlat Property
    In This Topic
    Draws the surface in flat mode (contour chart). The PositionMode and PositionValue properties determine the vertical position of the surface.
    Syntax
    public System.bool DrawFlat {get; set;}
    Example
    The code below shows how to enable the flat mode:
    surface.DrawFlat = True
    surface.DrawFlat = true;
    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