Completed
Last Updated: 01 Sep 2015 10:40 by ADMIN
ADMIN
Hristo
Created on: 16 Apr 2015 13:05
Category: ChartView
Type: Bug Report
1
FIX. RadChartView - a generic StringFormat object is used for drawing the axes
Workaround: 
public Form1()
        {
            InitializeComponent();
         
           StringFormat.GenericTypographic.Alignment = StringAlignment.Near;
        }
0 comments