Class AxisGroup
Represents a group of axes in the chart.
Inheritance
System.Object
AxisGroup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 Axis
Declaration
public AxisGroup(Axis categoryAxis, Axis valueAxis)
Parameters
Properties
CategoryAxis
Gets or sets the axis agains which the categories of the series are plotted.
Declaration
public Axis CategoryAxis { get; set; }
Property Value
ValueAxis
Gets or sets the axis agains which the values of the series are plotted.
Declaration
public Axis ValueAxis { get; set; }
Property Value
Methods
Clone()
Creates a deep copy of the object.
Declaration
public AxisGroup Clone()
Returns
Axis The deep copy of the object. |