Nevron .NET Vision
Nevron.Chart.WebForm Namespace / NChartClientServerTechnology Class


In This Topic
    NChartClientServerTechnology Class Properties
    In This Topic

    For a list of all members of this type, see NChartClientServerTechnology members.

    Public Properties
     NameDescription
    Public PropertyGets the Nevron Chart web control, associated by this instance of the NChartClientServerTechnology class. This property is initialized from the NChartClientServerTechnology constructor.  
    Public PropertyGets a value that indicates if there are error exceptions collected at the moment of reading the value. Errors a are collected by calling the RememberHtmlExceptionMessage method of the NClientServerTechnology class. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology)
    Public PropertyGets the web control, associated by this instance of the NClientServerTechnology class. This property is initialized from the NClientServerTechnology constructor. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the path of the current temp image file with the rendered chart, which is used at design-time to display the chart image in designer. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology)
    Protected PropertyGets the image format, used to render the chart both at design- and run-time. Currently The value of this property is fiexed to an instance of the Nevron.GraphicsCore.NPngImageFormat class and cannot be modified. (Inherited from Nevron.UI.WebForm.Controls.NClientServerTechnology)
    Top
    See Also