Orientation in WPF Bullet Graph (SfBulletGraph)
23 Oct 2019 / 1 minute to read
By default orientation of SfBulletGraph is horizontal. It can be customized by using Orientation property respectively.
<syncfusion:SfBulletGraph Orientation="Vertical">
</syncfusion:SfBulletGraph>
SfBulletGraph bulletgraph = new SfBulletGraph();
bulletgraph.Orientation = Orientation.Vertical;
this.Grid.Children.Add(bulletgraph);
|
|
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page