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.Object
baseData
The base data. |
StyleMappingCollection
styleMappingCollection
The values to set. |
IKeyIndexValueProvider
resources
The resources. |
System.Int32
index
The index. |
System.Boolean
keepTheme
Should the style build match the theme. |
Returns
System.Windows.Style
|