This is a migrated thread and some comments may be shown as answers.

Reg RadChart

0 Answers 27 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Suresh
Top achievements
Rank 1
Suresh asked on 14 May 2015, 09:53 AM

Hi Team,

I am developing Gantt chart using RadChart control. Can you please tell me how to mark weekends(sat, sun) in different color.

 

series.Type = ChartSeriesType.Gantt;
series.Appearance.LabelAppearance.Visible = false;
series.Appearance.LabelAppearance.Position.AlignedPosition = AlignedPositions.Top;
series.DataYColumn = "FromDate";
series.DataYColumn2 = "ToDate";
series.DataLabelsColumn = "Event";

Thanks,

Suresh.

 

 

No answers yet. Maybe you can help?

Tags
Chart (HTML5)
Asked by
Suresh
Top achievements
Rank 1
Share this question
or