Click or drag to resize

ViewXY Properties

LightningChart .NET Help

The ViewXY type exposes the following members.

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
See Also