Plot Parameters

- backgroundpaint
- Value: Paint. Sets the background color of the plot area.
- backgroundalpha
- Value: float. Sets the alpha transparency of the plot area background.
- nodatamessage
- Value: string. Sets the message that is displayed when the dataset is empty or null.
- outlinepaint
- Value: Paint.
- orientation
- Value: PlotOrientation. Sets the orientation for the plot.
- columnrenderingorder
- Value: SortOrder. Sets the order in which the columns should be rendered.
- rowrenderingorder
- Value: SortOrder. Sets the order in which the rows should be rendered.
- domaingridlinesvisible
- Value: boolean. Sets the flag that controls whether or not grid-lines are drawn against the
- domaingridlinestroke
- Value: Stroke. Sets the stroke used to draw grid-lines against the domain axis.
- domaingridlinepaint
- Value: Paint. Sets the paint used to draw the grid-lines (if any) against the domain
- rangegridlinesvisible
- Value: boolean. Sets the flag that controls whether or not grid-lines are drawn against the
- rangegridlinestroke
- Value: Stroke. Sets the stroke used to draw the grid-lines against the range axis.
- rangegridlinepaint
- Value: Paint. Sets the paint used to draw the grid lines against the range axis.
- rangecrosshairvisible
- Value: boolean. Sets the flag indicating whether or not the range crosshair is visible.
- rangecrosshairlockedondata
- Value: boolean. Sets the flag indicating whether or not the range crosshair should
- rangecrosshairValue
- Value: double. Sets the domain crosshair value.
- rangecrosshairstroke
- Value: Stroke. Sets the pen-style (Stroke) used to draw the crosshairs (if visible).
- rangecrosshairpaint
- Value: Paint. Sets the Paint used to color the crosshairs (if visible).
- weight
- Value: int. Sets the weight for the plot.
- anchorValue
- Value: double. Sets the anchor value.