300x250 Bar Color1 DevExpress / Winform Bar 차트의 Bar의 색상을 변경합니다. 차트의 Bar의 색상을 변경합니다. using System; using System.Data; using System.Drawing; using System.Windows.Forms; using DevExpress.XtraCharts; namespace Dev_Sample { public partial class MainForm : Form { public MainForm() { InitializeComponent(); Load += mainForm_Load; } /// /// 메인폼 로드시 동작합니다. /// /// 이벤트 발생자 입니다. /// 이벤트 인자 입니다. private void mainForm_Load(object sender, EventArgs e) { ChartControl chart .. 2019. 9. 30. 이전 1 다음 300x250