The GdxChartSeriesModel type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Command |
Show series in legend.
| |
| CursorFormat |
Cursor info format.
| |
| DataSource |
Data source used to retrieve data.
| |
| Fill |
Plot fill color.
| |
| HideZeroValues |
Hide samples with zero or empty value.
| |
| Index |
Z-Index of series.
| |
| KeyBinding |
Name of field in data source that contains keys.
| |
| LabelsFormat |
Sample labels format expression. Available context variables: {{@@chart.key}}, {{@@chart.value}}, {{@@chart.series}}.
| |
| LogarithmBase |
Logaritm base on vertical axis.
| |
| MarkerFill |
Marker fill color.
| |
| MarkerSize |
Marker size in pixels.
| |
| MarkerStroke |
Marker stroke color.
| |
| MarkerStrokeThickness |
Marker stroke thickness.
| |
| MarkerType |
Marker type to select samples in the chart.
| |
| PlotType |
Type of the plot rendered by this series.
| |
| Properties | (Inherited from ModelBase.) | |
| ShowInCursor |
Show series info in cursor.
| |
| ShowInLegend |
Show series in legend.
| |
| ShowLabels |
Show value labels in the chart.
| |
| ShowVerticalLabels |
Show labels on vertical axis.
| |
| Stroke |
Plot stroke color.
| |
| StrokeStyle |
Plot stroke style.
| |
| StrokeThickness |
Plot stroke thickness.
| |
| Title |
Series display name.
| |
| UseLogarithmicAxis |
Vertical axis is logaritmic.
| |
| ValueBinding |
Name of field in data source that contains values.
| |
| VerticalAxisLocation |
Location of vertical axis.
| |
| VerticalAxisMaximum |
Vertical axis maximum.
| |
| VerticalAxisMinimum |
Vertical axis minimum.
| |
| VerticalAxisOverrideRange |
Use custom range for vertical axis.
| |
| VerticalAxisStroke |
Custom axis stroke color.
| |
| VerticalAxisTitle |
Title of custom axis.
| |
| VerticalAxisVisibility |
Visibility of custom vertical axis.
| |
| VerticalLabelFormat |
Number format of labels on vertical axis.
| |
| VerticalLabelInterval |
Number of tick marks after which a label is shown.
| |
| VerticalLabelOffset |
Specifies how many labels are hidden starting from the top and the bottom of vertical axis.
| |
| Visibility |
Show this series in the chart.
|