AxisIsPlotOrderReversed Property |
Represents if Microsoft Excel plots data points from last to first.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool IsPlotOrderReversed { get; set; }
Public Property IsPlotOrderReversed As Boolean
Get
Set
public:
property bool IsPlotOrderReversed {
bool get ();
void set (bool value);
}
member IsPlotOrderReversed : bool with get, set
Property Value
Type:
Boolean
See Also