Class ChartStepConfigItem
Configuration item that pertains to Step charts.
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 ChartStepConfigItem : ChartConfigItem, IChangeNotifyingItem
Constructors
ChartStepConfigItem()
Initializes a new instance of the ChartStepConfigItem class.
Declaration
public ChartStepConfigItem()
Properties
Inverted
Specifies if the step line is inverted. Default is false.
Declaration
public bool Inverted { get; set; }
Property Value
Type |
---|
System.Boolean |