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.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 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 |
---|
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 |
---|
System.Int32 |
Shape
Gets the shape of the symbol.
Declaration
public ChartSymbolShape Shape { get; }
Property Value
Type |
---|
ChartSymbolShape |
Size
Gets the size of this symbol.
Declaration
public Size Size { get; }
Property Value
Type |
---|
System.Drawing.Size |