SparkHorizontalAxis.RightToLeftPlotOrder Property

Definition

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.

Applies to