C# Class NSoft.NFramework.FusionCharts.AnimationStyle

Inheritance: ChartStyleElementBase
显示文件 Open project: debop/NFramework

Private Properties

Property Type Description

Public Methods

Method Description
AnimationStyle ( string name ) : System

생성자

GenerateXmlAttributes ( XmlWriter writer ) : void

속성들을 Xml Attribute로 생성합니다.

Method Details

AnimationStyle() public method

생성자
public AnimationStyle ( string name ) : System
name string
return System

GenerateXmlAttributes() public method

속성들을 Xml Attribute로 생성합니다.
public GenerateXmlAttributes ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Attribute를 쓸 Writer
return void