menu

WPF

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

    Show / Hide Table of Contents

    Class ChartStackingSplineType

    Represents ChartStackingSplineType class

    Inheritance
    System.Object
    ChartType
    ChartSplineType
    ChartStackingSplineType
    ChartStackingSpline100Type
    Implements
    System.IDisposable
    Inherited Members
    ChartSplineType.BreakLineForDoublePointsDistanceMoreThanProperty
    ChartSplineType.BreakLineForNonIndexedDataProperty
    ChartSplineType.BreakLineForTimeSpanPointsDistanceMoreThanProperty
    ChartSplineType.GetBezierControlPoints(IChartDataPoint, IChartDataPoint, Double, Double, ChartPoint, ChartPoint)
    ChartSplineType.GetBreakLineForDoublePointsDistanceMoreThan(DependencyObject)
    ChartSplineType.GetBreakLineForNonIndexedData(DependencyObject)
    ChartSplineType.GetBreakLineForTimeSpanPointsDistanceMoreThan(DependencyObject)
    ChartSplineType.GetSplineCoefficient(ChartSeries)
    ChartSplineType.SetBreakLineForDoublePointsDistanceMoreThan(DependencyObject, Double)
    ChartSplineType.SetBreakLineForNonIndexedData(DependencyObject, Boolean)
    ChartSplineType.SetBreakLineForTimeSpanPointsDistanceMoreThan(DependencyObject, TimeSpan)
    ChartSplineType.SetSplineCoefficient(ChartSeries, Double)
    ChartSplineType.SplineCoefficientProperty
    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 ChartStackingSplineType : ChartSplineType, IDisposable
    Remarks

    Stacking Spline Charts are similar to regular spline 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

    ChartStackingSplineType()

    Declaration
    public ChartStackingSplineType()

    Fields

    RequiresNegativeSeriesStackProperty

    Identifies the RequiresNegativeSeriesStack dependency property.

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

    Properties

    Flags

    Gets chart type flags. This is a dependency property.

    Declaration
    protected override ChartType.ChartTypeFlags Flags { get; }
    Property Value
    Type
    ChartType.ChartTypeFlags
    Overrides
    ChartSplineType.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
    ChartSplineType.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
    ChartStackingSplineType

    ToString()

    Converts ChartStackingSplineType to string

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

    The string

    Overrides
    ChartSplineType.ToString()
    See Also
    ChartStackingSplineType

    UpdateSegments(ChartSeries, ChartIndexedDataPoint[])

    Updates the segments.

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

    The Chart Series

    Syncfusion.Windows.Chart.ChartIndexedDataPoint[] points

    The series points

    Overrides
    ChartSplineType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    See Also
    ChartStackingSplineType

    Implements

    System.IDisposable

    See Also

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