vb.net - Devexpress annotations -
i trying make use of devexpress annotations achieve following chart. need values in line each other:
however when try using annotations @ end got this:
this code of annotations:
with dp.annotations(0) .backcolor = color.transparent .border.visible = false .anchorpoint = new seriespointanchorpoint(dp) .shapeposition = new relativeposition(180, -200) .width = 20 .height = 30 end
i need way put annoatations in line each other.
Comments
Post a Comment