Click or drag to resize

View2D Class

LightningChart .NET Help
XY graph view. Allows super-fast drawing of lines and bars.
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 View2D : ViewBase

The View2D type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyGraphBackground
Graph background fill
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.
(Inherited from ViewBase.)
Public propertyOwnerChart
Gets Owner chart of the view.
(Inherited from ViewBase.)
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 methodGetMarginsRect
Gets a rectangle defining the area inside margins in DIPs.
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.
(Inherited from ViewBase.)
Top
Events
  NameDescription
Public eventMarginsChanged
Margins changed.
(Inherited from ViewBase.)
Top
See Also