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