Class ChartViewExtensions
Extensions properties for ChartView.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public static class ChartViewExtensions : Object
Fields
StackNegativeValuesSeparatelyProperty
Registers the StackNegativeValuesSeparately attached property.
Declaration
public static readonly DependencyProperty StackNegativeValuesSeparatelyProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetStackNegativeValuesSeparately(DependencyObject)
Gets a value indicating whether negative values are stacked in a separate stack than positive values.
Declaration
public static bool GetStackNegativeValuesSeparately(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetStackNegativeValuesSeparately(DependencyObject, Boolean)
Sets a value indicating whether negative values are stacked in a separate stack than positive values.
Declaration
public static void SetStackNegativeValuesSeparately(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|