Class MaterialMappingCollection
This class supports the Rad
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class MaterialMappingCollection : List<MaterialMapping>
Constructors
MaterialMappingCollection()
Declaration
public MaterialMappingCollection()
Methods
Build(Object, IKeyIndexValueProvider, Int32, Boolean)
Builds the Material group represented by the Material
Declaration
public object Build(object baseData, IKeyIndexValueProvider resources, int index, bool keepTheme)
Parameters
System. The base data. |
IKey The resources. |
System. The index. |
System. Should the style build match the theme. |
Returns
System.
|