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