SparkHorizontalAxis.RightToLeftPlotOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the points on the horizontal axis are plotted in right-to-left order.
public:
property bool RightToLeftPlotOrder { bool get(); void set(bool value); };
public bool RightToLeftPlotOrder { get; set; }
Public Property RightToLeftPlotOrder As Boolean
Property Value
true if the points on the horizontal axis are plotted in right-to-left order; otherwise, false.
Remarks
Read/write.
Set the RightToLeftPlotOrder property to true to plot the values on the horizontal axis in right-to-left order.