Plot Class |
Namespace: SharpCharts.Base.SharpScript
public class Plot : INotifyPropertyChanged
The Plot type exposes the following members.
Name | Description | |
---|---|---|
Plot(String, PlotStyle, Pen) |
Constructor for Plot
| |
Plot(String, PlotStyle, Brush, Int32) |
Constructor for Plot
|
Name | Description | |
---|---|---|
Name |
gets or sets the name
| |
Pen |
Gets or sets the Pen
| |
PlotStyle |
Gets or sets the PlotStyle
| |
PlotStyleType |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NotifyPropertyChanged |
Notify property changed
| |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
PropertyChanged |
Property changed event
|