WPF

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

    Show / Hide Table of Contents

    Class ChartFastBarType

    Represents FastBarType for performance

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

    Constructors

    ChartFastBarType()

    Declaration
    public ChartFastBarType()

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

    Methods

    ToString()

    ChartBarType ToString method

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

    The string

    Overrides
    ChartFastColumnType.ToString()
    See Also
    ChartBarType

    Implements

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