Class ChartErrorBarsConfigItem
Implements
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)
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 |
|
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. |