Class GraphGroup
Represents a group in a Graph item.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class GraphGroup : GroupBase, INamedObject, IToggleVisibilityTarget, IActionTarget, IMergeableGroup, IGraphGroup, IInteractivityDefinition, IGroupHierarchy, IGroup, IDataFlow
Constructors
GraphGroup()
Declaration
public GraphGroup()
Properties
Action
Gets or sets an interactive action associated with this graph group.
Declaration
public IAction Action { get; set; }
Property Value
IAction
|
ChildGroups
Label
Gets or sets the label for the categories in category axis.
Declaration
public string Label { get; set; }
Property Value
System.String
A System.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
public bool Visible { get; set; }
Property Value
System.Boolean
true if the table group is displayed; otherwise, false. The default is true. |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
Equals(GraphGroup)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|