Click or drag to resize

RenderOptionsViewXY Class

LightningChart .NET Help
View rendering options.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.Views.ViewXYRenderOptionsViewXY

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.ViewXY
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class RenderOptionsViewXY : ChartNode

The RenderOptionsViewXY type exposes the following members.

Constructors
 NameDescription
Public methodRenderOptionsViewXY Simple constructor for Form designer's list editor.
Public methodRenderOptionsViewXY(IChartNode) Constructor.
Top
Properties
 NameDescription
Public propertyGDILineSeriesCompression Gets or sets if compress GDI line series data. This is a dependency property.
Public propertyLineSeriesEnhancedAntiAliasing Gets or sets line series enhanced anti-aliasing. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Convert class description to string.
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberGDILineSeriesCompressionProperty Identifies the GDILineSeriesCompression dependency property.
Public fieldStatic memberLineSeriesEnhancedAntiAliasingProperty Identifies the LineSeriesEnhancedAntiAliasing dependency property.
Top
See Also