[]
Represents properties used to set individual bar color.
public class Chart3DBarColor : ChartObject, INotifyPropertyChanged
Public Class Chart3DBarColor
Inherits ChartObject
Implements INotifyPropertyChanged
| Name | Description |
|---|---|
| Chart3DBarColor() |
| Name | Description |
|---|---|
| Color | Gets or sets the bar color. |
| Column | Gets or sets the bar column. -1 applies color to all columns. |
| Row | Gets or sets the bar row. -1 applies color to all rows. |
| Name | Description |
|---|---|
| AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |