A class that exposes methods/properties to customize the display of a dataset on the chart.
Declaration Syntax
public class Dataset2DDisplayOptions
Table 69: Members
|
Property | Color |
Gets or sets the Dataset2D Color |
|
Property | IsVisible |
Gets or sets the visibility of the Dataset2D |
|
Property | LineThickness |
Gets or sets the Dataset2D line thickness (in pixels) An ArgumentException is thrown for values less than 1. |
|
Property | LineType |
Gets or sets the Dataset2D Line display type |
|
Property | MarkerShape |
Gets or sets the Dataset2D marker shape |
|
Property | MarkerSize |
Gets or sets the Dataset2D marker size (in pixels) |
|
Property | Name |
Gets or sets the Dataset2D name |
|
Method | CopySettingsFrom(Dataset2DDisplayOptions) |
Copies the settings of a Dataset2DDisplayOptions reference to this Dataset2DDisplayOptions . |