|
Texture2D | FontImage |
|
TextAsset | FontConfig |
|
Texture2D | LineTexture |
|
Texture2D | CircleTexture |
|
float | MarginVertical = 10 |
|
float | MarginLeft = 10 |
|
float | MarginRight = 10 |
|
bool | ShowLegend = true |
|
int | LegendWidth = 100 |
|
bool | DrawAxis = true |
|
Color | AxisColor = Color.white |
|
float | AxisWidth = 1f |
|
string | VerticalAxisName = "" |
|
bool | DrawLabels = true |
|
bool | DrawLabelLines = true |
|
Color | LabelLinesColor = new Color(0.5f, 0.5f, 0.5f, 0.5f) |
|
int | LabelsFontSize = 22 |
|
int | LabelsNumDecimals = 1 |
|
Color | LabelsFontColor = Color.white |
|
float | VerticalValuesMin = 0 |
|
float | VerticalValuesMax = 100 |
|
string | HorizontalAxisName = "" |
|
int | NumSamplesVisible = 100 |
|
float | mZeroYCoord = 0 |
|
List< ChartSeriesInfo > | Series = new List<ChartSeriesInfo>() |
|
Dictionary< string, ChartSeriesInfo > | SeriesByName = new Dictionary<string, ChartSeriesInfo>() |
|
|
float | ActualMarginLeft [get] |
|
◆ AddData() [1/2]
void LineChart.AddData |
( |
string |
pSeriesName, |
|
|
float |
pData |
|
) |
| |
|
inline |
◆ AddData() [2/2]
void LineChart.AddData |
( |
string |
pSeriesName, |
|
|
float[] |
pData |
|
) |
| |
|
inline |
◆ AddSeries() [1/2]
◆ AddSeries() [2/2]
void LineChart.AddSeries |
( |
string |
pSeriesName, |
|
|
Color |
pLineColor, |
|
|
float |
pLineWidth |
|
) |
| |
|
inline |
- Parameters
-
pSeriesName | |
pLineColor | |
pLineWidth | |
◆ RemoveSeries()
void LineChart.RemoveSeries |
( |
string |
pSeriesName | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Plugins/GraphicDNA_2DShaperLibrary/Scripts/LineChart.cs