Class
GraphGroup

Represents a group in a Graph item.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class GraphGroup : GroupBase, IToggleVisibilityTarget, IActionTarget, IDataFlow

Inheritance: objectGroupBaseGraphGroup

Implements: IActionTargetIDataFlowIToggleVisibilityTarget

Inherited Members GroupBase.ToString()GroupBase.NameGroupBase.GroupingsGroupBase.GroupingGroupBase.SortingsGroupBase.SortingGroupBase.Filters

Constructors

GraphGroup()

TODO: Add documentation.

Declaration

cs-api-definition
public GraphGroup()

Properties

Action

Gets or sets an interactive action associated with this graph group.

Declaration

cs-api-definition
public IAction Action { get; set; }

Property Value

IAction

ChildGroups

TODO: Add documentation.

Declaration

cs-api-definition
public GraphGroupCollection ChildGroups { get; }

Property Value

GraphGroupCollection

Label

Gets or sets the label for the categories in category axis.

Declaration

cs-api-definition
public string Label { get; set; }

Property Value

string

A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.

Remarks

Applicable only to groups from the CategoryGroups hierarchy.

Visible

Gets or sets a value indicating whether the graph group is displayed.

Declaration

cs-api-definition
public bool Visible { get; set; }

Property Value

bool

true if the table group is displayed; otherwise, false. The default is true.

Methods

Equals(GraphGroup)

TODO: Add documentation.

Declaration

cs-api-definition
public bool Equals(GraphGroup other)

Parameters

other

GraphGroup

Returns

bool

Equals(object)

TODO: Add documentation.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides GroupBase.Equals(object)

GetHashCode()

TODO: Add documentation.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides GroupBase.GetHashCode()