C# 클래스 NSoft.NFramework.FusionCharts.ColorAttribute

Color, Alpha Attribute
상속: ChartAttributeBase
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
GenerateXmlAttributes ( System writer ) : void

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

보호된 메소드들

메소드 설명
ColorAttribute ( ) : System.Drawing

Default constructor

ColorAttribute ( string prefix ) : System.Drawing

Constructor

메소드 상세

ColorAttribute() 보호된 메소드

Default constructor
protected ColorAttribute ( ) : System.Drawing
리턴 System.Drawing

ColorAttribute() 보호된 메소드

Constructor
protected ColorAttribute ( string prefix ) : System.Drawing
prefix string 접두사
리턴 System.Drawing

GenerateXmlAttributes() 공개 메소드

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