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 Material
Declaration
public MaterialMapping(string sourceKey, Type materialType)
Parameters
System. The source key. |
System. The property. |
Properties
MaterialType
Gets or sets the property.
Declaration
public Type MaterialType { get; set; }
Property Value
System. The property. |
Value
Gets or sets the value that is to be directly set.
Declaration
public object Value { get; set; }
Property Value
System.
|
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. The base data. |
IKey The resources. |
System. The index. |
System. Should the style build match the theme. |
Returns
System.
|