Jump to content
Software FX Community

akkiraju

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by akkiraju

  1. Hi,

     I have a valid license for ChartFX for .NET 6.2 in my system. I have a requirement in my project where I should use ChartFX for .NET 7.0. Can I use the same license to upgrade my Chart FX for .NET 6.2 to Chart FX for .NET 7.0?

     If so where can I get the upgraded version? Can you please provide me a link for that?

     Thanks in Advance,

    Akki

  2. I have tested whatever you have sent to me.

    I do not have mockup screen for this.

    I am still sorry for not being clear. I want the following:

    1. I want to fix the number of rows and columns as 5*5 for a chart

    2. Application will have two text boxes one for X value and one for Y value. If I click on submit, that should create a bubble at that position.

    I will try to find out the mockup screen too and will attach as soon as I get that.

    I am new to this and so all these confusions.

    My code as per the requirement is as follows:

    Chart1.Gallery = Gallery.Bubble

    Chart1.AxisX.Style = ChartFX.WinForms.AxisStyles.NotClipped

    Chart1.Titles.Add(New TitleDockable("My Style"))

    Chart1.Titles(0).TextColor = Color.Black

    Chart1.LegendBox.Visible =

    False

    Chart1.Data.Series = 0

    'Chart1.Data.Points = 4

    Chart1.AxisX.Max = 400

    Chart1.AxisX.Min = -100

    Chart1.AxisY.Max = 400

    Chart1.AxisY.Min = -100

    Chart1.AxisX.FirstLabel = 0

    Chart1.AxisY.FirstLabel = 0

    Chart1.AxisY.LabelAngle = 90

    Chart1.AxisX.Step = 100

    Chart1.AxisY.Step = 100

    'Chart1.AxisY.Labels(0) = ""

    Chart1.AxisY.Labels(0) =

    "Micro"

    Chart1.AxisY.Labels(1) =

    "Small"

    Chart1.AxisY.Labels(2) =

    "Medium"

    Chart1.AxisY.Labels(3) =

    "Large"

    Chart1.AxisY.Labels(4) =

    "Giant"

    Chart1.AxisY.LabelValue = 100

    Chart1.AxisX.Labels(0) =

    "Deep Value"

    Chart1.AxisX.Labels(1) =

    "Value"

    Chart1.AxisX.Labels(2) =

    "Blend"

    Chart1.AxisX.Labels(3) =

    "Growth"

    Chart1.AxisX.Labels(4) =

    "Deep Growth"

    Chart1.AxisX.LabelValue = 100

    Now the thing is to plot the X and Y values in the chart.

     

  3. Hi,

    My requirement is as follows:

    I have to draw a bubble chart with the min value as -100 and maximum value=400 both for X and Y axis.

    The chart should be divided into 5 rows and 5 columns.

    Application will pass X and Y values.

    Now it should plot the bubble at that point where X and Y axis is specified.

    Kindly help me in this.

    Thanks in advance,

    Akki

     

  4. Hi,

     I am sorry for not being clear. My requirement is as follows:

    I have to draw a bubble chart with the min value as -100 and maximum value=400 both for X and Y axis.

    The chart should be divided into 5 rows and 5 columns.

    Application will pass X and Y values.

    Now it should plot the bubble at that point where X and Y axis is specified.

    Kindly help me in this.

    Thanks in advance,

    Akki

     

     

  5. I have a requirement for drawing a Bubble Chart in windows application (VB.NET 2.0, Visual studio 2005). The requirement is that the application provides the negative values also for X and Y min/max values. Normal Bubble charts support only within the box. But, here the chart may be out of the box, I mean it goes to negative axis also.

     I need code for this. Can any one help in this please?

     

    Thanks in advance,

    Akki

×
×
  • Create New...