[]
        
(Showing Draft Content)

C1.Win.C1ChartBase.baseChartStyle.DrawNoBorder

DrawNoBorder Method

DrawNoBorder(Graphics, Rectangle, string, Image)

Draws the content without border at the specified location and with the specified size.

Declaration
public virtual void DrawNoBorder(Graphics g, Rectangle r, string s, Image img)
Parameters
Type Name Description
Graphics g

A Graphics object that encapsulates a GDI+ drawing surface.

Rectangle r

The rectangle area to draw.

string s

The string to draw.

Image img

The image to draw.