Class ChartStackingColumnSegment
Represents column chart type segment.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartStackingColumnSegment : ChartColumnSegment, IDisposable
Remarks
Class instance is created automatically by WPF Chart building system.
Fields
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 |
Properties
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 |
|
Implements
System.IDisposable