Namespace Syncfusion.Blazor.DataVizCommon
Classes
Chart3DPathOptions
Represents the properties of a path element..
CircleOptions
Defines the complete set of options for rendering an SVG circle element in chart components,
including center coordinates, radius, stroke, fill, opacity, visibility, and accessibility attributes.
DataVizCommonHelper
Provides static utility methods for SVG chart rendering, including theme color palettes, unit conversion, data type detection, and event invocation helpers.
EllipseOptions
Defines the complete set of options for rendering an SVG ellipse element in chart components,
including center coordinates, radii, stroke, fill, opacity, and accessibility attributes.
FontOptions
Defines the font styling options used for SVG text elements in chart components.
ImageOptions
Defines the complete set of options for rendering an SVG image element in chart components,
including position, dimensions, image URL, visibility, and aspect ratio settings.
LocationModel
Represents a two-dimensional point with X and Y coordinates, used as a chart location model. Inherits from OffsetModel.
OffsetModel
Represents a two-dimensional offset with X and Y coordinate values, serving as the base point model for chart positioning calculations.
PathOptions
Defines the complete set of options for rendering an SVG path element in chart components,
including path direction, stroke, fill, opacity, clipping, accessibility, and inline style.
PatternOptions
Defines the options for an SVG pattern element used as a fill pattern in chart components.
Rect
Represents the rectangle dimension of a region.
RectOptions
Defines the complete set of options for rendering an SVG rect element in chart components,
including geometry, stroke, fill, opacity, accessibility, and visibility attributes.
Svg3DPath
Represents a Blazor component that renders a 3D SVG path element used in Chart3D rendering.
SvgAxisGroup
Represents a Blazor component that renders the SVG group element for chart crosshair axis indicators, managing horizontal, vertical, and tooltip axis group elements.
SvgCircle
Represents a Blazor component that renders an SVG circle element used in chart data point markers.
SvgClass
Represents a base Blazor component that provides CSS class management and identifier support for SVG elements used in chart rendering.
SvgEllipse
Represents a Blazor component that renders an SVG ellipse element used in chart data point markers and annotations.
SvgImage
Represents a Blazor component that renders an SVG image element used for rendering images in chart annotations and legends.
SvgLine
Represents a Blazor component that renders an SVG line element used for axis lines, grid lines, and crosshairs in charts.
SvgPath
Represents a Blazor component that renders an SVG path element used for series lines, areas, and markers in chart rendering.
SvgPattern
Represents a Blazor component that renders an SVG pattern element used for fill patterns in chart series.
SvgPolygon
Represents a Blazor component that renders an SVG polygon element used for rendering polygon shapes in chart markers and legends.
SvgRect
Represents a Blazor component that renders an SVG rectangle element used for chart backgrounds, borders, clip regions, and legend boxes.
SvgRendering
Provides a centralized SVG rendering engine that creates and manages Blazor SVG components such as paths, rectangles, text, ellipses, lines, images, and circles for chart rendering.
SvgText
Represents a Blazor component that renders an SVG text element used for chart axis labels, titles, data labels, and legend text.
SymbolOptions
Defines the composite symbol options for chart marker rendering, holding shape-specific option objects for path, ellipse, and image shapes, along with a ShapeName discriminator.
TextLocation
Represents a single line of text paired with its vertical position, used to build
multi-line SVG text elements via tspan children.
TextOptions
Defines the complete set of options for rendering an SVG text element in chart components,
including font styling, positioning, multi-line support, accessibility attributes, and inline style.
Enums
ShapeName
Specifies the marker ShapeOptions.