GraphGroup
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
TODO: Add documentation.
public GraphGroup()
Properties
Gets or sets an interactive action associated with this graph group.
public IAction Action { get; set; }
TODO: Add documentation.
public GraphGroupCollection ChildGroups { get; }
Label
string
Gets or sets the label for the categories in category axis.
public string Label { get; set; }
A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.
Applicable only to groups from the CategoryGroups hierarchy.
Visible
bool
Gets or sets a value indicating whether the graph group is displayed.
public bool Visible { get; set; }
true if the table group is displayed; otherwise, false. The default is true.
Methods
TODO: Add documentation.
Equals(object)
bool
TODO: Add documentation.
public override bool Equals(object obj)
bool
Overrides:
TODO: Add documentation.
public override int GetHashCode()
int
Overrides: