Class StyleBuilderData
Represents a set of resources used by the SeriesStyleBuilder.
Inheritance
System.Object
StyleBuilderData
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class StyleBuilderData : Object
Constructors
StyleBuilderData()
Properties
BaseStyles
Gets or sets the base styles.
Declaration
public IDictionary BaseStyles { get; set; }
Property Value
System.Collections.IDictionary
The base styles. |
Resources
Gets or sets the resources used in building the styles.
Declaration
public IKeyIndexValueProvider Resources { get; set; }
Property Value
IKeyIndexValueProvider
The resources. |
StyleMappings
Gets or sets the style mappings.
Declaration
public IDictionary StyleMappings { get; set; }
Property Value
System.Collections.IDictionary
The style mappings. |