Click or drag to resize

Plot Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Model.SharpScriptPlot

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class Plot : NotifyPropertyBase, ITemplate

The Plot type exposes the following members.

Constructors
 NameDescription
Public methodPlot Constructor for Plot
Top
Properties
 NameDescription
Public propertyBrush 
Public propertyDisplayName gets or sets the zipFileName
Public propertyIndex 
Public propertyIsDisplayedInYAxis 
Public propertyOwner 
Public propertyPen Gets or sets the Pen
Public propertyPlotStyle Gets or sets the PlotStyle
Public propertySeries 
Public propertyTemplate 
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also