vb.net - Devexpress annotations -


i trying make use of devexpress annotations achieve following chart. need values in line each other:

enter image description here

however when try using annotations @ end got this:

enter image description here

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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -