Skip to main content

OpenTD .NET8 reference 2025 R2

OpenTD.Results.Plot Namespace Reference

Last update: 16.07.2025

Tools for creating graphical plots of data. More...

Namespaces

namespace  Internal
 <exclude >
 

Classes

class  Axis
 Represents an axis on a plot. Will attempt to name itself based on the series associated with it. More...
 
class  AxisStyle
 
class  DefaultStyles
 
class  Grid
 Represents a grid drawn in the main plot area. More...
 
class  Legend
 Represents a plot legend. More...
 
class  LegendStyle
 
class  Plot2d
 An abstract class representing a 2d plot. Inherit from it to take advantage of its many helpful features, such as auto-naming, auto-creating and scaling axes, etc. SimplePlot is a concrete definition of a Plot2d that uses the .NET charting tools. There are methods to display the plot on the screen, save it as a bitmap, and to output it as a table of data. More...
 
class  Plot2dStyle
 
class  Series2d
 Represents a 2d series on a plot. Will attempt to name itself based on the data associated with it. More...
 
class  Series2dCollection
 A collection of 2d series and metadata describing them. More...
 
class  Series2dStyle
 
class  SimplePlot
 An implementation of Plot2d using the .NET charting tools. Use this class to create 2d plots of solution data. One limitation: currently SimplePlot only allows one axis in each position, i.e., a primary and secondary x axis, and a primary and secondary y axis. If you try to plot more axes, it will throw an exception. More...
 

Detailed Description

Tools for creating graphical plots of data.

Connect with Ansys