Namespace:  C1.Web.C1WebChartBase
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(baseChartMapArea..::..baseChartMapAreaConverter))]
public abstract class baseChartMapArea : baseMapArea, 
	IStateManager
Visual Basic
<TypeConverterAttribute(GetType(baseChartMapArea..::..baseChartMapAreaConverter))> _
Public MustInherit Class baseChartMapArea _
	Inherits baseMapArea _
	Implements IStateManager

Inheritance Hierarchy

System..::..Object
  C1.Web.C1WebChartBase..::..baseMapArea
    C1.Web.C1WebChartBase..::..baseChartMapArea
      C1.Web.C1WebChart..::..MapArea

See Also