Search
XAxisRenderer.PlotBottomSide Property
See Also
 






Gets or sets whether this XAxisRenderer is shown at the bottom side of a plot.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool PlotBottomSide { get; set; }

Visual Basic  Copy Code

Public Property PlotBottomSide As Boolean

 Property Value

A boolean value.

 See Also