ClassGraphCoordinateSystem
Represents a coordinate system in a Graph item.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
public abstract class GraphCoordinateSystem : Component
Inheritance: objectMarshalByRefObjectComponentGraphCoordinateSystem
Derived Classes:
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
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
string
Remarks
The Name should uniquely identify the coordinate system in the context of the Graph item it belongs to.
Site
TODO: Add documentation.
Declaration
[Browsable(false)]
public override ISite Site { get; set; }
Property Value
ISite
Overrides
Methods
GetAxes()
TODO: Add documentation.
Declaration
protected abstract IEnumerable<GraphAxis> GetAxes()
Returns
IEnumerable<GraphAxis>
ToString()
TODO: Add documentation.
Declaration
public override string ToString()
Returns
string
Overrides