New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Charting.Styles.FiguresCollection

Default figures

Inheritance Hierarchy

  • System.Object
  • Telerik.Charting.Styles.FiguresCollection

Properties

Figures List1`

Gets list of figures

Methods

Add

Add list of figures into collection

Parameters

list System.Collections.Generic.List{Telerik.Charting.CustomFigure}

List of figures

Returns

System.Void

Add

Add figure with specified name

Parameters

name System.String

Name figure for adding

Returns

System.Void

GetPath

Gets graphics path of figure with specified name

Parameters

name System.String

Name of figure

Returns

System.Drawing.Drawing2D.GraphicsPath Graphics path

GetPath

Gets graphics path of figure with specified name in chart's custom figures

Parameters

name System.String

Name of figure

chart Telerik.Charting.Chart

Chart with custom figures

Returns

System.Drawing.Drawing2D.GraphicsPath Graphics path

In this article