Class ChartRelatedPointLineInfo
This class contains border information that is to be used for any visual representation linking a related point with others.
Inheritance
System.Object
ChartRelatedPointLineInfo
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 ChartRelatedPointLineInfo
Constructors
ChartRelatedPointLineInfo()
Initializes a new instance of the ChartRelatedPointLineInfo class.
Declaration
public ChartRelatedPointLineInfo()
ChartRelatedPointLineInfo(Color)
Initializes a new instance of the ChartRelatedPointLineInfo class.
Declaration
public ChartRelatedPointLineInfo(Color color)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Color | color | The color. |
ChartRelatedPointLineInfo(Color, Single)
Initializes a new instance of the ChartRelatedPointLineInfo class.
Declaration
public ChartRelatedPointLineInfo(Color color, float width)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Color | color | The color. |
System.Single | width | The width. |
ChartRelatedPointLineInfo(Color, Single, PenAlignment, DashStyle, Single[])
Overloaded constructor.
Declaration
public ChartRelatedPointLineInfo(Color color, float width, PenAlignment alignment, DashStyle dashStyle, float[] dashPattern)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Color | color | Color of the border line. |
System.Single | width | Width of the line. |
System.Drawing.Drawing2D.PenAlignment | alignment | Pen alignment to be used to render the line. |
System.Drawing.Drawing2D.DashStyle | dashStyle | Dash style of the line. |
System.Single[] | dashPattern | Dash pattern of the line. |
Properties
Alignment
Gets the pen alignment of the line.
Declaration
public PenAlignment Alignment { get; }
Property Value
Type |
---|
System.Drawing.Drawing2D.PenAlignment |
Color
Gets the color of the line.
Declaration
public Color Color { get; }
Property Value
Type |
---|
System.Drawing.Color |
DashPattern
Gets the dash pattern of the line.
Declaration
public float[] DashPattern { get; }
Property Value
Type |
---|
System.Single[] |
DashStyle
Gets the dash style of the line.
Declaration
public DashStyle DashStyle { get; }
Property Value
Type |
---|
System.Drawing.Drawing2D.DashStyle |
GdipPen
Gets the GDI+ pen.
Declaration
public Pen GdipPen { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Pen | The GDI+ pen. |
Width
Gets the width of the line.
Declaration
public float Width { get; }
Property Value
Type |
---|
System.Single |