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.Charting.Views.ViewXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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
Annotations
Public propertyAreaSeries
Area series list
Public propertyAutoSpaceLegendBoxes
Determine if graph margins or space between Segments is automatically calculated due LegendBoxes.
Public propertyAxisLayout
Axis layout
Public propertyBands
Band list
Public propertyBarSeries
Bar series list
Public propertyBarViewOptions
Bar view options for Bar series
Public propertyBorder
Border Options for ViewXY
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyChartEventMarkers
Chart event markers
Public propertyConstantLines
Constant line list
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDigitalLineSeries
DigitalLineSeries line series list.
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyDropOldEventMarkers
Automatically deletes chart event markers and series event markers, whose x value is less than X-axis minimum. By setting this true, the performance is much better in real-time monitoring applications.
Public propertyDropOldSeriesData
Automatically deletes series data, whose x value is less than X-axis minimum. By setting this true, the performance is much better in real-time monitoring applications.
Public propertyFreeformPointLineSeries
FreeformPointLine series list
Public propertyGraphBackground
Graph background fill
(Inherited from View2D.)
Public propertyHighLowSeries
High-low series list
Public propertyIntensityGridSeries
List of evenly spaced intensity grid series
Public propertyIntensityMeshSeries
List of intensity mesh series
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
ViewXY LegendBoxes.
Public propertyLineCollections
Line segment collection list
Public propertyLineSeriesCursors
LineSeriesCursors
Public propertyLiteFreeformLineSeries
LiteFreeformLineSeries line series list.
Public propertyLiteLineSeries
LiteLineSeries line series list.
Public propertyMaps
Maps.
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.)
Public propertyPointLineSeries
PointLine series list
Public propertyPolygonSeries
Polygon series list
Public propertySampleDataBlockSeries
SampleDataBlockSeries line series list.
Public propertySampleDataSeries
Sampled data point line series list
Public propertyStockSeries
Stock data series list
Public propertyTitlesAutoPlacement
Automatic title placement settings.
Public propertyUseMultithreadingForBlockSeries
Use multithreading for block series types.
Public propertyXAxes
X Axes list
Public propertyYAxes
Y Axes list
Public propertyZoomPanOptions
Zoom, pan and auto-fit options
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 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 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
See Also