Click or drag to resize

ViewXY Methods

LightningChart .NET Help

The ViewXY type exposes the following members.

Methods
  NameDescription
Public methodCancelRectangleZooming
Cancel rectangle zooming.
Public methodClearZoomStack
Clear zoom stack.
Public methodStatic memberCreateDefaultLegendBoxes
Create default LegendBox and add to list of LegendBoxes.
Public methodStatic memberCreateDefaultXAxes
Create default X-Axis and add to list of X-axes.
Public methodStatic memberCreateDefaultYAxes
Create default Y-Axis and add to list of Y-axes.
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEnableParallelComputationForSampleDataBlockSeries
Enable parallel computation for SampleDataBlockSeries. Performance varies depending on hardware and sample count. Prefer parallelization, when series point count is high and there are multiple series.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGet2DDataSeries
Gets list of all series added into SampleDataSeries, PointLineSeries, FreeformPointLineSeries, AreaSeries and HighLowSeries.
Public methodGet2DSeriesEnumerator
Get Enumerator of 2D Series.
Public methodGetAll2DSeries
Gets all series
Public methodGetAllHighLowSeries
Get list of all highlow series.
Public methodGetAllIntensitySeries
Get list of all intensity series
Public methodGetAllLineCollectionSeries
Gets list of all series added into LineCollection.
Public methodGetAllLineSeries
Gets list of all series added into LineSeries, PointLineSeries and FreeformPointLineSeries
Public methodGetAllTriggableLineSeries
Gets list of all triggable series.
Public methodGetGraphSegmentInfo
Gets graph segment info. Useful when multiple Y-axes are defined and you need to know where the graph segment boundaries are.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHighLowSeriesOfAxisX
Get list of highlow series belonging to given X axis
Public methodGetIntensitySeriesOfAxisX
Get list of all intensity series bound to given axis
Public methodGetLineSeriesOfAxisX
Gets list of series added into SampleDataSeries, PointLineSeries and FreeformPointLineSeries, belonging to given X axis.
Public methodGetMarginsRect
Gets a rectangle defining the area inside margins in DIPs.
(Inherited from View2D.)
Public methodGetPersistentSeriesRenderingLayers
Get persistent series rendering layers and its descendant objects list.
Public methodGetSeriesOfAxisX
Get list of series having the given X-axis assigned.
Public methodGetSeriesOfAxisY
Get list of series having the given Y-axis assigned.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetYAxesInSegment
Get list of Y-axes which are in segment index given.
Public methodIsPositionOverGraphArea
Finds out if the given position is over graph area.
Public methodPan
Pan the view.
Public methodToString
Convert class description to string.
(Overrides ObjectToString.)
Public methodWheelScrolled
User interactive device wheel has been been scrolled.
(Overrides ViewBaseWheelScrolled(UserInteractiveDeviceEventArgs, LightningChart).)
Public methodZoom
Zoom the chart in or out. The input parameters in screen coordinates (pixels). If stop point X is greater than start point X, zooms in. If stop point X is less than start point X, fits the view.
Public methodZoomByFactor
Zooms in by factor.
Public methodZoomOutPopFromStack
Zoom out from stack.
Public methodZoomToFit
View autoscale. Fits all axes so that all series data is shown.
Top
See Also