ClassDocumentChart
Container for chart series, axes, title, and legend; use this to compose and clone chart definitions.
Definition
Namespace:Telerik.Windows.Documents.Model.Drawing.Charts
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
public class DocumentChart
Inheritance: objectDocumentChart
Constructors
DocumentChart()
Create a new DocumentChart with no axes and an empty series group collection.
Declaration
public DocumentChart()
Properties
Legend
Gets or sets the legend associated with this chart, which controls category/series labeling.
PrimaryAxes
Gets or sets the primary axes used by the first series group, affecting scaling and layout.
SecondaryAxes
Gets or sets the secondary axes used for additional series groups in combo charts.
SeriesGroups
Gets the collection of series groups that organize the chart’s data.
Declaration
public SeriesGroupCollection SeriesGroups { get; }
Property Value
Methods
Clone()
Creates a deep copy of this chart and returns a new instance with cloned series, axes, title, and legend.
Declaration
public DocumentChart Clone()
Returns
The deep copy of the object.