Class ChartStackingColumn100Segment
Represents stacking 100% column segment.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartStackingColumn100Segment : ChartColumnSegment, IDisposable
Remarks
Class instance is created automatically by WPF Chart building system.
Constructors
ChartStackingColumn100Segment(IChartDataPoint, IChartDataPoint, Double, ChartIndexedDataPoint, ChartSeries)
Initializes a new instance of the ChartStackingColumn100Segment class.
Declaration
public ChartStackingColumn100Segment(IChartDataPoint bottomLeftPnt, IChartDataPoint topRightPnt, double percentage, ChartIndexedDataPoint correspondingPoint, ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
IChartDataPoint | bottomLeftPnt | The bottom left PNT. |
IChartDataPoint | topRightPnt | The top right PNT. |
System.Double | percentage | The percentage. |
Syncfusion.Windows.Chart.ChartIndexedDataPoint | correspondingPoint | The corresponding point. |
ChartSeries | series | The series. |
Fields
PercentageProperty
Identifies the Percentage dependency property.
Declaration
public static readonly DependencyProperty PercentageProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Percentage
Gets or sets the Percentage. This is a dependency property.
Declaration
public double Percentage { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The Percentage. |
Implements
System.IDisposable