Class | Description | |
---|---|---|
ChartParameters | This class is used to prepare attributes for use with Svg Rendering class. Svg rendering class is used in two products: Dundas Chart and Dundas Diagram, and it cannot use internally any definition from these two products. | |
SvgAnimation | This class is responsible for Svg Animation rendering. This class is used for filling XML formatted document. | |
SvgChartGraphics | This class is used to prepare drawing for Svg Rendering class. Svg rendering class is used in two products: Dundas Chart and Dundas Diagram, and it cannot use internally any definition from these two products. | |
SvgParameters | This class is used as an abstract class to define necessary attributes for SVG drawing. This file is used in two products: Dundas Diagram and Dundas Chart. This class is base class for all SVG classes. | |
SvgRendering | Rendering SVG Class which is used for rendering SVG graphics file in a XML document. |
Structure | Description | |
---|---|---|
SvgOpenParameters | This structure is used for Open method in Svg. It contains parameters necessary for creation of Svg document. |
Enumeration | Description | |
---|---|---|
SvgParameters.SvgDashStyle | This enumeration defines pattern for solid and blank sequences for rendering a line | |
SvgParameters.SvgFillType | This enumeration defines the type of filling | |
SvgParameters.SvgGradientType | This enumeration defines the type of gradient | |
SvgParameters.SvgImageWrapMode | This enumeration defineshow image is tiled when it is larger than the area being filled | |
SvgParameters.SvgLineCapStyle | This enumeration defines how start or finish point of a line is drawn |