Click or drag to resize

Material3D Class

LightningChart .NET Help
Material for 3D objects
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.Views.View3DMaterial3D

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.View3D
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 Material3D : ChartNode

The Material3D type exposes the following members.

Constructors
 NameDescription
Public methodMaterial3D Constructor.
Public methodMaterial3D(IChartNode) Constructor
Top
Properties
 NameDescription
Public propertyAmbientColor Gets or sets ambient color. This is a dependency property.
Public propertyDiffuseColor Gets or sets material main color. This is a dependency property.
Public propertyEmissiveColor Gets or sets emissive color. This is a dependency property.
Public propertySpecularColor Gets or sets specular color. This is a dependency property.
Public propertySpecularPower Gets or sets specular power. 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 memberAmbientColorProperty Identifies the AmbientColor dependency property.
Public fieldStatic memberDiffuseColorProperty Identifies the DiffuseColor dependency property.
Public fieldStatic memberEmissiveColorProperty Identifies the EmissiveColor dependency property.
Public fieldStatic memberSpecularColorProperty Identifies the SpecularColor dependency property.
Public fieldStatic memberSpecularPowerProperty Identifies the SpecularPower dependency property.
Top
See Also