Class StyleMappingCollection
Represents a collection of IStyleMapping objects. Supports the RadChart styling infrastructure. Not intended for external use.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StyleMappingCollection : List<IStyleMapping>, IStyleMapping
Constructors
StyleMappingCollection()
Declaration
public StyleMappingCollection()
Properties
Property
Gets or sets the property name.
Declaration
public string Property { get; set; }
Property Value
System.String
The property. |
Implements
TargetType
Gets or sets the type of the target object.
Declaration
public string TargetType { get; set; }
Property Value
System.String
The type of the target. |
Methods
Build(Object, IKeyIndexValueProvider, Int32, Boolean)
Builds the required resource.
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
|