[]
Represents one series of data for point data layout.
public class Chart3DPointSeries : ChartObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
Chart3DPointSeries() | Initializes a new instance of Chart3DPointSeries object. |
Name | Description |
---|---|
Connected | Gets or sets a value indicating whether the 3D series points are connected with lines. |
Label | Gets or sets the label of the point series. |
LineStyle | Gets or sets the line style of the series, including color, thickness and pattern. |
Points | Gets the collection of points for the point series. |
SymbolStyle | Gets the symbol style of the series, including color, size and shape. |
Visible | Gets or sets the visibility of the point series. |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |
ToString() | Gets the string represents the point series. |