SparklineGroupNegativePointsColor Property |
Gets and sets the color of the negative values on the sparkline group.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic CellsColor NegativePointsColor { get; set; }
Public Property NegativePointsColor As CellsColor
Get
Set
public:
property CellsColor^ NegativePointsColor {
CellsColor^ get ();
void set (CellsColor^ value);
}
member NegativePointsColor : CellsColor with get, set
Property Value
Type:
CellsColor
See Also