||| Copyright (C) 1998-2003, Curl Corporation.  All Rights Reserved.
|||
||| Maintained by: Curl Professional Services
{curl 3.0 applet}
{applet manifest = "manifest.mcurl"}

{import * from COM.CURL.CSK.EXTRAS.STOCK-CHART}

{persistent-data ChartPreferences.cspd}
{value
    let app:ChartApplication = 
        {ChartApplication}
    {VBox
        {HBox 
            {big 
                tooltip = {text This sample looks better as an applet},
                {value ChartPreferences.title}},
            {Fill}
        },
        {Frame
            font-family = ChartPreferences.theme-font-family,
            font-size   = ChartPreferences.theme-font-size,
            background  = ChartPreferences.theme-background,
            width = 8in,
            height = 6in,
            app.display
        }}
}
