Results 1 to 2 of 2

Threaded View

  1. #1
    aeonhack's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    1
    Reputation
    29
    Thanks
    29
    My Mood
    Cheerful

    Post Custom Graph Control

    (I'm not sure if Pastebin links are allowed, the rules were a bit unclear. I would appreciate it if someone could clear that up for me - thanks!)

     

    DataSmoothing: Off


    DataSmoothing: On







    Hello everyone, Aeonhack here. Some of you may recognize my name from the theme base or my Net Seal licensing system. Today I would like to share my graph control with you. I know this isn't really hacking related but I figured someone may find it useful either for their UI or as a learning resource. Please let me know what you think and where I can improve. ^^

    Usage:
    Code:
    Graph1.AddValue(25.0f)
    Graph1.AddValue(50.0f)
    Graph1.AddValue(75.0f)
    
    'OR
    
    Dim Values As Single() = New Single() {1.0F, 2.0F, 3.0F, 4.0F, 5.0F}
    Graph1.AddValues(Values)
    Overview:


    Source:
    Graph Control - VB.NET - Pastebin.com
    Last edited by aeonhack; 01-16-2013 at 07:33 AM.

  2. The Following 2 Users Say Thank You to aeonhack For This Useful Post:

    'SmoLL (01-20-2013),Raow (01-17-2013)

Similar Threads

  1. [Source Code] First Attempt at Custom Control (Transparent Listbox)
    By Pingo in forum C# Programming
    Replies: 4
    Last Post: 12-29-2012, 07:46 PM
  2. [Discussion] Next Weekends Custom controller idea
    By Versa in forum XBOX General Discussion
    Replies: 36
    Last Post: 09-26-2011, 09:44 PM
  3. [Preview] My Custom painted controller
    By Versa in forum XBOX General Discussion
    Replies: 13
    Last Post: 09-19-2011, 06:47 AM
  4. [Release/Tutorial] Black ProgressBar/Custom Controls
    By Blubb1337 in forum Visual Basic Programming
    Replies: 9
    Last Post: 08-23-2010, 11:57 PM
  5. Need some help with Class & Events on custom Controls
    By HazXoD3D in forum C++/C Programming
    Replies: 0
    Last Post: 03-16-2010, 03:04 PM

Tags for this Thread