c# - How to increase the padding of a MSChart Datapoint label -


i created chart control displaying datapoints values labels. how can increase distance between text , label border (padding) label (actually labels).

first considered using smartlabelstyle property of series class, think property deals relation between each label instead of appearance.

ms chart

the datapoints not provide options handle padding.

maybe can work font property somehow?

best regards

if can without border have, can datapoint point:

point.labelborderwidth = 7; point.labelbordercolor = point.labelbackcolor; 

Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -