ClassGraphGroup
Represents a group in a Graph item.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class GraphGroup : GroupBase, IToggleVisibilityTarget, IActionTarget, IDataFlow
Inheritance: objectGroupBaseGraphGroup
Implements:
Inherited Members
Constructors
Properties
Action
Gets or sets an interactive action associated with this graph group.
ChildGroups
TODO: Add documentation.
Declaration
public GraphGroupCollection ChildGroups { get; }
Property Value
Label
Gets or sets the label for the categories in category axis.
Declaration
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
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
public bool Equals(GraphGroup other)
Parameters
other
Returns
bool
Equals(object)
TODO: Add documentation.
Declaration
public override bool Equals(object obj)
Parameters
obj
object
Returns
bool
Overrides
GetHashCode()
TODO: Add documentation.
Declaration
public override int GetHashCode()
Returns
int
Overrides