Class
GraphCoordinateSystem

Represents a coordinate system in a Graph item.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public abstract class GraphCoordinateSystem : Component

Inheritance: objectMarshalByRefObjectComponentGraphCoordinateSystem

Derived Classes: CartesianCoordinateSystemPolarCoordinateSystem

Constructors

GraphCoordinateSystem()

Declaration

cs-api-definition
protected GraphCoordinateSystem()

Properties

Bindings

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

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
[Browsable(false)]
public override ISite Site { get; set; }

Property Value

ISite

Overrides Component.Site

Style

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

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Property Value

Style

Methods

GetAxes()

TODO: Add documentation.

Declaration

cs-api-definition
protected abstract IEnumerable<GraphAxis> GetAxes()

Returns

IEnumerable<GraphAxis>

ToString()

TODO: Add documentation.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides Component.ToString()