WPF TeeChart - Header Color and TextAlignment properties
Posted: Mon Feb 02, 2009 10:09 am
Hi,
I am using WPF Teechart. Chart Header Color and TextAlignment properties are not working.
Below is the code snippet, i am using to set Header properties
tChart1.Header.Text = "Cougar Chart";
tChart1.Header.Brush.Color = Color.FromArgb(255, 255, 0, 0);
tChart1.Header.TextAlign = TextAlignment.Left;
tChart1.Header.Font.Bold = true;
tChart1.Header.Font.Size = 11;
tChart1.Header.Font.Name = "Microsoft Sans Serif";
tChart1.Header.Visible = true;
Regards,
Priya
I am using WPF Teechart. Chart Header Color and TextAlignment properties are not working.
Below is the code snippet, i am using to set Header properties
tChart1.Header.Text = "Cougar Chart";
tChart1.Header.Brush.Color = Color.FromArgb(255, 255, 0, 0);
tChart1.Header.TextAlign = TextAlignment.Left;
tChart1.Header.Font.Bold = true;
tChart1.Header.Font.Size = 11;
tChart1.Header.Font.Name = "Microsoft Sans Serif";
tChart1.Header.Visible = true;
Regards,
Priya