<?xml version="1.0"?>
<doc>
<assembly>
<name>Telerik.Windows.Controls.Charting</name>
</assembly>
<members>
<member name="T:Telerik.Windows.Controls.Charting.AnimationSettings">
<summary>
The AnimationSettings Class gives you the opportunity to override the default RadChart animation settings comming from the control templates.
</summary>
</member>
<member name="F:Telerik.Windows.Controls.Charting.AnimationSettings.DefaultSeriesDelayProperty">
<summary>
Identifies the <see cref="P:Telerik.Windows.Controls.Charting.AnimationSettings.DefaultSeriesDelay"/> dependency property.
</summary>
</member>
<member name="F:Telerik.Windows.Controls.Charting.AnimationSettings.ItemAnimationDurationProperty">
<summary>
Identifies the <see cref="P:Telerik.Windows.Controls.Charting.AnimationSettings.ItemAnimationDuration"/> dependency property.
</summary>
</member>
<member name="F:Telerik.Windows.Controls.Charting.AnimationSettings.ItemDelayProperty">
<summary>
Identifies the <see cref="P:Telerik.Windows.Controls.Charting.AnimationSettings.ItemDelay"/> dependency property.
</summary>
</member>
<member name="F:Telerik.Windows.Controls.Charting.AnimationSettings.TotalSeriesAnimationDurationProperty">
<summary>
Setting the <see cref="P:Telerik.Windows.Controls.Charting.AnimationSettings.TotalSeriesAnimationDuration"/> makes RadChart to animate the data series in exactly the time spacified.
</summary>
</member>
<member name="M:Telerik.Windows.Controls.Charting.AnimationSettings.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Telerik.Windows.Controls.Charting.AnimationSettings"/> class.
</summary>
</member>
<member name="P:Telerik.Windows.Controls.Charting.AnimationSettings.DefaultSeriesDelay">
<summary>
Setting the DefaultSeriesDelay makes RadChart to animate the data series with delay exactly matching the time spacified.
</summary>
<value>The default series delay.</value>
</member>
<member name="P:Telerik.Windows.Controls.Charting.AnimationSettings.ItemAnimationDuration">
<summary>
Setting the ItemAnimationDuration makes RadChart to animate the data item in exactly the time spacified.
</summary>
<value>The duration of the item animation.</value>
</member>
<member name="P:Telerik.Windows.Controls.Charting.AnimationSettings.ItemDelay">
<summary>
Setting the DefaultItemDelay makes RadChart to animate the data items with delay exactly matching the time spacified..
</summary>
<value>The item delay.</value>
</member>
<member name="P:Telerik.Windows.Controls.Charting.AnimationSettings.TotalSeriesAnimationDuration">
<summary>
Setting the TotalSeriesAnimationDuration makes RadChart to animate the data series in exactly the time spacified.
</summary>
<value>The total series animation delay.</value>
</member>
<member name="T:Telerik.Windows.Controls.Charting.BaseAnimationConverter">
<summary>
Represents an <see cref="T:System.Windows.Data.IValueConverter"/> that is used in
<see cref="P:Telerik.Windows.Controls.Charting.BaseAnimationConverter.ChartItem"/>s' animations. This converter serves as a base class for generation of animations delays to acheive effects like
"sequential" animations of the items, i.e. each item to begin animating after
the previous one's animation has begun or finished.
For more information see <see cref="T:Telerik.Windows.Controls.Charting.DelayConverter"/> and <see cref="T:Telerik.Windows.Controls.Charting.DurationConverter"/>.
</summary>
<seealso cref="T:Telerik.Windows.Controls.Charting.DelayConverter"/>
<seealso cref="T:Telerik.Windows.Controls.Charting.DurationConverter"/>
</member>
<member name="M:Telerik.Windows.Controls.Charting.BaseAnimationConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
<summary>
Generates the delay that is to be applied for the provided item's animation.
</summary>
<param name="value">Item whose animations' delay is required.</param>
<param name="targetType">The type of the binding target property.</param>
<param name="parameter">The delay that is to be applied for the second item.</param>
<param name="culture">The culture to use in the converter.</param>
<returns>
A converted value. If the method returns null, the valid null value is used.
</returns>
</member>
<member name="M:Telerik.Windows.Controls.Charting.BaseAnimationConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
<summary>
This method is not implemented as inverse conversion is not needed.
</summary>
<param name="value">The value that is produced by the binding target.</param>
<param name="targetType">The type to convert to.</param>
<param name="parameter">The converter parameter to use.</param>
<param name="culture">The culture to use in the converter.</param>
<returns>
A converted value. If the method returns null, the valid null value is used.
</returns>
</member>
<member name="M:Telerik.Windows.Controls.Charting.BaseAnimationConverter.CalculateValue(System.Double[])">
<summary>
Calculates the value which is to be returned by the converter.
</summary>
<param name="parameters">The parameters parsed from the control template or defaults.</param>
<returns>The object which is to be returned by the converter.</returns>
</member>
<member name="P:Telerik.Windows.Controls.Charting.BaseAnimationConverter.DefaultCoefficient">
<summary>
Gets the default coefficient which will be used in case of missing template parameter.
</summary>
<value>The default coefficient.</value>
</member>
<member name="P:Telerik.Windows.Controls.Charting.BaseAnimationConverter.AnimationSettings">
<summary>
Gets or sets the animation settings.
</summary>
<value>The animation settings.</value>
</member>
<member name="P:Telerik.Windows.Controls.Charting.BaseAnimationConverter.ChartItem">
<summary>
Retrieves a <see cref="T:Telerik.Windows.Controls.Charting.IChartItem"/> from the value produced by the binding source.
</summary>
<returns>The <see cref="T:Telerik.Windows.Controls.Charting.IChartItem"/>.</returns>
</member>
<member name="P:Telerik.Windows.Controls.Charting.BaseAnimationConverter.Series">
<summary>
Retrieves a <see cref="T:Telerik.Windows.Controls.Charting.IChartItem"/> from the value produced by the binding source.
</summary>
<returns>The <see cref="T:Telerik.Windows.Controls.Charting.IChartItem"/>.</returns>
</member>
<member name="T:Telerik.Windows.Controls.Charting.DurationConverter">
<summary>
Represents an <see cref="T:System.Windows.Data.IValueConverter"/> that is used in
ChartItem's animations. This conve