Class GraphCoordinateSystem
Represents a coordinate system in a Graph item.
Inheritance
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class GraphCoordinateSystem : Component, IGraphCoordinateSystem, INamedObject
Remarks
In the Graph item
Constructors
GraphCoordinateSystem()
Declaration
protected GraphCoordinateSystem()
Properties
Bindings
Gets the collection of binding rules contained within the report item.
Declaration
public BindingCollection Bindings { get; }
Property Value
BindingCollection
An collection of Binding instances representing the list of property bindings defined within the item. |
Name
Gets or sets the name of the coordinate system.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Remarks
The Name should uniquely identify the coordinate system in the context of the Graph item it belongs to.
Site
Declaration
public override ISite Site { get; set; }
Property Value
System.ComponentModel.ISite
|
Style
Gets the default style for the axes, tick marks and labels.
Declaration
public Style Style { get; }
Property Value
Style
|
Methods
GetAxes()
Declaration
protected abstract IEnumerable<GraphAxis> GetAxes()
Returns
System.Collections.Generic.IEnumerable<GraphAxis>
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|