New to Telerik ReportingStart a free 30-day trial

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: IActionTargetIDataFlowIToggleVisibilityTarget

Inherited Members MapGroupBase.VisibleGroupBase.ToString()GroupBase.NameGroupBase.GroupingsGroupBase.GroupingGroupBase.SortingsGroupBase.SortingGroupBase.Filters...

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

TODO: Add documentation.

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

bool

Overrides: MapGroupBase.Equals(object)

TODO: Add documentation.

C#
public override int GetHashCode()
Returns:

int

Overrides: MapGroupBase.GetHashCode()