WPF

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

    Show / Hide Table of Contents

    Class ChartStackingLineType

    Represents ChartStackingLineType class

    Inheritance
    System.Object
    ChartType
    ChartLineType
    ChartStackingLineType
    ChartStackingLine100Type
    Implements
    System.IDisposable
    Inherited Members
    ChartLineType.BreakLineForNonIndexedDataProperty
    ChartLineType.BreakLineForDoublePointsDistanceMoreThanProperty
    ChartLineType.BreakLineForTimeSpanPointsDistanceMoreThanProperty
    ChartLineType.GetBreakLineForNonIndexedData(DependencyObject)
    ChartLineType.SetBreakLineForNonIndexedData(DependencyObject, Boolean)
    ChartLineType.GetBreakLineForDoublePointsDistanceMoreThan(DependencyObject)
    ChartLineType.SetBreakLineForDoublePointsDistanceMoreThan(DependencyObject, Double)
    ChartLineType.GetBreakLineForTimeSpanPointsDistanceMoreThan(DependencyObject)
    ChartLineType.SetBreakLineForTimeSpanPointsDistanceMoreThan(DependencyObject, TimeSpan)
    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 ChartStackingLineType : ChartLineType, IDisposable
    Remarks

    Stacking Line Charts are similar to regular line 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

    ChartStackingLineType()

    Declaration
    public ChartStackingLineType()

    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
    ChartLineType.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
    ChartLineType.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
    ChartStackingLineType

    ToString()

    Converts ChartStackingLineType to string

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

    The string

    Overrides
    ChartLineType.ToString()
    See Also
    ChartStackingLineType

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

    Implements

    System.IDisposable

    See Also

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