2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
We can customize the series tooltips by setting borders, shapes, symbols and colors using FancyTooltip in ChartFancyToolTip class. C#series1.FancyToolTip.Symbol = (Syncfusion.Windows.Forms.Chart.ChartSymbolShape)Enum.Parse(typeof(Syncfusion.Windows.Forms.Chart.ChartSymbolShape), this.comboBox2.SelectedItem.ToString(), true);series1.FancyToolTip.Style = (Syncfusion.Windows.Forms.Chart.MarkerStyle)Enum.Parse(typeof(Syncfusion.Windows.Forms.Chart.MarkerStyle), this.comboBox1.SelectedItem.ToString(), true); series2.FancyToolTip.Border.Width = width; series1.FancyToolTip.ForeColor = this.FontColorPicker.SelectedColor; series1.FancyToolTip.Border.ForeColor = this.BorderColorPicker.SelectedColor; VBseries1.FancyToolTip.Symbol = CType(System.Enum.Parse(GetType(Syncfusion.Windows.Forms.Chart.ChartSymbolShape), Me.ComboBox5.SelectedItem.ToString(), True), Syncfusion.Windows.Forms.Chart.ChartSymbolShape) series1.FancyToolTip.Style = CType(System.Enum.Parse(GetType(Syncfusion.Windows.Forms.Chart.MarkerStyle), Me.ComboBox4.SelectedItem.ToString(), True), Syncfusion.Windows.Forms.Chart.MarkerStyle) series1.FancyToolTip.ForeColor = Me.FontColorPicker.SelectedColor series1.FancyToolTip.Border.ForeColor = Me.BorderColorPicker.SelectedColor series1.FancyToolTip.Border.Width = Int32.Parse(Me.comboWidth.SelectedItem.ToString()) |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.