ISparklineGroup
PlotRightToLeft Property
|
Indicates whether the plot data is right to left.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool PlotRightToLeft { get; set; }
Property PlotRightToLeft As Boolean
Get
Set
property bool PlotRightToLeft {
bool get ();
void set (bool value);
}
abstract PlotRightToLeft : bool with get, set
Property Value
Type:
Boolean
true
if [plot right to left]; otherwise,
false
.
See Also