[CLOSED] Chart title

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Chart title

    Sorry for repeating part of this but it has no answer yet.

    [using figure attached below]
    1) How can I set title for a chart with ext:GaugeSeries and format its text (not series title)?
    2) How can I format series title (font size etc.)?
    3) Is it possible to show series values on donut?
    4) Is it possible to render series values like we do in grid columns?


    One picture worths thousands of words (; Please see Qs in figure:

    Click image for larger version. 

Name:	donut.png 
Views:	83 
Size:	22.9 KB 
ID:	5784

    <ext:Chart ID="Chart1" runat="server" StyleSpec="background:#fff;" InsetPadding="25" Flex="1" StoreID="MyStore" >
        <AnimateConfig Easing="ElasticIn" Duration="1000" />
        <Axes>
            <ext:GaugeAxis AxisID="MyAxis" Steps="10" Margin="-10" Title="My Title" Minimum="1" Maximum="341">
                <%--<Label Font="Arial" FontSize="16" Text="..." Hidden="false"></Label>--%>
            </ext:GaugeAxis>
        </Axes>
        <Series>
            <ext:GaugeSeries AngleField="Data1" Donut="0" ColorSet="#F49D10,#ddd">
                <%--<Label Font="Arial" FontSize="16" Text="..." Hidden="false"></Label>--%>
            </ext:GaugeSeries>
        </Series>                                                
    </ext:Chart>
    Thanks.
    Last edited by Daniil; Mar 14, 2013 at 9:46 AM. Reason: [CLOSED]

Similar Threads

  1. Chart Title or Text
    By sysmo in forum 2.x Help
    Replies: 1
    Last Post: Oct 30, 2015, 11:38 AM
  2. Replies: 2
    Last Post: Oct 11, 2012, 10:40 PM
  3. Replies: 2
    Last Post: Aug 13, 2012, 2:12 PM
  4. [CLOSED] changing title of a chart serie
    By feanor91 in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: May 22, 2012, 4:56 PM
  5. Replies: 5
    Last Post: Jun 19, 2009, 6:38 AM

Posting Permissions