Mini Kabibi Habibi
using System.Drawing;
using DevExpress.Utils;
using DevExpress.Utils.About;
using DevExpress.Tutorials;
namespace DevExpress.XtraCharts.Demos.Modules {
public partial class About : ucAboutPage {
protected override string ProductText {
get {
return @"Over 60 total chart types for 2D and 3D charting, featuring end-user zooming, scrolling, rotation and native integration with DevExpress OLAP Data Mining Control and DevExpress Reporting Platform.
Once you begin using the XtraCharts Suite, you will discover that it has been engineered to dramatically simplify the way in which you build and customize individual charts. Our design goals were not just to offer you a highly customizable product but to make using the library intuitive and take all necessary steps to minimize any associated learning curve.
Give the XtraCharts Suite a try and see for yourself - if it is not the best and most comprehensive product library of its kind, return it to us within the first 60 days from purchase for an UNCONDITIONAL no questions asked refund!";
}
}
protected override Image ProductImage {
get { return ResourceImageHelper.CreateImageFromResources("DevExpress.XtraCharts.Images.XtraCharts.png", typeof(ChartControl).Assembly); }
}
protected override Image ProductImageLight {
get { return ResourceImageHelper.CreateImageFromResources("DevExpress.XtraCharts.Images.XtraCharts_light.png", typeof(ChartControl).Assembly); }
}
protected override ProductKind ProductKind { get { return ProductKind.DXperienceWin; } }
public About() {
InitializeComponent();
}
}
}