Class ChartFastBarType
Represents FastBarType for performance
Implements
System.IDisposable
Inherited Members
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 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 |
---|
ChartType.ChartTypeFlags |
Overrides
Methods
ToString()
ChartBarType ToString method
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | The string |
Overrides
See Also
Implements
System.IDisposable