WPF

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

    Show / Hide Table of Contents

    Class ChartStackingColumnType

    Represents stacking column chart type.

    Inheritance
    System.Object
    ChartType
    ChartColumnType
    ChartStackingColumnType
    ChartStackingBarType
    ChartStackingColumn100Type
    Implements
    System.IDisposable
    Inherited Members
    ChartType.SpacingProperty
    ChartType.GetSpacing(ChartArea)
    ChartType.SetSpacing(ChartArea, Double)
    ChartType.Calculate(ChartSeries)
    ChartType.Update(ChartSeries)
    ChartType.IsCompatible(ChartType)
    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 ChartStackingColumnType : ChartColumnType, IDisposable
    Remarks

    Stacking Column Charts are similar to regular column charts except that the Y values stack on top of each other in the specified series order. This helps visualize the relationship of parts to the whole.

    Constructors

    ChartStackingColumnType()

    Declaration
    public ChartStackingColumnType()

    Fields

    RequiresNegativeSeriesStackProperty

    Identifies the RequiresNegativeSeriesStack dependency property.

    Declaration
    public static readonly DependencyProperty RequiresNegativeSeriesStackProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Flags

    Gets chart type flags. This is a dependency property.

    Declaration
    protected override ChartType.ChartTypeFlags Flags { get; }
    Property Value
    Type Description
    ChartType.ChartTypeFlags
    Overrides
    ChartColumnType.Flags

    Methods

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

    GetRequiresNegativeSeriesStack(ChartArea)

    Returns whether the positive and negative series should be separately stacked.

    Declaration
    public static bool GetRequiresNegativeSeriesStack(ChartArea area)
    Parameters
    Type Name Description
    ChartArea area

    The ChartArea where the stacking should happen.

    Returns
    Type Description
    System.Boolean

    True indicates the positive and negative series are stacked separately.

    SetRequiresNegativeSeriesStack(ChartArea, Boolean)

    Specifies that the positive and negative series should be separately stacked.

    Declaration
    public static void SetRequiresNegativeSeriesStack(ChartArea area, bool value)
    Parameters
    Type Name Description
    ChartArea area

    The ChartArea where the stacking should happen.

    System.Boolean value

    True to stack separately, false otherwise.

    See Also
    ChartStackingColumnType

    ToString()

    Converts ChartColumnType to string

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

    The string

    Overrides
    ChartColumnType.ToString()
    See Also
    ChartStackingColumnType

    UpdateSegments(ChartSeries, ChartIndexedDataPoint[])

    Calculates the segments.

    Declaration
    protected override void UpdateSegments(ChartSeries series, ChartIndexedDataPoint[] points)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Syncfusion.Windows.Chart.ChartIndexedDataPoint[] points

    The points.

    Overrides
    ChartColumnType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    See Also
    ChartStackingColumnType

    Implements

    System.IDisposable

    See Also

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