Class MaterialMapping
Represents a connection between the resources provided to style the RadChart and the different visual elements in 3D.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class MaterialMapping : HSBMapping, IStyleMapping
Constructors
MaterialMapping()
MaterialMapping(String, Type)
Initializes a new instance of the MaterialMapping class.
Declaration
public MaterialMapping(string sourceKey, Type materialType)
Parameters
System.String
sourceKey
The source key. |
System.Type
materialType
The property. |
Properties
MaterialType
Gets or sets the property.
Declaration
public Type MaterialType { get; set; }
Property Value
System.Type
The property. |
Value
Gets or sets the value that is to be directly set.
Declaration
public object Value { get; set; }
Property Value
System.Object
|
Methods
Build(Object, IKeyIndexValueProvider, Int32, Boolean)
Builds the required resource.
Declaration
public override 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
|