Hi,

Can you please let me know to display font size and font family for captions at run time.

Here is sample code :

 <ext:CartesianChart ID="Chart1" runat="server"
            EnableViewState="true" InsetPadding="10">
            <Captions>
                <Title Text="Events"></Title>
               
            </Captions></CartesianChart>

Thank you,
Vamsi.