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.
- datasetrenderingorder
- Value: DatasetRenderingOrder. Sets the
- seriesrenderingorder
- Value: SeriesRenderingOrder. Sets the series
- weight
- Value: int. Sets the weight for the plot.
- domaingridlinesvisible
- Value: boolean. Sets the flag that controls whether or
- domaingridlinestroke
- Value: Stroke. Sets the stroke for the grid lines plotted against the domain axis.
- domaingridlinepaint
- Value: Paint. Sets the paint for the grid lines plotted against the domain axis.
- rangegridlinesvisible
- Value: boolean. Sets the flag that controls whether or not the range axis grid lines are
- rangegridlinestroke
- Value: Stroke. Sets the stroke for the grid lines plotted against the range axis.
- rangegridlinepaint
- Value: Paint. Sets the paint for the grid lines plotted against the range axis.
- rangezerobaselinevisible
- Value: boolean. Sets the flag that controls whether or not the zero baseline is displayed
- rangezerobaselinestroke
- Value: Stroke. Sets the stroke for the zero baseline for the range axis.
- rangezerobaselinepaint
- Value: Paint. Sets the paint for the zero baseline plotted against the range axis.
- domaintickbandpaint
- Value: Paint. Sets the paint for the domain tick bands.
- rangetickbandpaint
- Value: Paint. Sets the paint for the range tick bands.
- domaincrosshairvisible
- Value: boolean. Sets the flag indicating whether or not the domain crosshair is visible.
- domaincrosshairlockedondata
- Value: boolean. Sets the flag indicating whether or not the domain crosshair should
- domaincrosshairValue
- Value: double. Sets the domain crosshair value (provided that the domain crosshair is visible).
- domaincrosshairstroke
- Value: Stroke. Sets the Stroke used to draw the crosshairs (if visible).
- domaincrosshairpaint
- Value: Paint. Sets the Paint used to color the crosshairs (if visible).
- 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 Stroke used to draw the crosshairs (if visible).
- rangecrosshairpaint
- Value: Paint. Sets the Paint used to color the crosshairs (if visible).