ShapeMapGroup
Class
Represents a group used in a ShapeMapSeries that allows to set a shape source type for any group instance.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ShapeMapGroup : MapGroupBase, IToggleVisibilityTarget, IActionTarget, IDataFlow
Inheritance: objectGroupBaseMapGroupBaseShapeMapGroup
Implements:
Inherited Members
Constructors
C#
public ShapeMapGroup()
Properties
A collection of ShapeFileMapGroups that defines the children of a ShapeFileMapGroup group.
C#
public ShapeMapGroupCollection 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: