CWChartStyles Enumeration

Measurement Studio User Interface

CWChartStyles Enumeration

CWChartStyles are the constants for the CWGraph.ChartStyle property.

You can use the following constants with this data type:

  • cwChartScope–When the X values for new data reach the end of the display, the plot is cleared and the x axis updates according to its current range. For example, if the x-axis range is 0 to 100, it becomes 100 to 200. No old data is displayed.
  • cwChartStrip–When a trace reaches the edge of the plot area, the x axis and plot start to scroll from right to left. New data points are appended on the right side while old data scrolls off the left side of the graph.