+ Reply to Thread
Results 1 to 3 of 3

Radar Graph internal lines modification

  1. #1
    Registered User
    Join Date
    11-01-2012
    Location
    Aberdeen
    MS-Off Ver
    Excel 2016
    Posts
    60

    Radar Graph internal lines modification

    Hi all,
    I created a radar graph using vba and have completed almost all the tasks needed for my excel. The graph is used to display the personal skills along with the evaluation number that is given by a user which is between 1 - 5. I attach my code and also the image of the result. However, as it is shown in the result picture, the internal lines are 10 and not 5. I need to change this to 5 so that it is clearer to the user the evaluation mark on each skill.
    I haven't figure out the parameter to use for this modification so any help appreciated.
    Thank you.
    Please Login or Register  to view this content.
    Attached Images Attached Images

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: Radar Graph internal lines modification

    Two possibilities:

    1) I notice that you are deleting the minor gridlines for the value axis. One possibility is to keep the minor gridlines and set the minor unit to 5 (using the .MinorUnit property).
    2) Or set the major unit to 5 using the .MajorUnit property.

    Help file for the axis object with links to each property: https://docs.microsoft.com/en-us/off...l.Axis(object)
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    11-01-2012
    Location
    Aberdeen
    MS-Off Ver
    Excel 2016
    Posts
    60

    Re: Radar Graph internal lines modification

    Thank you very much. That is what i was looking for. Appreciate it!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Radar Graph change parameters with macro
    By antros48 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 07-16-2019, 05:50 AM
  2. Polar/ radar/ graph made with goal times like attachment
    By jono121ukk in forum Excel Charting & Pivots
    Replies: 16
    Last Post: 03-27-2019, 03:38 PM
  3. Standard colors in Radar Graph
    By hond in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 04-08-2016, 07:37 AM
  4. Radar graph questions
    By gamtnman44 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 06-18-2013, 03:53 AM
  5. how to protect a graph from modification
    By szermat in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-11-2007, 10:51 AM
  6. [SOLVED] radar graph
    By Russell-stanely in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 11-14-2005, 12:15 PM
  7. [SOLVED] Novice trying to sort the values on a radar graph
    By [email protected] in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 10-17-2005, 11:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1