menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartErrorBarsConfigItem

    Inheritance
    System.Object
    ChartConfigItem
    ChartErrorBarsConfigItem
    Implements
    IChangeNotifyingItem
    Inherited Members
    ChartConfigItem.PropertyChanged
    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)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class ChartErrorBarsConfigItem : ChartConfigItem, IChangeNotifyingItem

    Constructors

    ChartErrorBarsConfigItem()

    Initializes a new instance of ChartErrorBarsConfigItem class.

    Declaration
    public ChartErrorBarsConfigItem()

    Properties

    Enabled

    Gets or sets a value indicating whether this ChartErrorBarsConfigItem is enabled.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if enabled; otherwise, false.

    Orientation

    Gets or sets the error bar orientation.

    Declaration
    public ChartOrientation Orientation { get; set; }
    Property Value
    Type Description
    ChartOrientation

    The orientation.

    SymbolShape

    Gets or sets the error bar symbol shape.

    Declaration
    public ChartSymbolShape SymbolShape { get; set; }
    Property Value
    Type Description
    ChartSymbolShape

    The symbol shape.

    SymbolSize

    Gets or sets the size of the error bar symbol.

    Declaration
    public SizeF SymbolSize { get; set; }
    Property Value
    Type Description
    System.Drawing.SizeF

    The size of the symbol.

    Implements

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