WinForms

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

    Show / Hide Table of Contents

    Class ChartPointWithIndex

    Contains chart point and index of point.

    Inheritance
    System.Object
    ChartPointWithIndex
    ChartSeriesRenderer.ChartStyledPoint
    Inherited Members
    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 ChartPointWithIndex

    Constructors

    ChartPointWithIndex(ChartPoint, Int32)

    Initializes a new instance of the ChartPointWithIndex class.

    Declaration
    public ChartPointWithIndex(ChartPoint point, int index)
    Parameters
    Type Name Description
    ChartPoint point

    The point.

    System.Int32 index

    The index of point.

    Properties

    Index

    Specifies the index of the ChartPoint.

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    Point

    Specifies the ChartPoint.

    Declaration
    public ChartPoint Point { get; set; }
    Property Value
    Type Description
    ChartPoint
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved