Class ThemeBasics
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Dynamic lightningchart basic theme
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ThemeBasics : ChartNode, IChartNode, IDisposable
- Inheritance
-
ThemeBasics
- Implements
- Inherited Members
Constructors
ThemeBasics()
Theme base class. all variables has some pre defined value
public ThemeBasics()
Fields
CustomPalette
Custom palette color
public ValueRangePalette CustomPalette
Field Value
DynamicBackgroundFillStyle
Background image fill style
public RectFillStyle DynamicBackgroundFillStyle
Field Value
DynamicBackgroundImage
Enum for dynamic background image for resources
public DynamicBackgroundImage DynamicBackgroundImage
Field Value
View3DWallsColoring
View3D walls coloring
public Wall3DColors View3DWallsColoring
Field Value
Properties
AlphaLevel
Alpha level 0-255
public int AlphaLevel { get; set; }
Property Value
AnnotationBorderColor
Annotation border color
public Color AnnotationBorderColor { get; set; }
Property Value
AnnotationTextColor
Annotation text color
public Color AnnotationTextColor { get; set; }
Property Value
AxisColor
Axis color
public Color AxisColor { get; set; }
Property Value
AxisLabelColor
Axis label color
public Color AxisLabelColor { get; set; }
Property Value
AxisTitleColor
Axis title color
public Color AxisTitleColor { get; set; }
Property Value
BackgroundColor
Background color
public Color BackgroundColor { get; set; }
Property Value
BackgroundGradientColor
Background gradient color
public Color BackgroundGradientColor { get; set; }
Property Value
BorderColor
What color to gradient
public Color BorderColor { get; set; }
Property Value
ChartTitleColor
Chart title color
public Color ChartTitleColor { get; set; }
Property Value
ColorSaturation
HSVA color saturation
public double ColorSaturation { get; set; }
Property Value
ColorStrength
HSVA color strength
public double ColorStrength { get; set; }
Property Value
ColorToGradient
Color where to gradient is shaded
public Color ColorToGradient { get; set; }
Property Value
CustomDynamicBackgroundImage
Custom dynamic image of dynamic theme background
public Image CustomDynamicBackgroundImage { get; set; }
Property Value
DataCursorResultTableTextColor
DataCursor ResultTable text color.
public Color DataCursorResultTableTextColor { get; set; }
Property Value
DynamicBackgroundLayout
Enum for Dynamic background layout
public BitmapFillLayout DynamicBackgroundLayout { get; set; }
Property Value
ForceLabelsWhite
Force labels to White
public bool ForceLabelsWhite { get; set; }
Property Value
GradientStrength
Gradient strength
public double GradientStrength { get; set; }
Property Value
GraphBackgroundColor
Graph background color
public Color GraphBackgroundColor { get; set; }
Property Value
GraphBackgroundGradientColor
Graph background gradient color
public Color GraphBackgroundGradientColor { get; set; }
Property Value
GridColor
Grid and Ticks color
public Color GridColor { get; set; }
Property Value
LegendFillColor
Legend Fill color
public Color LegendFillColor { get; set; }
Property Value
LegendFillGradientColor
Legend fill gradient color
public Color LegendFillGradientColor { get; set; }
Property Value
LegendTextColor
Legend text color
public Color LegendTextColor { get; set; }
Property Value
MarkerSingleColor
Marker single color
public Color MarkerSingleColor { get; set; }
Property Value
MasterHueDeg
Starting HSVA degree
public double MasterHueDeg { get; set; }
Property Value
MultiColorAxis
Axis multi color
public bool MultiColorAxis { get; set; }
Property Value
MultiColorSeries
Series in multicolor
public bool MultiColorSeries { get; set; }
Property Value
ScrollBarBackgroundFillColor
Scrollbar background Fill color
public Color ScrollBarBackgroundFillColor { get; set; }
Property Value
ScrollBarFrontFillColor
Scrollbar front fill color
public Color ScrollBarFrontFillColor { get; set; }
Property Value
SectorSingleColor
Sectors single color
public Color SectorSingleColor { get; set; }
Property Value
SliceHueStep
Step value for next color of HSVA table (masterhuedeg + stepvalue*n)
public int SliceHueStep { get; set; }
Property Value
ZoomRectcolor
Dark light blend color
public Color ZoomRectcolor { get; set; }
Property Value
customPaletteSteps
public ColorList customPaletteSteps { get; set; }
Property Value
darkLightBlendColor
public Color darkLightBlendColor { get; set; }
Property Value
masterColor
public Color masterColor { get; }
Property Value
Methods
Dispose()
Dispose unmanaged objects
public void Dispose()
Invert(Color)
Opposite color
public static Color Invert(Color color)
Parameters
colorColorColor to convert.
Returns
- Color
The opposite color.