Questions tagged [xtrachart]

xtrachart is collection of 2D and 3D charts and graphs

Summary from XtraChart Summary WebSite

Visualize data and communicate cause and effect. XtraCharts is a comprehensive collection of 2D and 3D charts to address a broad range of business needs with ease. The Xtra Charts Suite has been engineered to dramatically simplify the way in which you visually present information to your end-users. Optimized for both performance and flexibility, the XtraCharts Suite is a highly customizable control library which can be leveraged in a nearly endless number of business scenarios, be it real-time charting or analysis of multi-dimensional data.

5 questions
1
vote
0 answers

Can I only display 10 labels in X Axis of XtraChart line control of DevExpress?

I am using DevExpress XtraChart control, my chart is a line chart. If I set ((XYDiagram)lineChart.Diagram).AxisX.DateTimeMeasureUnit = DateTimeMeasurementUnit.Minute; and ((XYDiagram)lineChart.Diagram).AxisX.DateTimeGridAlignment = …
spspli
  • 3,128
  • 11
  • 48
  • 75
1
vote
2 answers

Keep different Secondary Axis linked in Devexpress XtraCharts control

My setup is like this: I have multiple panes (16) in a chart control, and each pane has to have its own X axis because each pane can have different strips and strips seem to be linked to the axis itself, not the pane or the series (weird). This is…
Blindy
  • 65,249
  • 10
  • 91
  • 131
0
votes
2 answers

Create multiple charts in one xtrareport

I have the following chart that displays 3 patient tests. As you see all the tests(Legends) are displayed in a single chart How do I make the report create a chart for each test(Legend). I know its ingenious to create multiple charts manually in…
Hamreen Ahmad
  • 522
  • 5
  • 21
0
votes
1 answer

How to display the label as two lines for DateTime on XtraChart?

I have a DevExpress XtraChart LineChart control, and its argument is DateTime. I use the AxisX.DateTimeOptions.Format = DateTimeFormat.General, it will display year, month, day, hour, minute, but the labels will overlap each other. I know in…
spspli
  • 3,128
  • 11
  • 48
  • 75
0
votes
2 answers

get the color of a serie that is colorized naturally in xtrachart(devexpress 14.2)

i have some series that i have not specified any color for them and they are colorized naturally by xtrachart. how can i get the color of each of them when they are drawn in plot control? i found that the color is stored in actual color property but…
virii
  • 73
  • 1
  • 10