Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Right side margin of chart

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Right side margin of chart

    Is it possible to set the right side margin of the chart via NinjaScript?

    Thank's

    #2
    Hello starcd,

    Thank you for your note.

    Yes, it is possible, however, it's worth noting that this property is designed to be set by the user and it's not guaranteed to take effect.



    protected override void OnRender(ChartControl chartControl, ChartScale chartScale)
    {
    // Instantiate a ChartControlProperties object to hold a reference to chartControl.Properties
    ChartControlProperties myProperties = chartControl.Properties;

    // Set the BarMarginRight property to 50
    myProperties.BarMarginRight = 50;
    }

    Please let us know if we may be of further assistance to you.

    Comment


      #3
      Thank's a lot! It is for putting more Text via draw.text to the last bar in case of a Entry- or ExitSignal...

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      93 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      138 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      68 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      123 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      73 views
      0 likes
      Last Post PaulMohn  
      Working...
      X