Hi
I look that you will produce new patch.
So I want write about another problems:
1)When I am trying make labels on the bar scale by using offset, rectangle of linear scale have bigger ZIndex than labels. And I need conversely.
2)Examples that you given me with custom linearpointer work only on older .NET platforms.
3)Maybe you add opportunity make custom labels on this component, because I must do my own label and it don't work correctly, because when I add data in this component, barsize in the mainscale make resizing.
4)Add oportunity make template for major ticks. Because I need make round majorticks, but I can't do it.
Thank you!
Query 1 - Second label(600) is under main rectangle. So I need make labels over rectangle.
Query 1 - I want make those labels across the bar area, but I can't do it, because property LabelPosition have 2 alternatives: below and above. I need opportunity do cross LabelPosition.
Query 2 - I use offset -30 and you can look at the image that was uploaded earlier
1)SfLinearGauge.MainScale.Maximum = 5000;
2)SfLinearGauge.MainScale.Minimum = 0;
3)SfLinearGauge.MainScale.Value = 1250;//for example
4)SfLinearGauge.Orientation = Horizontal;
5)SfLinearGauge.LabelOffest = -30;
All good, but when I add in the behind code this:
scale.Pointers.Add(new LinearPointer()
{
Value = 40,
PointerType = LinearPointerType.BarPointer
}
);
after InitializeComponent();
I get
Look at the labels 0, 10, 20, 30, 40.
I think it isn't correctly