Class ChartStepConfigItem
Configuration item that pertains to Step charts.
Implements
Inherited Members
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 |