WPF

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

    Show / Hide Table of Contents

    Class ChartStackingBar100Type

    Represents Stacked 100 bar type.

    Inheritance
    System.Object
    ChartType
    ChartColumnType
    ChartStackingColumnType
    ChartStackingColumn100Type
    ChartStackingBar100Type
    Implements
    System.IDisposable
    Inherited Members
    ChartStackingColumn100Type.ShowValueAsProbabilityProperty
    ChartStackingColumn100Type.IsCompatible(ChartType)
    ChartStackingColumn100Type.GetShowValueAsProbability(ChartArea)
    ChartStackingColumn100Type.SetShowValueAsProbability(ChartArea, Boolean)
    ChartStackingColumn100Type.CalculateSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartStackingColumn100Type.AddAdornment(ChartSeries, ChartIndexedDataPoint, DoubleRange, DoubleRange, Double)
    ChartStackingColumnType.RequiresNegativeSeriesStackProperty
    ChartStackingColumnType.SetRequiresNegativeSeriesStack(ChartArea, Boolean)
    ChartStackingColumnType.GetRequiresNegativeSeriesStack(ChartArea)
    ChartStackingColumnType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    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 ChartStackingBar100Type : ChartStackingColumn100Type, IDisposable

    Constructors

    ChartStackingBar100Type()

    Declaration
    public ChartStackingBar100Type()

    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()

    ChartBarType ToString method

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

    The string

    Overrides
    ChartStackingColumn100Type.ToString()
    See Also
    ChartStackingBar100Type

    Implements

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