Hi,
Is it possible to set the opacity/transparency of an individual line on a linechart or composite linechart?
I've tried the following, but it just gives a really light grey line, no matter what settings I use:
Dim series2 As New NumericTimeSeries() series2.Data.ValueColumn = "Average" series2.Data.TimeValueColumn = "Date" series2.Data.DataSource = table series2.DataBind() series2.PEs.Add(New PaintElement(Color.Black, Color.Black, GradientStyle.Horizontal, 254, GradientStyle.Horizontal, PaintElementType.Gradient))
Thanks, Tom
Hi Tom,
I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.
Thank you for using Infragistics Components.