New to Telerik ReportingStart a free 30-day trial

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: CartesianCoordinateSystemPolarCoordinateSystem

Constructors

C#
protected GraphCoordinateSystem()

Properties

Gets the collection of binding rules contained within the report item.

C#
public BindingCollection Bindings { get; }
Property Value:

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: Component.Site

Gets the default style for the axes, tick marks and labels.

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Methods

GetAxes()

IEnumerable<GraphAxis>

TODO: Add documentation.

C#
protected abstract IEnumerable<GraphAxis> GetAxes()
Returns:

IEnumerable<GraphAxis>

TODO: Add documentation.

C#
public override string ToString()
Returns:

string

Overrides: Component.ToString()