Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Example4_6
Legend
C# Class Example4_6.Legend
显示文件
Open project: mono/sysdrawing-coregraphics
Class Usage Examples
Public Methods
Method
Description
AddLegend
(
Graphics
g
,
DataSeries
ds
,
ChartStyle
cs
) :
void
Legend
(
ChartCanvas
fm1
) :
System
Private Methods
Method
Description
DrawLegend
(
Graphics
g
,
float
xCenter
,
float
yCenter
,
float
hWidth
,
float
hHeight
,
DataSeries
ds
,
ChartStyle
cs
) :
void
Method Details
AddLegend()
public
method
public
AddLegend
(
Graphics
g
,
DataSeries
ds
,
ChartStyle
cs
) :
void
g
System.Drawing.Graphics
ds
DataSeries
cs
ChartStyle
return
void
Legend()
public
method
public
Legend
(
ChartCanvas
fm1
) :
System
fm1
ChartCanvas
return
System