Search Results for

    Show / Hide Table of Contents

    Enum RenderModeType

    Enum for specifying the type of data to be returned by the ZedGraphWeb Render() method.

    Namespace: ZedGraph
    Assembly: ZedGraph.dll
    Syntax
    public enum RenderModeType

    Fields

    Name Description
    ImageTag

    Renders as an IMG tag referencing a local generated image. ContentType stays text.

    RawImage

    Renders the binary image. ContentType is changed accordingly.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX