Hi,
I am tying to set the font size of the x-axis label in a RadHTMLChart (q3 2012). The <TextStyle> property is not available and the only options that I see in <LabelsAppearance /> are DataFormatString, RotationAngle, and Visible.
Please help with where to set the font size.
Thanks,
Dave
I am tying to set the font size of the x-axis label in a RadHTMLChart (q3 2012). The <TextStyle> property is not available and the only options that I see in <LabelsAppearance /> are DataFormatString, RotationAngle, and Visible.
Please help with where to set the font size.
Thanks,
Dave
<
LabelsAppearance
DataFormatString
=
"{0}"
RotationAngle
=
"0"
>
<
TextStyle
Bold
=
"false"
FontFamily
=
"Helvetica"
Color
=
"Black"
FontSize
=
"12"
Italic
=
"false"
Margin
=
"0"
Padding
=
"0"
/>
</
LabelsAppearance
>