Flow Direction
By default the flow direction of SfBulletGraph is Left to Right. It can be customized by using FlowDirection property respectively.
Note:-When the Orientation of SfBulletGraph is Horizontal the default Flow direction will be Left to Right like when the Orientation of SfBulletGraph is Vertical the default Flow Direction will be Top to Bottom.
<syncfusion:SfBulletGraph FlowDirection="LeftToRight">
</syncfusion:SfBulletGraph>
SfBulletGraph bulletgraph = new SfBulletGraph();
bulletgraph.FlowDirection = BulletGraphFlowDirection.LeftToRight;
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