데이터를 표시하다가 보면 컬러에 숫자와 컬러바가 같이 표시하고자 하실때 사용 값에 따라 표시하는 색상를 다르게도 할수 있어 참고하시고 응용하셔도 좋습니다. using System; using System.Data; using System.Drawing; using System.Windows.Forms; using DevExpress.XtraGrid.Views.Grid; using DevExpress.XtraEditors.Repository; namespace WinFormTest { public partial class Form1 : Form { private RepositoryItemProgressBar pbRed = new RepositoryItemProgressBar(); private Reposi..