Class SeriesStyleBuilder
Generates resource using string representation of the XAML element.
Inheritance
System.Object
SeriesStyleBuilder
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public static class SeriesStyleBuilder : Object
Methods
Build(Object, StyleMappingCollection, IKeyIndexValueProvider, Int32, Boolean)
Builds a resource based on the parameters provided.
Declaration
public static Style Build(object baseData, StyleMappingCollection styleMappingCollection, IKeyIndexValueProvider resources, int index, bool keepTheme)
Parameters
System. The base data. |
Style The values to set. |
IKey The resources. |
System. The index. |
System. Should the style build match the theme. |
Returns
System.
|