Class SeriesStyleBuilder
Generates resource using string representation of the XAML element.
Inheritance
System.Object
SeriesStyleBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public static class SeriesStyleBuilder
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
|