Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
NSoft
NFramework
FusionCharts
ChartObjectBase
C# Class NSoft.NFramework.FusionCharts.ChartObjectBase
모든 FusionChart의 Chart, Element, Attribute의 기본 요소입니다.
Inheritance:
IChartObject
Mostra file
Open project: debop/NFramework
Public Methods
Method
Description
GenerateXmlAttributes
(
XmlWriter
writer
) :
void
속성들을 Xml Attribute로 생성합니다.
Method Details
GenerateXmlAttributes()
public
method
속성들을 Xml Attribute로 생성합니다.
public
GenerateXmlAttributes
(
XmlWriter
writer
) :
void
writer
System.Xml.XmlWriter
Attribute를 쓸 Writer
return
void