C# Class NSoft.NFramework.FusionCharts.ExportDataMenuItemAttribute

Chart 의 Data를 CSV 형태로 Clipboard로 복사하기 위한 Attribute
Inheritance: MenuItemAttributeBase
Datei anzeigen Open project: debop/NFramework

Public Methods

Method Description
ExportDataMenuItemAttribute ( ) : System.Xml

Constructor

GenerateXmlAttributes ( XmlWriter writer ) : void

Chart 설정 또는 변량에 대해 XML로 생성합니다.

Method Details

ExportDataMenuItemAttribute() public method

Constructor
public ExportDataMenuItemAttribute ( ) : System.Xml
return System.Xml

GenerateXmlAttributes() public method

Chart 설정 또는 변량에 대해 XML로 생성합니다.
public GenerateXmlAttributes ( XmlWriter writer ) : void
writer System.Xml.XmlWriter xml writer
return void