Click or drag to resize

LightningChartThemeBasics Class

LightningChart .NET Help
Dynamic lighningchart basic theme
Inheritance Hierarchy
SystemObject
  Arction.Wpf.ChartingLightningChartThemeBasics

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public class ThemeBasics : IDisposable

The LightningChartThemeBasics type exposes the following members.

Constructors
  NameDescription
Public methodLightningChartThemeBasics
Theme base class. all variables has some pre defined value
Top
Properties
  NameDescription
Public propertyAlphaLevel
Alpha level 0-255
Public propertyAnnotationBorderColor
Annotation border color
Public propertyAnnotationTextColor
Annotation text color
Public propertyAxisColor
Axis color
Public propertyAxisLabelColor
Axis label color
Public propertyAxisTitleColor
Axis title color
Public propertyBackgroundColor
Background color
Public propertyBackgroundGradientColor
Background gradient color
Public propertyBorderColor
What color to gradient
Public propertyChartTitleColor
Chart title color
Public propertyColorSaturation
HSVA color saturation
Public propertyColorStrength
HSVA color strength
Public propertyColorToGradient
Color where to gradient is shaded
Public propertyCustomDynamicBackgroundImage
Custom dynamic image of dynamic theme background
Public propertyCustomPalette
Custom palette color
Public propertycustomPaletteSteps

[Missing <summary> documentation for "P:Arction.Wpf.Charting.LightningChart.ThemeBasics.customPaletteSteps"]

Public propertydarkLightBlendColor

[Missing <summary> documentation for "P:Arction.Wpf.Charting.LightningChart.ThemeBasics.darkLightBlendColor"]

Public propertyDynamicBackgroundFillStyle
Background image fill style
Public propertyDynamicBackgroundImage
Enum for dynamic background image for resources
Public propertyDynamicBackgroundLayout
Enum for Dynamic background layout
Public propertyForceLabelsWhite
Force labels to White
Public propertyGradientStrength
Gradient strength
Public propertyGraphBackgroundColor
Graph background color
Public propertyGraphBackgroundGradientColor
Graph background gradient color
Public propertyGridColor
Grid and Ticks color
Public propertyLegendFillColor
Legend Fill color
Public propertyLegendFillGradientColor
Legend fill gradient color
Public propertyLegendTextColor
Legend text color
Public propertyMarkerSingleColor
Marker single color
Public propertymasterColor

[Missing <summary> documentation for "P:Arction.Wpf.Charting.LightningChart.ThemeBasics.masterColor"]

Public propertyMasterHueDeg
Starting HSVA degree
Public propertyMultiColorAxis
Axis multi color
Public propertyMultiColorSeries
Series in multicolor
Public propertyScrollBarBackgroundFillColor
Scrollbar background Fill color
Public propertyScrollBarFrontFillColor
Scrollbar front fill color
Public propertySectorSingleColor
Sectors single color
Public propertySliceHueStep
Step value for next color of HSVA table (masterhuedeg + stepvalue*n)
Public propertyView3DWallsColoring
View3D walls coloring
Public propertyZoomRectcolor
Dark light blend color
Top
Methods
  NameDescription
Public methodDispose
Dispose unmanaged objects
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also