New to Telerik ReportingStart a free 30-day trial

Represents a group in a Graph item.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[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

TODO: Add documentation.

C#
public GraphGroup()

Properties

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

C#
public IAction Action { get; set; }

TODO: Add documentation.

C#
public GraphGroupCollection ChildGroups { get; }

Label

string

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

C#
public string Label { get; set; }
Property Value:

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.

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

C#
public bool Visible { get; set; }
Property Value:

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

Methods

TODO: Add documentation.

C#
public bool Equals(GraphGroup other)
Parameters:otherGraphGroupReturns:

bool

TODO: Add documentation.

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: GroupBase.Equals(object)

TODO: Add documentation.

C#
public override int GetHashCode()
Returns:

int

Overrides: GroupBase.GetHashCode()