WinForms

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

    Show / Hide Table of Contents

    Class ChartRelatedPointSymbolInfo

    For certain chart types such as Gantt charts, it is required to have relationships between points. These are called 'Related Points'. This class represents symbol information that links such related points.

    Inheritance
    System.Object
    ChartRelatedPointSymbolInfo
    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 ChartRelatedPointSymbolInfo

    Constructors

    ChartRelatedPointSymbolInfo(ChartSymbolShape, Int32, Color, Size)

    Initializes a new instance of the ChartRelatedPointSymbolInfo class.

    Declaration
    public ChartRelatedPointSymbolInfo(ChartSymbolShape shape, int imageIndex, Color color, Size size)
    Parameters
    Type Name Description
    ChartSymbolShape shape

    The shape.

    System.Int32 imageIndex

    Index of the image.

    System.Drawing.Color color

    The color.

    System.Drawing.Size size

    The size.

    Properties

    Color

    Gets the color of this symbol.

    Declaration
    public Color Color { get; }
    Property Value
    Type Description
    System.Drawing.Color

    ImageIndex

    Gets the index value of the image that is to be used by the symbol. Images

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

    Shape

    Gets the shape of the symbol.

    Declaration
    public ChartSymbolShape Shape { get; }
    Property Value
    Type Description
    ChartSymbolShape

    Size

    Gets the size of this symbol.

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