Click or drag to resize

ViewXY Class

LightningChart .NET Help
XY graph view. Allows super-fast drawing of lines and bars.
Inheritance Hierarchy

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class ViewXY : View2D

The ViewXY type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAnnotations
Gets or sets Annotations. This is a dependency property.
Public propertyAreaSeries
Gets or sets area series list. This is a dependency property.
Public propertyAutoSpaceLegendBoxes
Gets or sets if graph margins or space between Segments is automatically calculated due LegendBoxes. This is a dependency property.
Public propertyAxisLayout
Gets or sets axis layout. This is a dependency property.
Public propertyBands
Gets or sets Band list. This is a dependency property.
Public propertyBarSeries
Gets or sets Bar series list. This is a dependency property.
Public propertyBarViewOptions
Gets or sets bar view options for Bar series. This is a dependency property.
Public propertyBorder
Gets or sets bar Border values in ViewXY. This is a dependency property.
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyChartEventMarkers
Gets or sets chart event markers. This is a dependency property.
Public propertyConstantLines
Gets or sets constant line list. This is a dependency property.
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDigitalLineSeries
Gets or sets digital line series list. This is a dependency property.
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyDropOldEventMarkers
Gets or sets if automatically deletes chart event markers and series event markers, whose x value is less than X-axis minimum. This is a dependency property. By setting this true, the performance is much better in real-time monitoring applications.
Public propertyDropOldSeriesData
Gets or sets if automatically deletes series data, whose x value is less than X-axis minimum. This is a dependency property. By setting this true, the performance is much better in real-time monitoring applications.
Public propertyFreeformPointLineSeries
Gets or sets FreeformPointLine series list. This is a dependency property.
Public propertyGraphBackground
Gets or sets graph background fill. This is a dependency property.
(Inherited from View2D.)
Public propertyHighLowSeries
Gets or sets high-low series list. This is a dependency property.
Public propertyIntensityGridSeries
Gets or sets list of evenly spaced intensity grid series. This is a dependency property.
Public propertyIntensityMeshSeries
Gets or sets list of intensity mesh series. This is a dependency property.
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyLegendBoxes
Gets or sets ViewXY LegendBoxes. This is a dependency property.
Public propertyLineCollections
Gets or sets line segment collection list. This is a dependency property.
Public propertyLineSeriesCursors
Gets or sets LineSeriesCursors. This is a dependency property.
Public propertyLiteFreeformLineSeries
Gets or sets lite freeform line series list. This is a dependency property.
Public propertyLiteLineSeries
Gets or sets lite line series list. This is a dependency property.
Public propertyMaps
Gets or sets Maps. This is a dependency property.
Public propertyMargins
Gets or sets margins between control's edges and for example graph area borders in DIPs. If using ViewXY, AxisLayout.AutoAdjustMargins must be disabled this to apply. This is a dependency property.
(Inherited from ViewBase.)
Public propertyOwnerChart
Gets Owner chart of the view.
(Inherited from ViewBase.)
Public propertyPointLineSeries
Gets or sets PointLine series list. This is a dependency property.
Public propertyPolygonSeries
Gets or sets Polygon series list. This is a dependency property.
Public propertySampleDataBlockSeries
Gets or sets sampled data block point line series list. This is a dependency property.
Public propertySampleDataSeries
Gets or sets sampled data point line series list. This is a dependency property.
Public propertyStockSeries
Gets or sets stock data series list. This is a dependency property.
Public propertyTitlesAutoPlacement
Gets or sets automatic title placement settings. This is a dependency property.
Public propertyUseMultithreadingForBlockSeries
Use multithreading for block series types. This is a dependency property.
Public propertyXAxes
Gets or sets X axis collection. This is a dependency property.
Public propertyYAxes
Gets or sets Y axis collection. This is a dependency property.
Public propertyZoomPanOptions
Gets or sets zoom, pan and auto-fit options. This is a dependency property.
Top
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
Events
  NameDescription
Public eventBeforePanning
Panning is about to start.
Public eventBeforeZooming
Zooming is about to start.
Public eventChanged
Occurs when the Freezable or an object it contains is modified.
(Inherited from Freezable.)
Public eventMarginsChanged
Margins changed.
(Inherited from ViewBase.)
Public eventPanned
Panning has ended.
Public eventYAxisGapChanged
Occurs when the y-axis gap is reduced to zero, if y-axes do not fit with applied gap to graph area.
Public eventZoomed
Zooming has ended.
Top
Fields
  NameDescription
Public fieldStatic memberAnnotationsProperty
Identifies the Annotations dependency property.
Public fieldStatic memberAreaSeriesProperty
Identifies the AreaSeries dependency property.
Public fieldStatic memberAutoSpaceLegendBoxesProperty
Identifies the AutoSpaceLegendBoxes dependency property.
Public fieldStatic memberAxisLayoutProperty
Identifies the AxisLayout dependency property.
Public fieldStatic memberBandsProperty
Identifies the Bands dependency property.
Public fieldStatic memberBarSeriesProperty
Identifies the BarSeries dependency property.
Public fieldStatic memberBarViewOptionsProperty
Identifies the BarViewOptions dependency property.
Public fieldStatic memberBorderProperty
Identifies the Border dependency property.
Public fieldStatic memberChartEventMarkersProperty
Identifies the ChartEventMarkers dependency property.
Public fieldStatic memberConstantLinesProperty
Identifies the ConstantLines dependency property.
Public fieldStatic memberDigitalLineSeriesProperty
Identifies the DigitalLineSeries dependency property.
Public fieldStatic memberDropOldEventMarkersProperty
Identifies the DropOldEventMarkers dependency property.
Public fieldStatic memberDropOldSeriesDataProperty
Identifies the DropOldSeriesData dependency property.
Public fieldStatic memberFreeformPointLineSeriesProperty
Identifies the FreeformPointLineSeries dependency property.
Public fieldStatic memberHighLowSeriesProperty
Identifies the HighLowSeries dependency property.
Public fieldStatic memberIntensityGridSeriesProperty
Identifies the IntensityGridSeries dependency property.
Public fieldStatic memberIntensityMeshSeriesProperty
Identifies the IntensityMeshSeries dependency property.
Public fieldStatic memberLegendBoxesProperty
Identifies the LegendBoxes dependency property.
Public fieldStatic memberLineCollectionsProperty
Identifies the LineCollections dependency property.
Public fieldStatic memberLineSeriesCursorsProperty
Identifies the LineSeriesCursors dependency property.
Public fieldStatic memberLiteFreeformLineSeriesProperty
Identifies the LiteFreeformLineSeries dependency property.
Public fieldStatic memberLiteLineSeriesProperty
Identifies the LiteLineSeries dependency property.
Public fieldStatic memberMapsProperty
Identifies the Maps dependency property.
Public fieldStatic memberPointLineSeriesProperty
Identifies the PointLineSeries dependency property.
Public fieldStatic memberPolygonSeriesProperty
Identifies the PolygonSeries dependency property.
Public fieldStatic memberSampleDataBlockSeriesProperty
Identifies the SampleDataBlockSeries dependency property.
Public fieldStatic memberSampleDataSeriesProperty
Identifies the SampleDataSeries dependency property.
Public fieldStatic memberStockSeriesProperty
Identifies the StockSeries dependency property.
Public fieldStatic memberTitlesAutoPlacementProperty
Identifies the TitlesAutoPlacement dependency property.
Public fieldStatic memberUseMultithreadingForBlockSeriesProperty
Identifies the UseMultithreadingForBlockSeries dependency property.
Public fieldStatic memberXAxesProperty
Identifies the XAxes dependency property.
Public fieldStatic memberYAxesProperty
Identifies the YAxes dependency property.
Public fieldStatic memberZoomPanOptionsProperty
Identifies the ZoomPanOptions dependency property.
Top
See Also