Specifies how to color a surface chart.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public enum TextureType |
Visual Basic
Copy Code
|
|---|
Public Enum TextureType |
Members| Member name | Description | |
|---|---|---|
![]() |
Brush |
Indicates that the surface is colored using a brush. |
![]() |
ExactColorMap |
Indicates that the surface is colored using an exact color map. |
![]() |
GradientColorMap |
Indicates that the surface is colored using a gradient color map. |
![]() |
None |
Indicates that the surface is invisible. |
See Also