Class StyleMappingCollection
Represents a collection of IStyle
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. The property. |
Implements
TargetType
Gets or sets the type of the target object.
Declaration
public string TargetType { get; set; }
Property Value
System. 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. The base data. |
IKey The resources. |
System. The index. |
System. Should the style build match the theme. |
Returns
System.
|