Class ChartBorderInfo
Provides the methods to draws the chart border.
Inheritance
System.Object
ChartBorderInfo
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 ChartBorderInfo
Constructors
ChartBorderInfo()
Initializes a new instance of the ChartBorderInfo class.
Declaration
public ChartBorderInfo()
Properties
BaseColor
Gets or sets the color of the base.
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public Color BaseColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The color of the base. |
FrameThickness
Gets or sets the frame thickness.
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public ChartThickness FrameThickness { get; set; }
Property Value
Type | Description |
---|---|
ChartThickness | The frame thickness. |
Interior
Gets the interior of border line.
Declaration
[ChartTemplate(ChartTemplateSet.Content)]
public ChartBorderInfo.ChartBorderLineInfo Interior { get; }
Property Value
Type | Description |
---|---|
ChartBorderInfo.ChartBorderLineInfo | The interior. |
SkinStyle
Gets or sets the skin of the border.
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public ChartBorderSkinStyle SkinStyle { get; set; }
Property Value
Type |
---|
ChartBorderSkinStyle |
Thickness
Gets the thickness of correct skin style.
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public ChartThickness Thickness { get; }
Property Value
Type | Description |
---|---|
ChartThickness | The thickness. |
Methods
Draw(Graphics, RectangleF, BrushInfo, Image, ChartImageLayout)
Draws the specified Border.
Declaration
public void Draw(Graphics g, RectangleF rect, BrushInfo fillBrush, Image backgroundImage, ChartImageLayout imageLayout)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | The g. |
System.Drawing.RectangleF | rect | The rect. |
BrushInfo | fillBrush | The fill brush. |
System.Drawing.Image | backgroundImage | The background image. |
ChartImageLayout | imageLayout | The image layout. |
Events
Changed
An event that is trigggered when BorderInfo is changed.
Declaration
public event EventHandler Changed
Event Type
Type |
---|
System.EventHandler |