[This is preliminary documentation and is subject to change.]
The SeriesView type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| SeriesView | Initializes a new instance of the SeriesView class |
Methods
| Name | Description | |
|---|---|---|
| BuildElements |
Override to build elements that render the data by adding drawable elements to the chart.
Returns how many samples could fit
| |
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| m_MaxScale | ||
| m_MinScale |
Properties
| Name | Description | |
|---|---|---|
| DefaultPaneName |
Returns the default scale/pane name which is used if PaneName is not assigned in .ctor Series redering is directed in the named panes
Every pane has its own Y scale
| |
| MaxScale | ||
| MinScale | ||
| Name |
Series name
| |
| Order |
Series order in the list of orders
| |
| PaneName |
Returns the scale/pane name which is either assigned in .ctor or taken from DefaultPaneName. Series redering is directed in the named panes
Every pane has its own Y scale
| |
| SampleWidth |
Returns the width (horizontal size) of one sample, including any padding
| |
| ShowYLevels |
Shows/hides all views
| |
| Visible |
Shows/hides all views
|
See Also