Reporting

Custom figures collection

Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

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

Inheritance Hierarchy

System..::..Object
  Telerik.Reporting.Charting..::..ChartingStateManagedCollection<(Of <(<'CustomFigure>)>)>
    Telerik.Reporting.Charting..::..CustomFiguresCollection

See Also