Interface IChartAreaHost
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public interface IChartAreaHost
Properties
BackInterior
Gets or sets the color with which the ChartArea is to be filled initially before any rendering takes place.
Declaration
BrushInfo BackInterior { get; set; }
Property Value
Type |
---|
BrushInfo |
BorderAppearance
Gets or sets the border appearance style of Chart.
Declaration
ChartBorderInfo BorderAppearance { get; set; }
Property Value
Type |
---|
ChartBorderInfo |
ChartInterior
Gets or sets the interior of axis grid.
Declaration
BrushInfo ChartInterior { get; set; }
Property Value
Type | Description |
---|---|
BrushInfo | The chart interior. |
DropSeriesPoints
Gets or sets a value indicating whether [drop series points].
Declaration
bool DropSeriesPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Font
Gets or sets the font.
Declaration
Font Font { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Font | The font. |
ForeColor
Gets or sets the color of the fore.
Declaration
Color ForeColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The color of the fore. |
IsDesignTime
Gets a value indicating whether it's design time.
Declaration
bool IsDesignTime { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
NeedPerformance
Gets or sets a value indicating whether [improve performance].
Declaration
bool NeedPerformance { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
RealMode3D
Gets or sets a value indicating whether is real 3D mode.
Declaration
bool RealMode3D { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowLegend
Gets or sets a value indicating whether legend is shown.
Declaration
bool ShowLegend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Draw(Graphics, Size)
Declaration
void Draw(Graphics g, Size sz)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | |
System.Drawing.Size | sz |
Draw(Image)
Declaration
void Draw(Image img)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Image | img |
Draw(Image, Size)
Declaration
void Draw(Image img, Size sz)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Image | img | |
System.Drawing.Size | sz |
Redraw(Boolean)
Declaration
void Redraw(bool update)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | update |
SaveImage(String)
Saves the chart as an image in the specified format.
Declaration
void SaveImage(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename |
Events
ChartAreaPaint
Declaration
event PaintEventHandler ChartAreaPaint
Event Type
Type |
---|
System.Windows.Forms.PaintEventHandler |
LayoutCompleted
Event that will be raised when Chart has completed laying out of axes, legend
Declaration
event EventHandler LayoutCompleted
Event Type
Type |
---|
System.EventHandler |