| Visual Basic | Copy Code |
|---|---|
|
|
| C# | Copy Code |
|---|---|
using Dundas.Charting.WebControl; ... // Set the series to draw both open and close values. Chart1.Series[0]["ShowOpenClose"] = "Both"; // Set Point 3 to draw only Open values. Chart1.Series[0].Points[3]["ShowOpenClose"] = "Open"; |
|
Remarks
Gets or sets a value that indicates whether Open and/or Close markers are displayed. The attribute only affects the Stock Chart.
| Custom Attribute Summary | |
|---|---|
| Possible Values: | Both- Both open and close values are shown. Open - Only open values are not shown. Close- Only close values are shown. |
| Default Value: | True |
| 2D / 3D Limitations: | No |
| Applies to Chart Element: | Series and DataPoint Objects |
| Applies to Chart Types: | Stock |
Custom Attributes
Custom Attributes Overview
Chart Types
Stock Chart