NtTimeChartControl.SheetWidth Property

Readonly
 
This property returns the horizontal extension (in pixels) of one full horizontal scroll sweep. This is the area the user can see by moving the scroll bar from the leftmost position to the rightmost. Please see the image below for details:
 


 

The NtTimeChartControl's time coverage is organized like this:

  1. The full time range covered by System.DateTime: From Jan. 01 year 0000 to Dec. 31 year 9999.
  2. Subsection of 1.: The sheet width given by property sheetWidth: Depending on your settings. A typical values is 10 days e.g. but can range from hours to several years.
  3. Subsection of 2.: The control's client rect width: Depending on your layout and the time zoom: Typical values are a few hours but can range fom minutes to several months.

See Data Sheet Concept for details on how the different ranges are embedded into each others.

Overload List:

Modifier / Return Value Name and Parameters Description

public int

SheetWidth

Horizontal extension of the scrollable area (in pixels) of the NtTimeChartControl. Readonly.

Return value:

int
Horizontal extension of the scrollable area (in pixels) of the NtTimeChartControl.

Remarks:

This property is readonly.

See also:

SheetHeight