MSChart EditCopy Edge/Legend Bug?

Jun 9, 2011

I am using axMSChart objects to display charts in my VB .Net Windows Forms App.I am also trying to export them to a PowerPoint presentation which I automatically generate using Office Interop.However, when I use EditCopy to copy the Chart to the clipbord and paste it into PowerPoint, the color of the Edge of my Bar Chart is set to red for the firstSeriesCollection and green for the second one.

View 1 Replies


ADVERTISEMENT

VS 2008 MsChart - Print A Distribution Chart Using Mschart

Dec 28, 2009

I have a database with testmarks of - lets say 30 students. I would like to print a distribution chart using Mschart. The values will be loaded into an array ChartData(30) The distribution chart X-axsis should range from 0 - 100 and the Y-axsis 0 to the average amount.... hopes it makes sence....

[Code]...

View 3 Replies

IDE :: Make Application Stick To Screen Edge When Dragged Near Screen Edge?

Dec 7, 2011

i am developing one application for which i want it to stick to the edge of the screen when dragged near screen edge.

View 2 Replies

Asp.net - Pie Chart Legend Text?

May 9, 2012

I am trying to display the label name and percentage in the legend of pie chart that I have in VB.NET. Below is the code. I cannot find any library reference or code samples to lead me in the right direction that works in VB.NET. The pie chart looks and works fine except for this.

PieTable.Columns.Add("Status")
PieTable.Columns.Add("Count")
PieTable.Rows.Add("Pass", LineCounter - FailCnt - WarningCnt)

[code]....

View 1 Replies

How To Create A Color Legend

Jun 18, 2012

I created a tool that creates a kml file where several Scrambling codes ( SC are simply number) are shown on google earth and to each of SC is associated an automatic color:

For i = 0 To ListBox2.Items.Count - 1
Dim intR = oo.Next(0, 256)
Dim intG = oo.Next(0, 256)

[code].....

View 2 Replies

Crystal Reports Graph Legend

Aug 24, 2006

I'm using vb.net code to open and populate a crystal report but having problems trying to rename the legend values on the graph. Has anyone figured out how to change these values in code.I'm using VB.NET 2003 and crystal Reports 11.I can change a fields settings by declaring...[code]

View 2 Replies

Create HTML Fieldset And Legend In Code Behind?

Sep 7, 2010

How to create HTML fieldset and legend in asp.net code behind? and add controls in that fieldset?

View 1 Replies

Create Custom Dynamic Legend For DevExpress GridView?

Feb 10, 2012

I have a DevExpress GridView whose cells are painted with a random color based on some condition. Now each color has a meaning and I want to show it as a legend. Number of colors used for each condition may vary.How can I do this. I'm using DevExpress 2009 Vol2, and .Net framework - 2.0 and WinForms?

View 1 Replies

VS 2008 Remove Duplicate Legend And Secondary Axes In A Graph?

Nov 25, 2009

When I isolate the following code to create a chart, the result is normal. But when I call it from a control, duplicate legend and Y-axis scales and labels appear.

I did a line-by-line comparison and detected no code differences.

1) What is the likely culprit?

2) Is there a cleaner way to activate a graph?

Private Sub Button15_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button15.Click
Dim frm As New WindowsApplication1.Form8()

[Code].....

View 5 Replies

Hide The Forms Edge?

Sep 14, 2011

I was wondering if there is a way, I can hide the forms edge. By "edge" I meen the blue/gray half-transperrant edge. Like in the spotify login menu, for example. There is no edge.

View 3 Replies

Soft Edge Wipe Using GDI

Jun 18, 2009

I'm trying to draw some text using GDI (i.e. using a graphics object). It is done using the basic method of creating a path, adding a string to it and using a brush to fill it.

The only tricky part is that I need to apply a soft edge wipe to it. To describe what I'm trying to do better, I've uploaded an example done in photoshop: [URL]

What is the best way of achieving this? I need to be able to control the mask that is creating the soft edge - i.e. the position of the gradient, the width of the gradient etc.

Ideally I'd like to do it using the graphics object and not dipping into .dlls - but at the end of the day I'll do whatever it takes!!

View 2 Replies

Way To Feather The Edge Of An Image?

Apr 2, 2010

Is there a way to feather the edge of an image?

View 1 Replies

Do Canny Edge Detection In A Picture

Jun 18, 2009

I have a problem in detection edges in a picture. Im going to use this to make some recognition of pictures. I have found a way of doing Sobel filtering without the use of system.drawing.bitmat with BitmapSource.CopyPixels. I have posted code fore Sobel filtering here:

[Code]....

View 7 Replies

Doubling Image With Edge Detection?

Mar 16, 2011

I have a function to do edge detection that works fairly good with one pass and without using a convolution filter. The only thing is that it will shift by one pixel the resulting image when I runt it from top to bottom and from left to right. I can live with that. Just a curious thing that I got when I ran it several times in a loop to see the effect of applying it several times on the resulting image.A deformed image appears at the beggining and then, bit by bit it splits appart and after shifting it the width of the original image I get a double image. I wonder how the computer keeps track of the first image and is able to separate the two after several iteractions.I know that in electronics you can have several signals in a circuit and you can separate them with frequency filters, or you can simultaneously download several files with the same modem aand the two computers will synchronize each one, but this surprissed me.

Here is a simplified version of my function

Private Function Preview(ByVal Thumb As Image) As Image
Dim bm As New Bitmap(Thumb)
Dim X As Integer
Dim Y As Integer

[code]....

I have tried with more complicated images and with larger sizes, but to make upload smaller I includes these two images of simpler and smaller size. A view of the GUI and an animation of the process:reload to see the animation.

View 1 Replies

How To Curve The Edge Of A User Control

Jun 22, 2010

How do I curve the edge of a User Control?

View 1 Replies

Draw Control Past Edge Of Form?

Feb 24, 2010

I've got a usercontrol that's a simple rectangle with three labels on it. It's essentially triggered to give a caption to an image when the mouse is moved over it. As I feared, adding the control to the form (or any container on the form) restricts drawing the control to the region defined by the container. I tried increasing the region of the form and the container, but it still didn't draw outside the container.

So my question is: Is there a way to make the control display partially inside the container/form and partially outside it, or is there a better object type that will do what I want?

[cod]e...

View 4 Replies

Draw Ellipse That Show Above PictureBox Edge?

Dec 17, 2009

I have a picture box. The user can click with in the picture box. Anywhere they click it will draw another Ellipse. The problem is the edges of the picture boxes cut the image of the newly drawn ellipse. Is there a way draw the new ellipse so the user can see the entire thing?

View 6 Replies

How To Position Buttons Relative To Edge Of Form

Jul 18, 2012

I would like my 'quit' button to appear in the bottom right hand corner of my menu screen, but it seems that every computer in the office has a different sized screen, different size ration (some are widescreen) and different resolution. When I deploy my program, the quit button may appear off-screen (the user has to scroll down to find it) or it may appear half way across the screen on a widescreen laptop for example. If I set my form to 'maximized', is there a way to position a button relative to the bottom right hand corner of the form? Also, on one maximized form I have two datagridview's side by side. Is there are way to automatically set each one to take up half of the available form width, so they fill the form nicely?

View 2 Replies

Make Application Stick To Screen Edge?

Oct 15, 2011

i am creating one application and i want it to stick to screen edge/corner when dragged near to the edge of the screen.i want it be like in WINAMP.

View 2 Replies

VS 2010 : Form Snapping To Edge Of Desktop?

Oct 10, 2011

I've got a borderless form that I'm handling the MouseDown, MouseMove & MouseUp events to do the dragging and re-sizing which I have working just fine but I started thinking how neat it would be if I could have the borderless windows snap to each other and to the edges of the screen(s), this part I'm stuck on. I've got them snapping together just but and I've got it snapping to the edge of the screen but I have a dual monitor set up at home and I can't move it to my right side secondary screen with the code I have now. I'm attaching a sample VS2010 project with only the relevant code for this.Eventually I might add in the snapping to the desktop edge or to another note window's edge when resizing too, but that's not my focus right now.

View 4 Replies

WinForm Background Image - Smooth Edge

Sep 27, 2011

I am creating a windows form background image, but when it use to a form it's look very bad in the edge, it don't smooth. Using VB only. I tried use alphablend but how.

View 3 Replies

Mschart On Windows 7 64 Bit

Dec 5, 2011

I've spent hours searching the internet on this, and found a bunch of posts with similar problems, but none of the solutions I saw have worked for me, so bear with me. I have an application that's a couple years old that has a form with a chart on it(using mschart). Worked on my old development machine, and most users. Eventually some users started letting me know that the chart wasn't working for them. The chart was a minor feature, and I was unable to reproduce the problem, so it kept getting pushed back.

[Code]...

View 2 Replies

Mschart.ocx From Where To Download?

Feb 9, 2012

I am working in windows xp sp3, I am using MS visual studio 2008 with vb.net, In my system i dont have AxMSchart20Lib,Mschart20Lib and Mschart.ocx. From where to download in microsoft site. give the microsoft download url.

View 7 Replies

Drawing A Resizable Rectangle (by Edge/corner Dragging)?

Jul 19, 2003

I am trying to make a rectangle that can be resized by the userby clicking and dragging the edges/corners of the rectangleTypically, if the mouse enters the rectangle region, then smalladjustment boxes should appear at the corners of the rectangleand also at the middle of the rectangle's edges (to allow the userto drag and resize the rectangle). When the mouse leaves therectangle region, then the adjustment boxes should disappear.I have the code to draw the rectangle and to produce the smalladjustment boxes, but I'm not sure how to accomplish thedrag and resizing steps (or if it's even possible with the way mycode is written).

Code:Imports SystemImports System.DrawingImports System.Windows.Forms
Private bBlocking, bValidBox As Boolean Private pt1, pt3 As Point Private rectBox As Rectangle Private cornerRect1 As Rectangle Private cornerRect2 As

[code]....

View 10 Replies

Game Programming :: Detect A Collision With The Edge Of A Form

Oct 2, 2009

I am currently investigating vb gaming and have set up a test project to move an object; it moves fine. The problem is that when it reaches the edge of the form it continues to move and eventually leaves the form entirely. So my question is how do i work out if my object has touched the edge of the form?

View 5 Replies

Change The Color Of The Row In Mschart?

Sep 25, 2011

I want to change the color of the row in my mschart i used this code but it says, index out of bounds. im working this for a couple of days but find no solution. im very much great full if i will be helped.

[codes]
AxMSChart1.RowCount = 5
AxMSChart1.Plot.SeriesCollection(1).DataPoints(1).Brush.FillColor.Set(250, 250, 250)
'error says index given is out bounds
[/code]

View 1 Replies

Display X-Y Values In MSChart?

Apr 29, 2008

I have several questions regarding the MSChart

View 5 Replies

Lock The MSChart Gridlines?

Feb 18, 2010

How do I do the following with an MSChart?Set axes to x: [0 - 1000] and y: [0 - 1].Show the gridlines when chart has no points.Disable auto adjusting of gridlines.

Note: Setting Axis(X/Y).(Min/Max)imum seems to have no effect if a point exists inside the bounds.

View 2 Replies

MSChart And Auto X Axis

Apr 29, 2010

in runtime I can see that X-axis limits of my chart (minimum and maximum) are automatically changed as I insert points. That's nice. So I came to an idea to change that minimum and maximum values. It worked. But as soon as I wanted to return (at runtime) to auto I came across some problems. First I discovered that when auto scaling is activated this values are:

[Code]...

View 2 Replies

MSChart With DataGridView Source?

Feb 16, 2011

VB2005 - I have a form that has three DGVs. Two of these DGVs have data that I want to plot on a chart (currently testing with MSChart). Im struggling to figure out how to just plot the data from one DGV. The DGV has a column Time and Level which I want o plot as X and Y respectively. Can this be done directly with data from a DGV?

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved