Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8776141
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:58:48+00:00 2026-06-13T18:58:48+00:00

I am creating a application where in I want to plot a graph with

  • 0

I am creating a application where in I want to plot a graph with DateTime as X-axis and numbers from 0-100 as Y-axis.

I have used the following code

     <d3:ChartPlotter.HorizontalAxis>
        <d3:HorizontalDateTimeAxis Name="dateAxis"/>
     </d3:ChartPlotter.HorizontalAxis>
     <d3:ChartPlotter.VerticalAxis>
        <d3:VerticalIntegerAxis Name="countAxis"  />   
     </d3:ChartPlotter.VerticalAxis>


     <d3:Header FontFamily="Times New Roman" Foreground="SteelBlue"  Content="Radiation Monitoring System"/>
     <d3:VerticalAxis FontFamily="Times New Roman" Foreground="SteelBlue" Content="Radiation Number" HorizontalAlignment="Center"  VerticalAlignment="Top" Height="346" Width="179" />
     <d3:HorizontalAxis FontFamily="Times New Roman" Foreground="SteelBlue" Content="Real time" HorizontalAlignment="Center" />

  </d3:ChartPlotter>

How am I suppose to set the Y-axisvalues between 0 – 100 ?

Also I need to set the content of Y-axis as we see in the normal graphs.(rotated 270 degrees)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T18:58:49+00:00Added an answer on June 13, 2026 at 6:58 pm

    I’m not sure of your second requirement(rotation), but to limit your y axis values, you can use the ViewPort.Domain. Domain sets the bounds for your plotter. Example :

    var axis = (DateTimeAxis)productPlot.MainHorizontalAxis;
    double yMin = 0;
    double yMax = 100;       
    Rect domainRect = new Rect(xMin, yMin, xMax - xMin, yMax - yMin);
    //xMin and xMax are left to your discretion based on your DateTimeAxis
    
    plotter.ViewPort.Domain = domainRect;
    

    If you could explain your second requirement more, I will try my best to update my answer with what is required.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Actually i am creating an application in which i want to load images from
I am creating facebook application.I want to create a event.I tried following url but
I am creating an application and I want it to have a Fix Background
I am creating a map application.I want that as a person travels from his
I am creating an application using AppleScript and I want to display a list
I am creating an application in which I want to access a web service
I am creating one application in which i am using jsp/servlet.. I want to
I'm creating a database application using ASP.NET and I want to make a Windows
I'm creating a web application on Google AppEngine where I want the user to
I am creating a web application in django and I want to create a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.