C# Class NSoft.NFramework.FusionCharts.FontAttribute

Inheritance: ChartAttributeBase
Afficher le fichier Open project: debop/NFramework

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FontAttribute ( ) : System

Constructor

FontAttribute ( string prefix ) : System

Constructor

GenerateXmlAttributes ( System writer ) : void

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

Method Details

FontAttribute() public méthode

Constructor
public FontAttribute ( ) : System
Résultat System

FontAttribute() public méthode

Constructor
public FontAttribute ( string prefix ) : System
prefix string 접두사
Résultat System

GenerateXmlAttributes() public méthode

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