RadControls for WinForms

Segments collection

Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart (in Telerik.WinControls.RadChart.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public class AxisSegmentCollection : ChartingStateManagedCollection<AxisSegment>
Visual Basic
Public Class AxisSegmentCollection _
	Inherits ChartingStateManagedCollection(Of AxisSegment)

Inheritance Hierarchy

System..::..Object
  Telerik.Charting..::..ChartingStateManagedCollection<(Of <(<'AxisSegment>)>)>
    Telerik.Charting..::..AxisSegmentCollection

See Also