Base class for a different markers representation
Namespace: Telerik.ChartingAssembly: Telerik.WinControls.RadChart (in Telerik.WinControls.RadChart.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ChartMarker : LayoutElement,
IActiveRegion |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class ChartMarker _
Inherits LayoutElement _
Implements IActiveRegion |
Inheritance Hierarchy
See Also