Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
// Set text and line for X axis
radChart.PlotArea.XAxis.AxisLabel.TextBlock.Text =
"Years"
;
radChart.PlotArea.XAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color =
System.Drawing.Color.Red;
radChart.PlotArea.XAxis.Appearance.Width = 3;
radChart.PlotArea.XAxis.Appearance.Color = System.Drawing.Color.Red;
// Set text and line for Y axis
radChart.PlotArea.YAxis.AxisLabel.TextBlock.Text =
"%"
radChart.PlotArea.YAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color =
radChart.PlotArea.YAxis.Appearance.Width = 3;
radChart.PlotArea.YAxis.Appearance.Color = System.Drawing.Color.Red;
radChart1.PlotArea.XAxis.AxisLabel.TextBlock.Text =
"# of items"
radChart1.PlotArea.XAxis.AxisLabel.Visible =
true
radChart1.PlotArea.YAxis.AxisLabel.TextBlock.Text =
"Expense"
radChart1.PlotArea.YAxis.AxisLabel.Visible =