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