WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartStepConfigItem - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartStepConfigItem

    Configuration item that pertains to Step charts.

    Inheritance
    System.Object
    ChartConfigItem
    ChartStepConfigItem
    Implements
    IChangeNotifyingItem
    Inherited Members
    ChartConfigItem.PropertyChanged
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Boolean

    Implements

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