Click or drag to resize

ViewBase Class

LightningChart .NET Help
View base class.
Inheritance Hierarchy

Namespace:  Arction.WinForms.Charting.Views
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public abstract class ViewBase : ChartNode

The ViewBase type exposes the following members.

Constructors
  NameDescription
Public methodViewBase
Constructor.
Top
Properties
  NameDescription
Public propertyMargins
Margins between control's edges and for example graph area borders in DIPs. If using ViewXY AxisLayout.AutoAdjustMargins must be disabled this to apply.
Public propertyOwnerChart
Gets Owner chart of the view.
Top
Methods
  NameDescription
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWheelScrolled
Mouse wheel has been scrolled.
Top
Events
  NameDescription
Public eventMarginsChanged
Margins changed.
Top
See Also