Click or drag to resize

DynamicBackgroundImage Enumeration

LightningChart .NET Help
Background image for dynamic themes.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum DynamicBackgroundImage
Members
  Member nameValueDescription
None0 No Dynamic background image
BrickWall1 Default for Dynamic Themes BrickWall
Magma2 Magma style background image
Auroras3 Auroras theme
BrushedMetal4 Brushed metal
RedCarbon5 Red carbon theme
Paper6 Paper theme
TurquoiseHexagon7 TurquiseHexagon background image
WorldCyberSpace8 World cyper space background image
Custom9 Custom background image (Add image to your theme via CustomDynamicBackgroundImage variable)
See Also