Class BuildStyleMapping
Represents a connection between the resources provided to style the RadChart and the different visual elements.
Inheritance
System.Object
BuildStyleMapping
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class BuildStyleMapping : Object, IStyleMapping
Constructors
BuildStyleMapping()
Declaration
protected BuildStyleMapping()
Properties
Property
Gets or sets the property.
Declaration
public string Property { get; set; }
Property Value
System.String
The property. |
Implements
Methods
Build(Object, IKeyIndexValueProvider, Int32, Boolean)
Builds the required resource.
Declaration
public abstract 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
|