Chart Custom Symbol
The Chart Canvas element's Chart Custom Symbol child element allows you to add a predefined shape or symbol for the chart marker.
A "marker point" is a symbol that appears on the chart at each data point. The Marker Points element enables customization of Marker Point appearance, with its Symbol attribute specifying the symbol that identifies each data point on the chart. With Chart Custom Symbol, you can create your own symbol and utilize it in the Symbol attribute of the Marker Points element.
The Chart Custom Symbol element has the following attributes:
Attribute | Description |
---|---|
SymbolKey | The key or ID of the custom symbol. This key links the custom symbol to the Marker Points element's Symbol attribute list. |
SymbolPath | A string representing the Scalable Vector Graphics (SVG) path, written as follows:
For example: M, x, y, L, x+w, y+h, V, y+h*0.5, H ,x, L ,x, y |
To configure the Chart Custom Symbol element and link it to the Marker Points' Symbol attribute, compete the following:
Begin by adding a Chart Custom Symbol element to your chart.
Then, define a SymbolKey.
Next, enter a SymbolPath to pass the definition.
Access the Marker Points element and enter or select the SymbolKey (added in step 2) in the "Symbol" attribute.
The video below demonstrates the steps for defining a symbol key and path to pass a definition, linking the custom symbol to the Marker Point element, as well as the finished product:
The following series charts support this feature: Area, Bubble, Line, Scatter, Spline, and Area Spline.
Comments
0 comments
Please sign in to leave a comment.