C# Class NSoft.NFramework.FusionCharts.FontStyle

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

Public Methods

Method Description
FontStyle ( string name ) : System
GenerateXmlAttributes ( System writer ) : void

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

Method Details

FontStyle() public method

public FontStyle ( string name ) : System
name string
return System

GenerateXmlAttributes() public method

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