C# 클래스 NSoft.NFramework.FusionCharts.Widgets.BulletGraph.ColorRangeAttribute

색상 범위를 나타내는 특성 클래스 입니다.
상속: ChartAttributeBase
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
ColorRangeAttribute ( ) : System.Drawing
ColorRangeAttribute ( string prefix ) : System.Drawing
GenerateXmlAttributes ( XmlWriter writer ) : void

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

메소드 상세

ColorRangeAttribute() 공개 메소드

public ColorRangeAttribute ( ) : System.Drawing
리턴 System.Drawing

ColorRangeAttribute() 공개 메소드

public ColorRangeAttribute ( string prefix ) : System.Drawing
prefix string
리턴 System.Drawing

GenerateXmlAttributes() 공개 메소드

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