Class StyleBuilderData
Represents a set of resources used by the Series
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. The base styles. |
Resources
Gets or sets the resources used in building the styles.
Declaration
public IKeyIndexValueProvider Resources { get; set; }
Property Value
IKey The resources. |
StyleMappings
Gets or sets the style mappings.
Declaration
public IDictionary StyleMappings { get; set; }
Property Value
System. The style mappings. |