Hi:
No question. Just sharing a code snippet. I decreased the size of the font...
No question. Just sharing a code snippet. I decreased the size of the font...
Dim _fontSize As Single = RadChart1.ChartTitle.TextBlock.Appearance.TextProperties.Font.Size - 2.0F
RadChart1.ChartTitle.TextBlock.Appearance.TextProperties.Font =
New System.Drawing.Font( _
RadChart1.ChartTitle.TextBlock.Appearance.TextProperties.Font.Name, _
_fontSize, _
RadChart1.ChartTitle.TextBlock.Appearance.TextProperties.Font.Unit)
Phil