AirControl  1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
XCharts.XChartsSettings Class Reference
Inheritance diagram for XCharts.XChartsSettings:
Collaboration diagram for XCharts.XChartsSettings:

Static Public Member Functions

static bool AddJsonTheme (TextAsset theme)
 

Static Public Attributes

static readonly string THEME_ASSET_NAME_PREFIX = "XTheme-"
 
static readonly string THEME_ASSET_FOLDER = "Assets/XCharts/Resources"
 

Protected Attributes

int m_MaxPainter = 10
 
float m_LineSmoothStyle = 3f
 
float m_LineSmoothness = 2f
 
float m_LineSegmentDistance = 3f
 
float m_CicleSmoothness = 2f
 
float m_VisualMapTriangeLen = 20f
 
float m_PieTooltipExtraRadius = 8f
 
float m_PieSelectedOffset = 8f
 
List< TextAsset > m_CustomThemes = new List<TextAsset>()
 

Properties

static Font font [get]
 
static int fontSizeLv1 [get]
 一级字体大小。 More...
 
static int fontSizeLv2 [get]
 
static int fontSizeLv3 [get]
 
static int fontSizeLv4 [get]
 
static LineStyle.Type axisLineType [get]
 
static float axisLineWidth [get]
 
static LineStyle.Type axisSplitLineType [get]
 
static float axisSplitLineWidth [get]
 
static float axisTickWidth [get]
 
static float axisTickLength [get]
 
static float gaugeAxisLineWidth [get]
 
static float gaugeAxisSplitLineWidth [get]
 
static float gaugeAxisSplitLineLength [get]
 
static float gaugeAxisTickWidth [get]
 
static float gaugeAxisTickLength [get]
 
static float tootipLineWidth [get]
 
static float dataZoomBorderWidth [get]
 
static float dataZoomDataLineWidth [get]
 
static float visualMapBorderWidth [get]
 
static float serieLineWidth [get]
 
static float serieLineSymbolSize [get]
 
static float serieLineSymbolSelectedSize [get]
 
static float serieScatterSymbolSize [get]
 
static float serieScatterSymbolSelectedSize [get]
 
static float serieCandlestickBorderWidth [get]
 
static bool editorBlockEnable [get]
 
static bool editorShowAllListData [get]
 
static int maxPainter [get]
 
static float lineSmoothStyle [get]
 
static float lineSmoothness [get]
 
static float lineSegmentDistance [get]
 
static float cicleSmoothness [get]
 
static float visualMapTriangeLen [get]
 
static float pieTooltipExtraRadius [get]
 
static float pieSelectedOffset [get]
 
static List< TextAsset > customThemes [get]
 
static XChartsSettings Instance [get]
 

Detailed Description

Definition at line 25 of file XChartsSettings.cs.

Property Documentation

◆ fontSizeLv1

int XCharts.XChartsSettings.fontSizeLv1
staticget

一级字体大小。

Definition at line 81 of file XChartsSettings.cs.

81 { get { return Instance.m_FontSizeLv1; } }

The documentation for this class was generated from the following file: