|
Browse by Tags
All Tags » labels ( RSS)
-
Let's say I have a series of value/time datapoints, the Y axis min value is 5.012 and max value is 6.231. I can force the tick values to be at round intervals by setting chart.Axis.Y.NumericAxisType = Infragistics.UltraChart.Shared.Styles.NumericAxisType.Linear; chart.Axis.Y.RangeType = Infragistics...
-
My x-axis labels are a range of DateTime values. I would like to show these at an angle instead of straight up and down like the chart renders them by default. I added new PrimaryX axis to the xamChart.Axes collection, with the Angle property on the Axis.Label set to several different values, but they...
-
I can't give Y axis label the format I want to. I achieved customing the tooltips for Items in a Gantt Chart implementing IRenderLabel interface, but I can't show my extra information in Y axis label. I use GanttDataSource and set extra information to the chart by doing: Dim MyLabelHashTable...
-
I have a xamchart columm based with a standard set of data 4 columns set to various values. Nothing crazy... but what I want to do is change the Y Axis instead of showing values, I want to change the labels to show something more meaningful. for example if you think of a scale from 1-10 incremented by...
-
Hi, I've to create line chart with datapoints (labels) on top of it as shown in the pic below. As can be seen: a. series points & these labelled datapoints may not be equal (e.g., there might be 5 points in the series but there might be 3 or 10 labelled datapoints on top of this line chart) b...
-
I am plotting points in a line chart continuously, reading data from a device every second. This may go upto an hour or more. i.e, plotting almost 3600 points every hour . The elapsed time/sample number is displayed in the X-Axis label. After a few minutes of plotting, the X-Axis labels disappear. this...
-
Well! I have a stack column chat whose data source databale contains 3 columns. 1 = Patient Id 2 = Patient Bill Amount 3= Patient Name Right now Column Stack chart is showing patient id as Horizantal and Bill Amount as Vertical and Legends are also showing patient Id. What i want is to show the Patient...
-
Why does the line chart not align to the labels on the x-axis? I am using a subset of infragistics sample data to display the problem. To recreate, create a simple project that has one Form. On the form, Add a winchart. Set the ChartType to LineChart. Switch to code view. Copy and paste and below card...
-
Hi All, When ScrollScale.Visible = false (for Axis.X) row labels are visible (labels are loaded via: myChart. Data.SetRowLabels(someStringArray) ) If I only set ScrollScale.Visible = true, labels are not visible. Any ideas? Thanks for help :)
-
Hi When I set my ultrachart to be a Stacked Column chart and there are a lot of data along the X-axis, the labels overwrite each other until it becomes a black block where the labels should be. I've used AxisTickStyle.Smart to solve this problem on other chart types, but it doesn't work on Stacked...
|
|