WPF

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

    Show / Hide Table of Contents

    Class ChartGanttType

    Represents ChartGanttType

    Inheritance
    System.Object
    ChartType
    ChartColumnType
    ChartRangeColumnType
    ChartGanttType
    Implements
    System.IDisposable
    Inherited Members
    ChartRangeColumnType.CalculateSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartRangeColumnType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartRangeColumnType.RequiresDataCount
    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.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 sealed class ChartGanttType : ChartRangeColumnType, IDisposable

    Constructors

    ChartGanttType()

    Declaration
    public ChartGanttType()

    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
    ChartColumnType.Flags

    Methods

    ToString()

    Converts ChartGanttType to string

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

    The string

    Overrides
    ChartRangeColumnType.ToString()
    See Also
    ChartGanttType

    Implements

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