[]
Represents style for drawing scatter charts.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DStyle : Notifier
| Name | Description |
|---|---|
| Chart3DStyle() | Initializes a new instance of the Chart3DStyle class. |
| Chart3DStyle(Chart3DSymbolStyle, Chart3DLineStyle) | Initializes a new instance of the Chart3DStyle class. |
| Name | Description |
|---|---|
| LineStyle | Gets or sets the LineStyle which specifies the color, pattern, and thickness of drop lines in scatter plots. |
| SymbolStyle | Gets or sets the SymbolStyle which specifies the color, size, and shape of points in scatter plots. |
| Name | Description |
|---|---|
| SetOwner(INotifyChanges) | Sets the owner object. |
| ToString() | Returns a string that represents the current Chart3DStyle. |