Class AxisGroup
Represents a group of axes in the chart.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class AxisGroup
Constructors
AxisGroup()
AxisGroup(Axis, Axis)
Initializes a new instance of the AxisGroup class.
Declaration
public AxisGroup(Axis categoryAxis, Axis valueAxis)
Parameters
Axis
categoryAxis
The category axis. |
Axis
valueAxis
The value axis. |
Properties
CategoryAxis
Gets or sets the axis agains which the categories of the series are plotted.
Declaration
public Axis CategoryAxis { get; set; }
Property Value
Axis
|
ValueAxis
Gets or sets the axis agains which the values of the series are plotted.
Declaration
public Axis ValueAxis { get; set; }
Property Value
Axis
|
Methods
Clone()
Creates a deep copy of the object.
Declaration
public AxisGroup Clone()
Returns
AxisGroup
The deep copy of the object. |