Class StackingColumnChartValues
Class implementation for StackingColumnChartValues
Inheritance
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class StackingColumnChartValues : DependencyObject
Constructors
StackingColumnChartValues()
Declaration
public StackingColumnChartValues()
Fields
HeightProperty
Identifies the Height dependency property.
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsLowerProperty
Identifies the IsLower dependency property.
Declaration
public static readonly DependencyProperty IsLowerProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsUpperProperty
Identifies the IsUpper dependency property.
Declaration
public static readonly DependencyProperty IsUpperProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
WidthProperty
Identifies the Width dependency property.
Declaration
public static readonly DependencyProperty WidthProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
XProperty
Identifies the X dependency property.
Declaration
public static readonly DependencyProperty XProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
YProperty
Identifies the Y dependency property.
Declaration
public static readonly DependencyProperty YProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Height
Gets or sets the height of segment. This is a dependency property.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The height value. |
IsLower
Gets or sets a value indicating whether this segment is lower part of stack.
Declaration
public bool IsLower { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsUpper
Gets or sets a value indicating whether this instance is upper part of stack.
Declaration
public bool IsUpper { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Width
Gets or sets the width of segment. This is a dependency property.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width value. |
X
Gets or sets the X co-ordinate of segment. This is a dependency property.
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The X value. |
Y
Gets or sets the Y co-ordinate of segment. This is a dependency property.
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The Y value. |