Class MaterialMappingCollection
This class supports the RadChart theming and styling infrastructure and is intended for internal use only. /// Provides information on how a material should be built from the theme resources.
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 MaterialMapping items.
Declaration
public object Build(object baseData, IKeyIndexValueProvider resources, int index, bool keepTheme)
Parameters
System.Object
baseData
The base data. |
IKeyIndexValueProvider
resources
The resources. |
System.Int32
index
The index. |
System.Boolean
keepTheme
Should the style build match the theme. |
Returns
System.Object
|