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
| |
Plot(String, PlotStyle, Pen, Boolean) |
Constructor for Plot
| |
Plot(String, PlotStyle, Brush, Int32, Boolean) |
Constructor for Plot
|
Name | Description | |
---|---|---|
Brush | ||
IsDisplayedInYAxis | ||
Name |
gets or sets the name
| |
Pen |
Gets or sets the Pen
| |
PlotStyle |
Gets or sets the PlotStyle
|
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 the default hash function. (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
|