Hi Telerik-Team,
I've got a question regarding the DefaultLabelFormat-Attribute of AxisX in RadCharts.
Attached is an image taken from my VS2013 that shows an error being found in XAML.
The message is german and reads "The 'DefaultLabelFormat'-Attribute was not found in Type 'AxisX' ".
Even though the IDE shows this error, compilation works and the Value of DefaultLabelFormat (#VAL)
takes effect.
I wanted to check what this error is related to. For now I'm using the following as a workaround:
this
.YearChart.DefaultView.ChartArea.AxisX.DefaultLabelFormat =
"#VAL"
;
Thanks