The GdxChartViewModel type exposes the following members.
Properties
Name | Description | |
---|---|---|
AutoUpdateSeconds |
Time period in seconds to refresh historical data.
| |
Background |
Color of chart background.
| |
BorderBrush |
Color of chart border.
| |
BorderThickness |
Chart border thickness.
| |
ChartMode |
Specifies how the series are combined together.
| |
ChartType |
The type of the chart. Only Date/Time and Scatter supported.
| |
ClipPlotArea |
Clips the plot area.
| |
CursorBackground |
Color of the cursor tooltip background.
| |
CursorBorderBrush |
Color of the cursor tooltip border.
| |
CursorBorderThickness |
Width of the border around the cursor tooltip.
| |
CursorFontFamily |
Specifies the name of the default font used to render text for the cursor tooltip.
| |
CursorFontSize |
Specifies the size of the font used to render text for the cursor tooltip.
| |
CursorForeground |
Color of the cursor tooltip foreground.
| |
CursorFormat |
Specifies the format of the text visualized in the cursor tooltip. You can use @@chart.key as a placeholder for the field key (X axis) and @@chart.value as a placeholder for the value.
| |
CursorHeader |
Specifies the format of the text visualized in the header of the cursor tooltip. You can use %x as a placeholder for the field key (X axis).
| |
DataBufferSize |
The maximum amount of data downloaded from the server and visualized in the chart.
| |
FontFamily |
Chart font family.
| |
FontSize |
Chart font size.
| |
FontStyle |
Chart font style.
| |
FontWeight |
Chart font weight.
| |
Foreground |
Color of chart foreground.
| |
GridLinesStroke |
Grid lines stroke color.
| |
HorizontalAxisForeground |
Foreground color of horizontal axis.
| |
HorizontalAxisMaximum |
Horizontal axis maximum.
| |
HorizontalAxisMinimum |
Horizontal axis minimum.
| |
HorizontalAxisOverrideRange |
Enable custom range on horizontal axis.
| |
HorizontalAxisSortDirection |
Sort direction on horizontal axis.
| |
HorizontalAxisStep |
Custom step for tick marks on horizontal axis. When set to 0 the step is automatic.
| |
HorizontalAxisTimeStep |
Specifies the gap between ticks on horizontal axis.
| |
HorizontalAxisTimeUnit |
Specifies the unit used to draw the horizontal axis major steps.
| |
HorizontalAxisTitle |
Horizontal axis title.
| |
HorizontalAxisVisibility |
Visibility of horizontal axis.
| |
HorizontalGridInterval |
Specifies the number of tick marks after which horizontal grid lines are shown
| |
HorizontalLabelDegrees |
Rotation angle of labels on horizontal axis.
| |
HorizontalLabelFormat |
Format of the labels on horizontal axis.
| |
HorizontalLabelInterval |
Specifies the number of tickmarks after which a label is shown.
| |
HorizontalLabelOffset |
Specifies how many labels are hidden starting from the left and the right of the axis.
| |
HorizontalLabelRotate |
Specifies if the labels shouls be rotated on the horizontal axis.
| |
HorizontalLogarithmBase |
The logarithmic base of horizontal axis.
| |
HorizontalStriplineFill |
Fill color of horizontal striplines.
| |
LegendLocation |
Specifies the location of the legend.
| |
LogarithmBase |
The logarithmic base of horizontal axis.
| |
Opacity |
Chart opacity.
| |
Palette |
Palette for chart series.
| |
Properties | (Inherited from ModelBase.) | |
Series |
List of series.
| |
ShowBusyIndicator |
When set to true shows a popup when the data in the series is loading. When set to false the popup is hidden.
| |
ShowCursor |
Enables the cursor tooltip over the points of the chart.
| |
ShowGridLinesOnTop |
Allow the grid lines in chart view to be drawn over the top of the series. Striplines will be disabled when this property is set to true.
| |
ShowHorizontalGridLines |
Shows grid lines on horizontal axis.
| |
ShowHorizontalLabels |
Shows labels on horizontal axis.
| |
ShowHorizontalStripline |
Shows striplines on horizontal axis.
| |
ShowLegend |
Show/Hides the legend for this chart.
| |
ShowVerticalGridLines |
Shows grid lines on vertical axis.
| |
ShowVerticalLabels |
Shows labels on vertical axis.
| |
ShowVerticalStripline |
Shows striplines on vertical axis.
| |
TickMode |
Tick mark position.
| |
Title |
Chart title.
| |
TitleFontFamily |
Title font family.
| |
TitleFontSize |
Title font size.
| |
TitleForeground |
Title foreground color.
| |
UseHorizontalLogarithmicAxis |
When set to true, values on horizontal axis are logaritmic.
| |
UseLogarithmicAxis |
When set to true, values on vertical axis are logaritmic.
| |
VerticalAxisForeground |
Foreground color of vertical axis.
| |
VerticalAxisLocation |
Location of the vertical axis.
| |
VerticalAxisMaximum |
Vertical axis maximum.
| |
VerticalAxisMinimum |
Vertical axis minimum.
| |
VerticalAxisOverrideRange |
Enable custom range on vertical axis.
| |
VerticalAxisStep |
Custom step for tick marks on vertical axis. When set to 0 the step is automatic.
| |
VerticalAxisTitle |
Vertical axis title.
| |
VerticalAxisVisibility |
Visibility of vertical axis.
| |
VerticalAxisWidth |
Width for the vertical axis. Disabled when the value is 0. Can be used to align two or more charts.
| |
VerticalGridInterval |
Specifies the number of tick marks after which vertical grid lines are shown.
| |
VerticalLabelFormat |
Format of the labels on vertical axis.
| |
VerticalLabelInterval |
Specifies the number of tickmarks after which a label is shown.
| |
VerticalLabelOffset |
Specifies how many labels are hidden starting from the left and the right of the axis.
| |
VerticalStriplineFill |
Fill color of vertical striplines.
| |
ZoomMode |
Enables zooming in the chart.
|