in

All Tags » C1Chart (RSS)

Browse by Tags

  • Area Chart not showing single year data??

    If I have a data set of 10,20,30,0,50,0 the area graph won't show the data point for the 50 value. It does for the bar graph, (ie I get 4 bars showing), but when I switch it to an area graph, instead of showing the graphing rising up from 0 to 50 and then going back down, it just doesn't show...
    Posted to Chart for .NET (Forum) by GlenTheGuru on 09-13-2007
    Filed under: C1Chart
  • ChartArea::View problem

    Hello, I hope I can get some help for this. I am using managed c++ I am trying to update XScale and YScale at runtime, but when I try to update ChartArea->View I get this warning: warning C4277: imported item 'C1::Win::C1Chart3D::j::a' exists as both data member and function member; data member...
    Posted to Chart for .NET (Forum) by overload on 09-26-2007
    Filed under: C1Chart, chart3d
  • Chart3D, BackgroundImage

    Hello eveybody, I tried to put a background image to my Chart3d component and i configure it to ImageLayout.Zoom , but the image is bigger than my grid. I want that my image is on my grid and the size of the background image change automatically every time i change the size. Somebody have some clue,...
    Posted to Chart for .NET (Forum) by daouadji on 11-07-2007
    Filed under: C1Chart, chart3d
  • Possible Bug in C1Chart when using AutoMajor and AutoMinor

    Hello, I think there is a problem calculating the UnitMajor/UnitMinor values when AutoMajor/AutoMinor are set to True: When I first display a series with a small maximum Y Value, UnitMajor/UnitMinor are automatically set to a small Value too, so far so good. But when I now display a series with a much...
    Posted to Chart for .NET (Forum) by snoopy1611 on 11-27-2007
    Filed under: C1Chart
  • Binding to an un-typed dataset

    Can you bind a chart with two series to an untyped dataset. When I run the below code I get nothing in the chart but running the same dataset when it is typed I get the chart displaying correctly chrtDailyProd.DataSource = dataset.Tables(0) chrtDailyProd.ChartGroups(0).ChartData.SeriesList(0).X.DataField...
    Posted to Chart for .NET (Forum) by PhilMurray on 02-15-2008
    Filed under: C1Chart
  • Paint event on mouse move

    I have private void c1Chart2D_MouseMove( object sender, MouseEventArgs e) { int si = 0; int pi = 0; int dist = 0; chart2D.ChartGroups[0].CoordToDataIndex(e.X, e.Y, C1.Win.C1Chart. CoordinateFocusEnum .XandYCoord, ref si, ref pi, ref dist); int x = 0; int y = 0; chart2D.ChartGroups[0].DataIndexToCoord...
    Posted to Chart for .NET (Forum) by FireFox78 on 02-18-2008
    Filed under: C1Chart
  • Value Label Alignment

    I want to display the data below the X-axis. I used Value Labels and tried displaying below the X-axis, I used Annotation Method as ValueLabels and made AnnotationRotation to 315 degrees. The rotation is happening but the values are overlapping on the Axis, I dont want the values to be overlapped on...
    Posted to Chart for .NET (Forum) by gopalgks on 02-25-2008
    Filed under: C1Chart
  • olch2x8.ocx failed to register

    I want to deploy an application under Windows Vista. Under XP Pro the installation file works perfect. Under Vista I get this message during installation: Module c:\progam files\ .......\olch2x8.ocx failed to register. HRESULT -2147010895. Contact your support personel. When I try to register the ocx...
    Posted to Chart for .NET (Forum) by entiusgj on 02-27-2008
    Filed under: C1Chart
  • Re: Change the format of the Grid Chart3D

    To format the style of the grid lines: C1Chart3D1.ChartArea.AxisX.MajorGrid. Style.Color = Color.Blue To turn off the grid lines, use the 3 methods IsOnXYPlane, IsOnYZPlane, and IsOnXZPlane, for each axis such as: C1Chart3D1.ChartArea.AxisX.MajorGrid.IsOnXZPlane = False hope that helps, Greg L
    Posted to Chart for .NET (Forum) by C1_GregL on 11-15-2007
    Filed under: C1Chart, Grid
  • Re: Can Recordset be datasource to a chart?

    Hi Michael, >>What about C#. using System.Data.OleDB; ... OleDbDataAdapter da = new OleDbDataAdapter(); DataTable dt = new DataTable(); da.Fill(dt, yourRecordSet); C1WebChart1.DataSource = dt; C1WebChart1.ChartGroups[0].ChartData.SeriesList[0].X.DataField = "col 1"; C1WebChart1.ChartGroups...
    Posted to Chart for .NET (Forum) by C1_GregL on 08-28-2007
    Filed under: RecordSet, C1WebChart, C1Chart
Page 1 of 2 (20 items) 1 2 Next >
Contact ComponentOne: 1.800.858.2739 ©1987-2007 ComponentOne LLC All Rights Reserved.