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 methodClearValue(DependencyProperty)
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
Public methodClearValue(DependencyPropertyKey)
Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey.
(Inherited from DependencyObject.)
Public methodClearZoomStack
Clear zoom stack.
Public methodClone
Creates a modifiable clone of the Freezable, making deep copies of the object's values. When copying the object's dependency properties, this method copies expressions (which might no longer resolve) but not animations or their current values.
(Inherited from Freezable.)
Public methodCloneCurrentValue
Creates a modifiable clone (deep copy) of the Freezable using its current values.
(Inherited from Freezable.)
Public methodCoerceValue
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Inherited from DependencyObject.)
Public methodStatic memberCreateDefaultLegendBoxes
Create default LegendBox and add to LegendBox collection.
Public methodStatic memberCreateDefaultXAxes
Create default X-Axis and add to X-axes collection.
Public methodStatic memberCreateDefaultYAxes
Create default Y-Axis and add to Y-axes collection.
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 a provided DependencyObject is equivalent to the current DependencyObject.
(Inherited from DependencyObject.)
Public methodFreeze
Makes the current object unmodifiable and sets its IsFrozen property to true.
(Inherited from Freezable.)
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 methodGetAsFrozen
Creates a frozen copy of the Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference.
(Inherited from Freezable.)
Public methodGetCurrentValueAsFrozen
Creates a frozen copy of the Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference.
(Inherited from Freezable.)
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
Gets a hash code for this DependencyObject.
(Inherited from DependencyObject.)
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 methodGetLocalValueEnumerator
Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject.
(Inherited from DependencyObject.)
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 methodGetValue
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.)
Public methodGetYAxesInSegment
Get list of Y-axes which are in segment index given.
Public methodInvalidateProperty
Re-evaluates the effective value for the specified dependency property
(Inherited from DependencyObject.)
Public methodIsPositionOverGraphArea
Finds out if the given position is over graph area.
Public methodMeasureText
Measure text with given font.
Public methodPan
Pan the view.
Public methodReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
Public methodSetCurrentValue
Sets the value of a dependency property without changing its value source.
(Inherited from DependencyObject.)
Public methodSetValue(DependencyProperty, Object)
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
Public methodSetValue(DependencyPropertyKey, Object)
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Inherited from DependencyObject.)
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