MapGroup
Class
Represents a series group in a Map item.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MapGroup : MapGroupBase, IToggleVisibilityTarget, IActionTarget, IDataFlow
Inheritance: objectGroupBaseMapGroupBaseMapGroup
Implements:
Inherited Members
Constructors
C#
public MapGroup()
Properties
Gets or sets an interactive action associated with this graph group.
C#
public IAction Action { get; set; }
TODO: Add documentation.
C#
public MapGroupCollection ChildGroups { get; }
Methods
Equals(object)
bool
TODO: Add documentation.
C#
public override bool Equals(object obj)
bool
Overrides:
TODO: Add documentation.
C#
public override int GetHashCode()
int
Overrides: