Get free trial Login   Contact us
Atomicus Chart
WPF chart
WinForms chart
Features
News
Support
Pricing
About
Still
    Atomicus Chart
    WPF chart
    WinForms chart
    Features
    News
    Support
    Pricing
    About
    Still
      Atomicus Chart
      • WPF chart
      • WinForms chart
      • Features
        • Back
        • Features
        • Large data arrays
        • Common statistical graphs
        • Series & Series 4D: display of 2D curves in 3D space like wires
        • Surface Data Types
        • Volume rendering
        • Data scaling
        • High resolution export
        • Points
        • Size in pixels
        • Order-independent transparency, MSAA+SSAA
        • Labels
        • Data Visualization Views
        • Demo and Code Examples
      • News
      • Support
        • Back
        • Support
        • Support Tickets
      • Pricing
        • Back
        • Pricing
        • AtomicusChart Academic
        • AtomicusChart Basic
        • AtomicusChart Advanced
        • AtomicusChart Ultimate
        • AtomicusChart Ultimate + Source Code
        • AtomicusChart Customized
        • AtomicusChart WinForms
      • About
        • Back
        • About
        • Contacts
        • License agreement
        • Data protection information for users in EU
        • Testimonials

      High resolution export

      • Home
      • Features
      • High resolution export
      High resolution export

      High-Resolution Image and Movie Export With AtomicusChart®

      AtomicusChart® enables users to export high-resolution images. Our component can export images with resolutions of up to 16,000 by 16,000 pixels, and with customizable size compensation of text, lines, and point data (dependent on pixel size). 

      This allows us to avoid a typical problem associated with image export. Since the printer resolution is very high, exporting the image as it is results in poor quality — you’ll actually see the pixels (especially for thin lines and text).

      Images

      In order to export a simple image as it is displayed in the control, you can add the following code line:

      var image = chartControl.GetSnapshot();
      

      Also, import parameters such as resolution, MSAA and DPI can be customized:

      var image = chartControl.GetSnapshot(new RenderTargetDescription(400, 400, Multisampling.High8X), new Vector2F(96));
      

      If you need to import a set of images, we recommend that you use our Snapshoter class as it will keep alive the required video memory cache:

      Snapshoter snapshoter = chartControl.GetSnapshoter();
      var image = snapshoter.GetSnapshot(new RenderTargetDescription(400, 400, Multisampling.High8X), new Vector2F(96));
      

      Movies

      Also, our AtomicusChart® provides the ability to export movies. When exporting the movies, H.264 video codec is used. In order to export the video in a proper way, copy ffmpeg.exe using the following link into the application root. This multimedia framework is used for video coding.

      var movieRecorder = new MovieRecorder
      {
      	//Movie duration default is 1000
      	DurationMiliseconds = 10000,
      	//Can be not specified. Default is 25
      	FramesPersecond = 25, 
      	//Movie resolution
      	RenderTargetDescription = new RenderTargetDescription(3840, 2160, Multisampling.High8X),
      	//Encoder parameters
      	VideoParameters = new VideoParameters { ConstantRateFactor = 25 }
      };
       
      var videoRecordArgs = new MovieRecordArgument(
      	chartControl.GetSnapshoter(),
      			new RotateAroundAxisMotion(rotationAxis,
      				chartControl.View.Camera3D.GetViewInfo()),
      			saveFileDialog.FileName); // Path to save
       
      movieRecorder.SaveVideo(videoRecordArgs, CancellationToken.None, null);
      

      Here's an example of the movie exported from AtomicusChart®:

      More Features

      Surface Data Types
      Data Visualization Views
      Volume rendering
      Order-independent transparency, MSAA+SSAA
      Demo and Code Examples
      Large data arrays



      We know how to help you
      with big data visualization.
      Free trial

      Free trial
      Why do we ask for this information? The resources we provide on our website contain AtomicusChart® intellectual property related to our products and research. In an effort to protect this IP, we ask for your basic contact details to help us validate your identity before we open access to these resources.

      Share
      Back to the list
      Free trial
      Why do we ask for this information? The resources we provide on our website contain AtomicusChart® intellectual property related to our products and research. In an effort to protect this IP, we ask for your basic contact details to help us validate your identity before we open access to these resources.

      Company
      Contacts
      License agreement
      Data protection information for users in EU
      Testimonials
      Features
      Large data arrays
      Common statistical graphs
      Series & Series 4D: display of 2D curves in 3D space like wires
      Surface Data Types
      Features
      Volume rendering
      Data scaling
      High resolution export
      Points
      Pricing / Licensing
      Academic
      Basic
      Ultimate
      Contact us
      info@atomicuschart.com

      Sitemap

      Ask a question
      • facebook
      • linkedin
      • youtube
      © 2025 All rights reserved. Copying of materials without a hyperlink to the source is prohibited. AtomicusChart®

      By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. Cookie Notice

      Accept All Cookies
      Free trial
      Why do we ask for this information? The resources we provide on our website contain AtomicusChart® intellectual property related to our products and research. In an effort to protect this IP, we ask for your basic contact details to help us validate your identity before we open access to these resources.