Hi,
I am using Nevron Nthin Diagram control and the text on the shapefile is getting cut off when displayed.
I want to know how can i make a text fit to the shapefile without getting cutting off so it sits at the center of the shapefile and takes height and width as per the space available.
I am using the following code to manipulate the text on the shapefile.
Dim s as Nshape
Dim textSize As Single
textSize = 10
Dim textStyle As New NTextStyle
textStyle = s.ComposeTextStyle()
textStyle.FontStyle = New NFontStyle("Arial", textSize)
NStyle.SetTextStyle(s, textStyle)
Please find below the image which shows the text in the shapefile is cut off.