The BaseRenderer type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property ColorScheme
Gets or sets how the colors are assigned to the plot elements.
Public property Connection
Gets or sets the data template that is used for visualization of all data points of the series.
Public property CoordConverter
Gets or sets coordinate mapping engine.
Public property Inverted
Gets or sets whether the direction of plotting is inverted.
Public property SizeX
Gets or sets the size of data element along x-axis.
Public property SizeY
Gets or sets the size of data element along y-axis.
Public property Stacked
Gets or sets the stacked options of the plot.
Public property Symbol
Gets or sets the data template that is used for data point visualization.

See Also