Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
345
Not able to set HighlightFillColor of tooltip as Transparent in v11.1
posted
Not able to set HighlightFillColor of tooltip as Transparent in v11.1, where it is working well in v9.2
Code snippet
 With igChart
            .Dock = DockStyle.Fill
            .BringToFront()
            .Border.Color = Color.White
            .BorderStyle = System.Windows.Forms.BorderStyle.None
 
            With .Tooltips
.HighlightFillColor = Color.Transparent
              .HighlightOutlineColor = Color.Red
 
              .BorderThickness = 2
              .Format = UltraChart.Shared.Styles.TooltipStyle.None
            End With          
        End With
 
In v9.2 code is working as per my exception I.e.: Highlight only the boarder (do not highlight other area)
After migrating to v11.1 the whole data point is changing to transparent and the user is not able to identify that data point
Please help us to resolve this

 

Parents Reply Children
No Data