or
radGridView1.MasterTemplate.BestFitColumns();
radGridView1.Dock = DockStyle.Fill; I've also tried setting the size of the grid manually but that didn't help also... Thank you, Emanuel Varga
Posted on Jul 23, 2010 (permalink)
RadChart1.Skin =
"Blue"
RadChart1.Legend.Visible =
False
RadChart1.ChartTitle.TextBlock.Text =
"hohoho"
RadChart1.ChartTitle.Appearance.Position.AlignedPosition = Telerik.Charting.Styles.AlignedPositions.TopLeft
RadChart1.ChartTitle.TextBlock.Appearance.TextProperties.Font =
New Drawing.Font("Arial", 12)
RadChart1.DataSource = dt
RadChart1.Series(0).DataYColumn =
"nr"
RadChart1.PlotArea.XAxis.DataLabelsColumn =
"divisions"
RadChart1.ChartTitle.Appearance.Position.AlignedPosition = Telerik.Charting.Styles.AlignedPositions.TopLeft
RadChart1.DataBind()
But after I execute this , the colour is still DeepRed , not Blue
What Is wrong ?
Regards,
Hans