ClassFiguresCollection
Class
Default figures
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class FiguresCollection
Inheritance: objectFiguresCollection
Constructors
FiguresCollection()
Create new instance of FiguresCollection class.
Declaration
cs-api-definition
public FiguresCollection()
FiguresCollection(Chart)
Create new instance of FiguresCollection class.
Declaration
cs-api-definition
public FiguresCollection(Chart chart)
Parameters
chart
Chart to add figures into collection
Properties
Figures
Gets list of figures
Declaration
cs-api-definition
public List<string> Figures { get; }
Property Value
List<string>
Methods
Add(List<CustomFigure>)
Add list of figures into collection
Declaration
cs-api-definition
public void Add(List<CustomFigure> list)
Parameters
list
List<CustomFigure>
List of figures
Add(string)
Add figure with specified name
Declaration
cs-api-definition
public void Add(string name)
Parameters
name
string
Name figure for adding