How to reproduce: set the ShowIcon property to false.
this.ShowIcon = false;
Use attached to reproduce.
Workaround:
public RadForm1()
Use attached to reproduce!
- remove the space from the text in the formatting event so the text is empty
How to reproduce:
1. Add a new RadTabbedForm to a VS2017 VB.NET project.
Dear,
would be greate a Dynamic Theme, when we could change all colors from the theme programatically, using a XML to store the custom specification.
Inclusive, all themes could be turned into a Dynamic theme.
Best regards,
Jeff
Dear,
I'd like suggest a theme based on CrystalDark with all lines removed, totally flat.
Best,
Jeff
Workaround:
If possible set the Dock property to Fill.
How to reproduce:
LineSeries lineSeries = new LineSeries();AxisScaleBreak scaleBreakItem = new AxisScaleBreak();
scaleBreakItem.Name = "Item1";
scaleBreakItem.From = "Smith";
scaleBreakItem.To = "Brown";
horizontalAxis.ScaleBreakSize = 50;
horizontalAxis.ScaleBreaks.Add(scaleBreakItem);