Click or drag to resize

LineStyle3D Class

LightningChart .NET Help
Line drawing parameters
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVMLineStyle3D

Namespace: LightningChartLib.UWP.ChartingMVVM
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 LineStyle3D : ChartNode

The LineStyle3D type exposes the following members.

Constructors
 NameDescription
Public methodLineStyle3D Constructor for Form designer list editor
Public methodLineStyle3D(IChartNode) Constructor.
Top
Properties
 NameDescription
Public propertyAntiAliasing Gets and sets anti-aliased line. This is a dependency property. Drawing anti-aliased draws the line with smooth edges, but will increase CPU/GPU overhead.

Note that line width is defined in 3D world coordinates, not in pixels as with 2D line. With DX11, thicker (triangle) lines cannot be rendered without anti-aliasing unless AntiAliasLevel is set to a value lower than 1.

Public propertyColor Gets and sets line color. This is a dependency property.
Public propertyLineOptimization Gets and sets line rendering optimization. This is a dependency property.
Public propertyPattern Gets and sets pattern of line. This is a dependency property.
Public propertyPatternScale Gets and sets pattern scale. This is a dependency property.
Public propertyWidth Gets and sets width of line. 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
Operators
 NameDescription
Public operatorStatic member(LineStyle3D to LineStyle) 3D LineStyle as ordinary LineStyle.
Top
Fields
 NameDescription
Public fieldStatic memberAntiAliasingProperty Identifies the Antialiasing dependency property.
Public fieldStatic memberColorProperty Identifies the Color dependency property.
Public fieldStatic memberLineOptimizationProperty Identifies the line rendering optimization dependency property.
Public fieldStatic memberPatternProperty Identifies the Pattern dependency property.
Public fieldStatic memberPatternScaleProperty Identifies the Pattern Scale dependency property.
Public fieldStatic memberWidthProperty Identifies the Width dependency property.
Top
See Also