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 CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      63 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      35 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      198 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      364 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      283 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X