WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartStackingColumn100Type - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartStackingColumn100Type

    Represents stacking 100% column type.

    Inheritance
    System.Object
    ChartType
    ChartColumnType
    ChartStackingColumnType
    ChartStackingColumn100Type
    ChartStackingBar100Type
    Implements
    System.IDisposable
    Inherited Members
    ChartStackingColumnType.RequiresNegativeSeriesStackProperty
    ChartStackingColumnType.SetRequiresNegativeSeriesStack(ChartArea, Boolean)
    ChartStackingColumnType.GetRequiresNegativeSeriesStack(ChartArea)
    ChartStackingColumnType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartStackingColumnType.Flags
    ChartType.SpacingProperty
    ChartType.GetSpacing(ChartArea)
    ChartType.SetSpacing(ChartArea, Double)
    ChartType.Calculate(ChartSeries)
    ChartType.Update(ChartSeries)
    ChartType.UpdateLastSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartType.CreateAdornment(ChartSeries, ChartIndexedDataPoint, Int32)
    ChartType.CheckFlags(ChartType.ChartTypeFlags)
    ChartType.Dispose()
    ChartType.IsIndexed
    ChartType.IsRotated
    ChartType.IsStacked
    ChartType.IsSideBySide
    ChartType.RequiresAxis
    ChartType.IsIndependent
    ChartType.RequiresDataCount
    ChartType.AxesType
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    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
    ChartStackingColumn100Type

    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
    ChartStackingColumnType.CalculateSegments(ChartSeries, ChartIndexedDataPoint[])

    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

    true if the type is compatible; otherwise, false.

    Overrides
    ChartType.IsCompatible(ChartType)

    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 true [value].

    ToString()

    Converts ChartColumnType to string

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    The string

    Overrides
    ChartStackingColumnType.ToString()
    See Also
    ChartStackingBar100Type

    Implements

    System.IDisposable

    See Also

    ChartStackingColumn100Segment
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved