Xceed.Chart.Server Namespace
See Also  Inheritance Hierarchy
Xceed.Chart.Server Assembly : Xceed.Chart.Server Namespace
This namespace contains the code related to the server functionality like browser detection, temporary file management, direct image streaming, HTML image map generation and others.

Classes

ClassDescription
Browser Describes a browser detection rule.
BrowserResponsePair Defines an association between a browser matching rule (Browser object) and a response type to be generated when the match is successful.
ChartServerControl The ChartServerControl class represents Xceed Chart for .NET used in ASPX web forms.
ChartServerControlState Controls the serialization and deserialization of the ChartServerControl state.
ChartServerDesigner The control designer
ChartWebFormsHandler This class is used by the .NET framework and is not indended for direct use in web applications.
GeneralSettings The GeneralSettings object contains properties related to the general behavior of the server control e.g. where the temporary images are stored as well as the criteria used to determine whether or not an image is considered expired.
HTMLImageMapResponse Describes and HTML image map generated by the server control.
ImageResponse Describes an image response type. The generated image can be BMP, JPEG, PNG, GIF or TIFF.
Licenser Class which is used to register Xceed Chart for ASP.NET.
RemoteRenderResult This member is reserved for internal use and is not intended to be used directly from your code.
Response The base class for the ImageResponse, HTMLImageMap and HTMLImageMapPostback classes.
ServerConfiguration Contains all properties related to the operation of the chart on the server including the temporary directory and the type of the generated response.
SVGResponse Describes an SVG response type. You can control the generated SVG content by modifying the properties of the attached SVGRenderSettings object.

Enumerations

EnumerationDescription
ClientSideScript Enumerates the types of client side script
ResponseType The possible response types generated by the component.

See Also