Print Page | Close Window

Setting DataTitle for Crystal Report Charts

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Writing Code
Forum Discription: .NET programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=4904
Printed Date: 18 May 2024 at 9:13am


Topic: Setting DataTitle for Crystal Report Charts
Posted By: baqi
Subject: Setting DataTitle for Crystal Report Charts
Date Posted: 01 Dec 2008 at 9:36am
 
  I am usuing Crystal Reports 2008 to generate some line charts.I am adding the line charts to subreport Header section .This chart is being added as an IGraphObject Graph1.

   I want to dynamically  set the DataTitle and GroupTitle for the line chart  thorugh code(C#) as the DataTitle and GroupTitle for my graphs are units which should be changed if the user selects a diffrent unit system for measurment.

   I am filling the datasource for the chart through C# code. Is there a way that i can set the titles dynamically through code using parameter or something else...



Print Page | Close Window