Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

How to Rename Col Labels

Last post 06-26-2008 11:18 by [Infragistics] Sung Kim. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 06-25-2008 16:36

    • tomkelly
    • Not Ranked
    • Joined on 02-21-2008
    • Points 70

    How to Rename Col Labels

    i need to rename the column labels from a SQL database. the SQL database columns are month1 month2... i need to have the columns in the chart as May, April... is this possible

    should i use 'UltraChart1.Data.SetColumnLabels' amd if so how is this done. i cannot find any Help on this.

     

    TIA

    Tom

    • Post Points: 20
  • 06-26-2008 11:18 In reply to

    Re: How to Rename Col Labels

    I believe that method takes an array of strings.  So it would be like:

    UltraChart1.Data.SetColumnLabels(new string[ ] {"string1","string2"});

    • Post Points: 5
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems