WPF

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

    Show / Hide Table of Contents

    Class ChartStackingBarType

    Represents ChartStackingBarType

    Inheritance
    System.Object
    ChartType
    ChartColumnType
    ChartStackingColumnType
    ChartStackingBarType
    Implements
    System.IDisposable
    Inherited Members
    ChartStackingColumnType.RequiresNegativeSeriesStackProperty
    ChartStackingColumnType.SetRequiresNegativeSeriesStack(ChartArea, Boolean)
    ChartStackingColumnType.GetRequiresNegativeSeriesStack(ChartArea)
    ChartStackingColumnType.CalculateSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartStackingColumnType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    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 sealed class ChartStackingBarType : ChartStackingColumnType, IDisposable

    Constructors

    ChartStackingBarType()

    Declaration
    public ChartStackingBarType()

    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
    ChartStackingColumnType.Flags

    Methods

    ToString()

    Converts ChartColumnType to string

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

    The string

    Overrides
    ChartStackingColumnType.ToString()
    See Also
    ChartStackingBarType

    Implements

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