Represents a coordinate system in a Graph item.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class GraphCoordinateSystem : Component
Inheritance: objectMarshalByRefObjectComponentGraphCoordinateSystem
Derived Classes:
Constructors
C#
protected GraphCoordinateSystem()
Properties
Gets the collection of binding rules contained within the report item.
C#
public BindingCollection Bindings { get; }
An collection of Binding instances representing the list of property bindings defined within the item.
Name
string
Gets or sets the name of the coordinate system.
C#
public string Name { get; set; }
Remarks:
The Name should uniquely identify the coordinate system in the context of the Graph item it belongs to.
Site
ISite
TODO: Add documentation.
C#
[Browsable(false)]
public override ISite Site { get; set; }
Overrides:
Methods
TODO: Add documentation.
ToString()
string
TODO: Add documentation.
C#
public override string ToString()
string
Overrides: