Browse by Tags
All Tags » Chart for .Net (RSS)
Showing page 1 of 2 (16 total posts)
-
Hi,
If I have
100% zoom and I set auto scale for Y (both AutoMin and AutoMax to true), the
zoom works fine. But if I zoom to some area, the zoom (for Y) is the same, not scaling the Y. Please see the attch. file.Thanks.
-
I would like to control the colors used for specific value ranges; I have defined NumericScale custom steps and want to specify color for each range defined. e.g. 95-100% = red.
<MeshSurfaceSeries instance>.Legend.Mode = SeriesLegendMode.SeriesLogic;
Can anyone help?
Thanks,
Sam
-
Hi,
I have a problem using the chart explorer. I can actually view the samples but the C# source code files are missing.
There are no source code in ...\Xceed Components\Bin\.NET\... . There are just exe files and dll.
Were can I download the example source code?
Thanks
Pablo
-
Hi,
If you launch the Xceed Chart Explorer for .NET (located in ''C:\Program Files\Xceed Components\Bin\.NET\Xceed Chart Explorer.exe'' by default), and if you open the ''Texts and Labels'' chapter and if you click on ''General'', you will see that you can add a new label and give it the orientation you want. You can then click on the ...
-
Important note: This user had a Vanguard subscription so he sent a request at priority@xceed.com for support... When you have a Vanguard subscription and you post a question on a forum, IT IS IMPORTANT THAT YOU ALSO SEND US A NOTIFICATION AT PRIORITY@XCEED.COM with a reference to the thread you have created since your Vanguard ...
-
I have a legend that has some items with very long text and some items with very short text. eg the legend items may be:
Symptom1
Symptom2
Symptom3
Symptom4
Symptom5
Symptom6
Symptom7
Symptom8
Average of Symptom1, Symptom2, Symptom3, Symptom4, Symptom5, Symptom6, Symptom7 and Symptom8 blah blah blah blah blah blah blah
How can I ...
-
Is there any feature to calculate the trend (also called linear regression I think) in Xceed chart?
I couldn't find anything in the documentation.
-
Hi all,
Is it possible to set each point in a single PointSeries with different color in XYZ Scatter chart?I try to do that with the AddPoint(Double,Double,Double,String,FillEffect), which is described
here.
Here is how I use it:
PointSeries pointSeries = (PointSeries)chart1.Series.Add(SeriesType.Point);
foreach(var data in ...
-
I’m using DataZoomTool, but after zoom in, ticks on axis are not changed. For example, for 100% zoom I want just say 5 major ticks. But after zoom in, I need axis ticks for that zoom area. How can I achieve it?
-
I have several LineSeries in a chart with different ranges and units scaled to different axes. I need to zoom in on all the axes simultaneously; however, the DataZoomTool allows me to zoom in only on a specific Y-axes. Is there any way to zoom in an all the Y-axes?
With the DataZoomTool I can zoom in incrementally in a set of zoom in ...
1
|
|
|
|