Pointer Brush Color
Posted: Wed May 09, 2007 8:34 pm
I don't know if this is a bug or just how
I have the following
Steema.TeeChart.Styles.Line series = new Steema.TeeChart.Styles.Line();
series.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Circle;
series.Pointer.HorizSize = 5;
series.Pointer.VertSize = 5;
series.Pointer.Pen.Visible = false;
series.Transparency = 75;
series.Pointer.Transparency = series.Transparency;
series.Pointer.Visible = true;
Steema.TeeChart.Themes.ColorPalettes.ApplyPalette(TChart1, Steema.TeeChart.Themes.Theme.SolidPalette)
I notice that the circles that make up the pointers are colored black and not the same color as the line in the line series. Is this a bug or is it the intention for ApplyPalette to work?
I would like the Pointer to be the same color as the line drawn between the points.
I have the following
Steema.TeeChart.Styles.Line series = new Steema.TeeChart.Styles.Line();
series.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Circle;
series.Pointer.HorizSize = 5;
series.Pointer.VertSize = 5;
series.Pointer.Pen.Visible = false;
series.Transparency = 75;
series.Pointer.Transparency = series.Transparency;
series.Pointer.Visible = true;
Steema.TeeChart.Themes.ColorPalettes.ApplyPalette(TChart1, Steema.TeeChart.Themes.Theme.SolidPalette)
I notice that the circles that make up the pointers are colored black and not the same color as the line in the line series. Is this a bug or is it the intention for ApplyPalette to work?
I would like the Pointer to be the same color as the line drawn between the points.