New to Telerik UI for WPFStart a free 30-day trial

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

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)
Parameters:objDependencyObjectReturns:

bool

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)
Parameters:objDependencyObjectvaluebool