AirControl  1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
XCharts.VisualMap.Pieces Class Reference

Public Member Functions

bool Contains (double value, double minMaxRange)
 

Properties

double min [get, set]
 范围最小值 More...
 
double max [get, set]
 范围最大值 More...
 
string label [get, set]
 文字描述 More...
 
Color32 color [get, set]
 颜色 More...
 

Detailed Description

Definition at line 54 of file VisualMap.cs.

Property Documentation

◆ color

Color32 XCharts.VisualMap.Pieces.color
getset

颜色

Definition at line 76 of file VisualMap.cs.

76 { get { return m_Color; } set { m_Color = value; } }

◆ label

string XCharts.VisualMap.Pieces.label
getset

文字描述

Definition at line 72 of file VisualMap.cs.

72 { get { return m_Label; } set { m_Label = value; } }

◆ max

double XCharts.VisualMap.Pieces.max
getset

范围最大值

Definition at line 68 of file VisualMap.cs.

68 { get { return m_Max; } set { m_Max = value; } }

◆ min

double XCharts.VisualMap.Pieces.min
getset

范围最小值

Definition at line 64 of file VisualMap.cs.

64 { get { return m_Min; } set { m_Min = value; } }

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