menu

WPF

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

    Show / Hide Table of Contents

    Class ChartRotatedSplineType

    Represents ChartRotatedSplineType

    Inheritance
    System.Object
    ChartType
    ChartSplineType
    ChartRotatedSplineType
    Implements
    System.IDisposable
    Inherited Members
    ChartSplineType.BreakLineForDoublePointsDistanceMoreThanProperty
    ChartSplineType.BreakLineForNonIndexedDataProperty
    ChartSplineType.BreakLineForTimeSpanPointsDistanceMoreThanProperty
    ChartSplineType.CalculateSegments(ChartSeries, ChartIndexedDataPoint[])
    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
    ChartSplineType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    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 sealed class ChartRotatedSplineType : ChartSplineType, IDisposable

    Constructors

    ChartRotatedSplineType()

    Declaration
    public ChartRotatedSplineType()

    Properties

    Flags

    Gets the flags.

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

    The flags.

    Overrides
    ChartSplineType.Flags

    Methods

    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
    ChartSplineType.ToString()
    See Also
    ChartRotatedSplineType

    Implements

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