menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartFastStackingColumnType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartFastStackingColumnType

    Class implementation for ChartFastStackingColumnType

    Inheritance
    System.Object
    ChartType
    ChartFastStackingColumnType
    Implements
    System.IDisposable
    Inherited Members
    ChartType.AxesType
    ChartType.Calculate(ChartSeries)
    ChartType.CheckFlags(ChartType.ChartTypeFlags)
    ChartType.CreateAdornment(ChartSeries, ChartIndexedDataPoint, Int32)
    ChartType.Dispose()
    ChartType.GetSpacing(ChartArea)
    ChartType.IsCompatible(ChartType)
    ChartType.IsIndependent
    ChartType.IsIndexed
    ChartType.IsRotated
    ChartType.IsSideBySide
    ChartType.IsStacked
    ChartType.RequiresAxis
    ChartType.RequiresDataCount
    ChartType.SetSpacing(ChartArea, Double)
    ChartType.SpacingProperty
    ChartType.Update(ChartSeries)
    ChartType.UpdateLastSegments(ChartSeries, ChartIndexedDataPoint[])
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class ChartFastStackingColumnType : ChartType, IDisposable

    Constructors

    ChartFastStackingColumnType()

    Declaration
    public ChartFastStackingColumnType()

    Fields

    RequiresNegativeSeriesStackProperty

    Identifies the RequiresNegativeSeriesStack dependency property.

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

    Properties

    Flags

    Gets the flags.

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

    The flags.

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

    GetRequiresNegativeSeriesStack(ChartArea)

    Return the Bool Value from the given DependencyObject

    Declaration
    public static bool GetRequiresNegativeSeriesStack(ChartArea area)
    Parameters
    Type Name Description
    ChartArea area
    Returns
    Type
    System.Boolean

    SetRequiresNegativeSeriesStack(ChartArea, Boolean)

    Set RequiresNegativeSeriesStack to the Corresponding DependencyObject from the Given value.

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

    ToString()

    Returns a System.String that represents the current System.Object.

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

    A System.String that represents the current System.Object.

    Overrides
    System.Object.ToString()

    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
    ChartType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    See Also
    ChartType

    Implements

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