Class ChartStackingColumn100Type
Represents stacking 100% column type.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartStackingColumn100Type : ChartStackingColumnType, IDisposable
Remarks
In the 100 % Stacked Column Chart, the cumulative proportion of each stacked element always totals 100%. This type of chart is great to visualize the relative contribution of each series values to the whole.
Constructors
ChartStackingColumn100Type()
Declaration
public ChartStackingColumn100Type()
Fields
ShowValueAsProbabilityProperty
Identifies ShowValueAsProbability attached dependency property.
Declaration
public static readonly DependencyProperty ShowValueAsProbabilityProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Methods
AddAdornment(ChartSeries, ChartIndexedDataPoint, DoubleRange, DoubleRange, Double)
Adds the adornment.
Declaration
protected virtual void AddAdornment(ChartSeries series, ChartIndexedDataPoint point, DoubleRange sideBySideInfo, DoubleRange percentageRange, double end)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The target series. |
Syncfusion.Windows.Chart.ChartIndexedDataPoint | point | The corresponding point. |
DoubleRange | sideBySideInfo | The side by side info. |
DoubleRange | percentageRange | The percentage range. |
System.Double | end |
See Also
CalculateSegments(ChartSeries, ChartIndexedDataPoint[])
Calculates the segments.
Declaration
protected override void CalculateSegments(ChartSeries series, ChartIndexedDataPoint[] points)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The series. |
Syncfusion.Windows.Chart.ChartIndexedDataPoint[] | points | The points. |
Overrides
GetShowValueAsProbability(ChartArea)
Gets the show value as probability.
Declaration
public static bool GetShowValueAsProbability(ChartArea area)
Parameters
Type | Name | Description |
---|---|---|
ChartArea | area | The area value. |
Returns
Type | Description |
---|---|
System.Boolean | True is the value is to be displayed as probability |
IsCompatible(ChartType)
Determines whether the this chart type is compatible with specified type.
Declaration
public override bool IsCompatible(ChartType type)
Parameters
Type | Name | Description |
---|---|---|
ChartType | type | The type value. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Overrides
SetShowValueAsProbability(ChartArea, Boolean)
Sets the show value as probability.
Declaration
public static void SetShowValueAsProbability(ChartArea area, bool value)
Parameters
Type | Name | Description |
---|---|---|
ChartArea | area | The ChartArea. |
System.Boolean | value | if set to |
ToString()
Converts ChartColumnType to string
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | The string |