Set the marker (image)to be used. An int value from 1 to 4 See the res/drawable and res/layout folders of the B4A project
MaxVisibleValueCountAsInt [write only]
PinchZoomAsBoolean [write only]
if set to true, both x and y axis can be scaled with 2 fingers, if false, x and y axis can be scaled separately. default: false
RemoveView
RequestFocusAsBoolean
SavedImageBackgroundColorAsInt [write only]
saveToGallery (fileNameAsString, qualityAsInt)
Saves the current state of the chart to the gallery as a JPEG image. The filename and compression can be set. 0 == maximum compression, 100 = low compression (high quality). NOTE: Needs permission WRITE_EXTERNAL_STORAGE
fileName e.g. "my_image" quality e.g. 50, min = 0, max = 100
saveToPath (fileNameAsString, pathOnSDAsString)
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD card chart is saved as a PNG image, example: saveToPath("myfilename", "foldername1/foldername2");
fileName e.g. "my_image" pathOnSD e.g. "folder1/folder2/folder3"
ScaleEnabledAsBoolean [write only]
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) on both X- and Y-Axis.
Set the marker (image)to be used. An int value from 1 to 4 See the res/drawable and res/layout folders of the B4A project
MaxVisibleValueCountAsInt [write only]
PinchZoomAsBoolean [write only]
if set to true, both x and y axis can be scaled with 2 fingers, if false, x and y axis can be scaled separately. default: false
RemoveView
RequestFocusAsBoolean
SavedImageBackgroundColorAsInt [write only]
saveToGallery (fileNameAsString, qualityAsInt)
Saves the current state of the chart to the gallery as a JPEG image. The filename and compression can be set. 0 == maximum compression, 100 = low compression (high quality). NOTE: Needs permission WRITE_EXTERNAL_STORAGE
fileName e.g. "my_image" quality e.g. 50, min = 0, max = 100
saveToPath (fileNameAsString, pathOnSDAsString)
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD card chart is saved as a PNG image, example: saveToPath("myfilename", "foldername1/foldername2");
fileName e.g. "my_image" pathOnSD e.g. "folder1/folder2/folder3"
ScaleEnabledAsBoolean [write only]
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) on both X- and Y-Axis.
Set this to true to enable zooming in by double-tap on the chart. Default: enabled
DragEnabledAsBoolean [write only]
Set this to true to enable dragging (moving the chart with the finger) for the chart (this does not effect scaling).
DrawAxisLineAsBoolean [write only]
set draw x-axis line
DrawBarValuesAsBoolean [write only]
Draw or don't draw bar values on the graph.
DrawBordersAsBoolean [write only]
Sets drawing the borders rectangle to true. If this is enabled, there is no point drawing the axis-lines of x- and y-axis.
DrawCubicGraphAsBoolean [write only]
Draw or don't draw a cubic line graph.
DrawDashedLineAsBoolean [write only]
Disables the line to be drawn in dashed mode.
DrawGraphHollowCirclesAsBoolean [write only]
Draw hollow or solid graph circles.
DrawGridBackgroundAsBoolean [write only]
set this to true to draw the grid background, false if not
DrawLineValuesAsBoolean [write only]
Draw or don't draw line values on the graph.
DrawMarkerViewsAsBoolean [write only]
Set this to true to draw a user specified marker-view when tapping on chart values (use the setMarkerView(MarkerView mv) method to specify a marker view). Default: true
DrawXaxisGridLinesAsBoolean [write only]
set draw x-axis grid lines
DrawYaxisGridLinesAsBoolean [write only]
set draw y-axis grid lines
EnabledAsBoolean
enableScroll
enables intercept touchevents
FillColor() AsInt [write only]
Set the color to fill the area between the graph and the X axis with.
Sets the color for the background of the chart-drawing area (everything behind the grid lines).
HeightAsInt
HighlightEnabledAsBoolean [write only]
If set to true, value highlighting is enabled for all underlying data of the chart which means that all values can be highlighted programmatically or by touch gesture.
Sets the space between the legend entries on a horizontal axis in pixels, converts to dp internally Default value is 6.0f
LegendShapeSizeAsFloat [write only]
LegendTitleAsString [write only]
LineAxisDependencyAsString [write only]
Sets the axis dependency for the Line Chart LEFT or RIGHT
LineChartData() AsFloat [write only]
LineColorAsInt [write only]
LineLegendTextAsString [write only]
LineValueTextColorAsInt [write only]
LineValueTextSizeAsFloat [write only]
MarkerToUseAsInt [write only]
Set the marker (image)to be used. An int value from 1 to 4 See the res/drawable and res/layout folders of the B4A project
MaxVisibleValueCountAsInt [write only]
PinchZoomAsBoolean [write only]
if set to true, both x and y axis can be scaled with 2 fingers, if false, x and y axis can be scaled separately. default: false
RemoveView
RequestFocusAsBoolean
RightYaxisTextColorAsInt [write only]
set the right Y-Axis text color
SavedImageBackgroundColorAsInt [write only]
saveToGallery (fileNameAsString, qualityAsInt)
Saves the current state of the chart to the gallery as a JPEG image. The filename and compression can be set. 0 == maximum compression, 100 = low compression (high quality). NOTE: Needs permission WRITE_EXTERNAL_STORAGE
fileName e.g. "my_image" quality e.g. 50, min = 0, max = 100
saveToPath (fileNameAsString, pathOnSDAsString)
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD card chart is saved as a PNG image, example: saveToPath("myfilename", "foldername1/foldername2");
fileName e.g. "my_image" pathOnSD e.g. "folder1/folder2/folder3"
ScaleEnabledAsBoolean [write only]
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) on both X- and Y-Axis.
if set to true, both x and y axis can be scaled with 2 fingers, if false, x and y axis can be scaled separately. default: false
RemoveView
RequestFocusAsBoolean
SavedImageBackgroundColorAsInt [write only]
saveToGallery (fileNameAsString, qualityAsInt)
Saves the current state of the chart to the gallery as a JPEG image. The filename and compression can be set. 0 == maximum compression, 100 = low compression (high quality). NOTE: Needs permission WRITE_EXTERNAL_STORAGE
fileName e.g. "my_image" quality e.g. 50, min = 0, max = 100
saveToPath (fileNameAsString, pathOnSDAsString)
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD card chart is saved as a PNG image, example: saveToPath("myfilename", "foldername1/foldername2");
fileName e.g. "my_image" pathOnSD e.g. "folder1/folder2/folder3"
ScaleEnabledAsBoolean [write only]
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) on both X- and Y-Axis.
Set the marker (image)to be used. An int value from 1 to 4 See the res/drawable and res/layout folders of the B4A project
MaxVisibleValueCountAsInt [write only]
PinchZoomAsBoolean [write only]
if set to true, both x and y axis can be scaled with 2 fingers, if false, x and y axis can be scaled separately. default: false
RemoveView
RequestFocusAsBoolean
SavedImageBackgroundColorAsInt [write only]
saveToGallery (fileNameAsString, qualityAsInt)
Saves the current state of the chart to the gallery as a JPEG image. The filename and compression can be set. 0 == maximum compression, 100 = low compression (high quality). NOTE: Needs permission WRITE_EXTERNAL_STORAGE
fileName e.g. "my_image" quality e.g. 50, min = 0, max = 100
saveToPath (fileNameAsString, pathOnSDAsString)
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD card chart is saved as a PNG image, example: saveToPath("myfilename", "foldername1/foldername2");
fileName e.g. "my_image" pathOnSD e.g. "folder1/folder2/folder3"
ScaleEnabledAsBoolean [write only]
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) on both X- and Y-Axis.
sets the space between the legend entries on a horizontal axis in pixels, converts to dp internally Default value is 6.0f
LegendShapeSizeAsFloat [write only]
LegendText() AsString [write only]
LegendTitleAsString [write only]
MarkerToUseAsInt [write only]
Set the marker (image)to be used. An int value from 1 to 4 See the res/drawable and res/layout folders of the B4A project
MaxVisibleValueCountAsInt [write only]
PinchZoomAsBoolean [write only]
if set to true, both x and y axis can be scaled with 2 fingers, if false, x and y axis can be scaled separately. default: false
RemoveView
RequestFocusAsBoolean
SavedImageBackgroundColorAsInt [write only]
saveToGallery (fileNameAsString, qualityAsInt)
Saves the current state of the chart to the gallery as a JPEG image. The filename and compression can be set. 0 == maximum compression, 100 = low compression (high quality). NOTE: Needs permission WRITE_EXTERNAL_STORAGE
fileName e.g. "my_image" quality e.g. 50, min = 0, max = 100
saveToPath (fileNameAsString, pathOnSDAsString)
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD card chart is saved as a PNG image, example: saveToPath("myfilename", "foldername1/foldername2");
fileName e.g. "my_image" pathOnSD e.g. "folder1/folder2/folder3"
ScaleEnabledAsBoolean [write only]
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) on both X- and Y-Axis.
sets the space between the legend entries on a horizontal axis in pixels, converts to dp internally Default value is 6.0f
LegendShapeSizeAsFloat [write only]
LegendText() AsString [write only]
LegendTitleAsString [write only]
MarkerToUseAsInt [write only]
Set the marker (image)to be used. An int value from 1 to 4 See the res/drawable and res/layout folders of the B4A project
MaxVisibleValueCountAsInt [write only]
PinchZoomAsBoolean [write only]
if set to true, both x and y axis can be scaled with 2 fingers, if false, x and y axis can be scaled separately. default: false
RemoveView
RequestFocusAsBoolean
SavedImageBackgroundColorAsInt [write only]
saveToGallery (fileNameAsString, qualityAsInt)
Saves the current state of the chart to the gallery as a JPEG image. The filename and compression can be set. 0 == maximum compression, 100 = low compression (high quality). NOTE: Needs permission WRITE_EXTERNAL_STORAGE
fileName e.g. "my_image" quality e.g. 50, min = 0, max = 100
saveToPath (fileNameAsString, pathOnSDAsString)
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD card chart is saved as a PNG image, example: saveToPath("myfilename", "foldername1/foldername2");
fileName e.g. "my_image" pathOnSD e.g. "folder1/folder2/folder3"
ScaleEnabledAsBoolean [write only]
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) on both X- and Y-Axis.
sets the space between the legend entries on a horizontal axis in pixels, converts to dp internally Default value is 6.0f
LegendShapeSizeAsFloat [write only]
LegendText() AsString [write only]
LegendTitleAsString [write only]
MarkerToUseAsInt [write only]
Set the marker (image)to be used. An int value from 1 to 4 See the res/drawable and res/layout folders of the B4A project
MaxVisibleValueCountAsInt [write only]
PinchZoomAsBoolean [write only]
if set to true, both x and y axis can be scaled with 2 fingers, if false, x and y axis can be scaled separately. default: false
RemoveView
RequestFocusAsBoolean
SavedImageBackgroundColorAsInt [write only]
saveToGallery (fileNameAsString, qualityAsInt)
Saves the current state of the chart to the gallery as a JPEG image. The filename and compression can be set. 0 == maximum compression, 100 = low compression (high quality). NOTE: Needs permission WRITE_EXTERNAL_STORAGE
fileName e.g. "my_image" quality e.g. 50, min = 0, max = 100
saveToPath (fileNameAsString, pathOnSDAsString)
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD card chart is saved as a PNG image, example: saveToPath("myfilename", "foldername1/foldername2");
fileName e.g. "my_image" pathOnSD e.g. "folder1/folder2/folder3"
ScaleEnabledAsBoolean [write only]
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) on both X- and Y-Axis.
Set this to true to enable zooming in by double-tap on the chart. Default: enabled
DragEnabledAsBoolean [write only]
Set this to true to enable dragging (moving the chart with the finger) for the chart (this does not effect scaling).
DrawAxisLineAsBoolean [write only]
set draw x-axis line
DrawBarChartAsBoolean [write only]
Sets the number of bar charts that will be drawn (maximum 5)
DrawBarValuesAsBoolean [write only]
Draw or don't draw bar values on the graph.
DrawBordersAsBoolean [write only]
Sets drawing the borders rectangle to true. If this is enabled, there is no point drawing the axis-lines of x- and y-axis.
DrawCharts
DrawCubicGraph() AsBoolean [write only]
Draw or don't draw a cubic line graph.
DrawDashedLine() AsBoolean [write only]
Disables the line to be drawn in dashed mode.
DrawGraphHollowCircles() AsBoolean [write only]
Draw hollow or solid graph circles.
DrawLeftGridDashedAsBoolean [write only]
Sets the Left Y axis grid to be drawn dashed or solid
DrawLineValues() AsBoolean [write only]
Draw or don't draw line values on the graph.
DrawMarkerViewsAsBoolean [write only]
Set this to true to draw a user specified marker-view when tapping on chart values (use the setMarkerView(MarkerView mv) method to specify a marker view). Default: true
DrawRightGridDashedAsBoolean [write only]
Sets the Right Y axis grid to be drawn dashed or solid
DrawXaxisGridLinesAsBoolean [write only]
set draw x-axis grid lines (perpendicular to the X-axis)
DrawYaxisLeftGridLinesAsBoolean [write only]
set draw y-axis left grid lines
DrawYaxisRightGridLinesAsBoolean [write only]
set draw y-axis right grid lines
EnabledAsBoolean
enableScroll
enables intercept touchevents
GraphCircleColor() AsInt [write only]
Set the color of the graph small circles.
GraphCircleSize() AsFloat [write only]
Set the size of the graph small circles.
GraphLineWidth() AsFloat [write only]
Set the width of the graph line.
GridBackgroundColorAsInt [write only]
Sets the color for the background of the chart-drawing area (everything behind the grid lines).
HeightAsInt
HorizontalGridColorLeftAsInt [write only]
Sets the Horizontal grid color for the Left Y axis
HorizontalGridColorRightAsInt [write only]
Sets the Horizontal grid color for the Right Y axis
Sets the space between the legend entries on a horizontal axis in pixels, converts to dp internally Default value is 6.0f
LegendShapeSizeAsFloat [write only]
Line_1_Data() AsFloat [write only]
Set the Y-Values for Line Chart 1
Line_2_Data() AsFloat [write only]
Set the Y-Values for Line Chart 2
Line_3_Data() AsFloat [write only]
Set the Y-Values for Line Chart 3
Line_4_Data() AsFloat [write only]
Set the Y-Values for Line Chart 4
Line_5_Data() AsFloat [write only]
Set the Y-Values for Line Chart 5
LineAxisDependencyAsString [write only]
Sets the axis dependency for the Line Chart LEFT or RIGHT
LineColor() AsInt [write only]
LineLegendText() AsString [write only]
LineValueTextColor() AsInt [write only]
LineValueTextSizeAsFloat [write only]
MarkerToUseAsInt [write only]
Set the marker (image)to be used. An int value from 1 to 4 See the res/drawable and res/layout folders of the B4A project
MaxVisibleValueCountAsInt [write only]
NumberOfLineChartsAsInt [write only]
Sets the number of line charts that will be drawn (maximum 5)
PinchZoomAsBoolean [write only]
if set to true, both x and y axis can be scaled with 2 fingers, if false, x and y axis can be scaled separately. default: false
RemoveView
RequestFocusAsBoolean
RightYaxisTextColorAsInt [write only]
set the right Y-Axis text color
RightYaxisTextSizeAsFloat [write only]
set right Y-Axis text size
SavedImageBackgroundColorAsInt [write only]
saveToGallery (fileNameAsString, qualityAsInt)
Saves the current state of the chart to the gallery as a JPEG image. The filename and compression can be set. 0 == maximum compression, 100 = low compression (high quality). NOTE: Needs permission WRITE_EXTERNAL_STORAGE
fileName e.g. "my_image" quality e.g. 50, min = 0, max = 100
saveToPath (fileNameAsString, pathOnSDAsString)
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD card chart is saved as a PNG image, example: saveToPath("myfilename", "foldername1/foldername2");
fileName e.g. "my_image" pathOnSD e.g. "folder1/folder2/folder3"
ScaleEnabledAsBoolean [write only]
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) on both X- and Y-Axis.
sets the space between the legend entries on a horizontal axis in pixels, converts to dp internally Default value is 6.0f
LegendYEntrySpaceAsFloat [write only]
sets the space between the legend entries on a vertical axis in pixels, converts to dp internally Default value is 10.0f
LineColors() AsInt [write only]
Set the colors of the individual line charts A maximum of 5 colors can be set (one for each of max 5 line charts)
MarkerToUseAsInt [write only]
Set the marker (image)to be used. An int value from 1 to 4 See the res/drawable and res/layout folders of the B4A project
MaxVisibleValueCountAsInt [write only]
PinchZoomAsBoolean [write only]
if set to true, both x and y axis can be scaled with 2 fingers, if false, x and y axis can be scaled separately. default: false
RemoveView
RequestFocusAsBoolean
SavedImageBackgroundColorAsInt [write only]
Set the outer zone color for the chart being saved
saveToGallery (fileNameAsString, qualityAsInt)
Saves the current state of the chart to the gallery as a JPEG image. The filename and compression can be set. 0 == maximum compression, 100 = low compression (high quality). NOTE: Needs permission WRITE_EXTERNAL_STORAGE
fileName e.g. "my_image" quality e.g. 50, min = 0, max = 100
saveToPath (fileNameAsString, pathOnSDAsString)
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD card chart is saved as a PNG image, example: saveToPath("myfilename", "foldername1/foldername2");
fileName e.g. "my_image" pathOnSD e.g. "folder1/folder2/folder3"
ScaleEnabledAsBoolean [write only]
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) on both X- and Y-Axis.
ScaleXEnabledAsBoolean [write only]
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) in X direction
ScaleYEnabledAsBoolean [write only]
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) in Y direction
Draw the line chart(s) once all data has been set up Mamimum number of simultaneous line charts is 5 variable numberOfCharts: 1 = draw only the first line chart of all line charts that data has been set up for 2 = draw only line charts 1 and 2 of all line charts that data has been set up for 3 = draw only line charts 1, 2, and 3 of all line charts that data has been set up for
numberOfEntriesPerChart: draw only the first x number of entries for each line chart that data has been set up for eg if data are passed for months of Jan to Dec and numberOfEntriesPerChart = 6 then each line chart will be drawn showing only data for Jan to Jun
Set the legend Position and Form Position can be one of the following: "RIGHT_OF_CHART", "RIGHT_OF_CHART_CENTER", "RIGHT_OF_CHART_INSIDE", "LEFT_OF_CHART", "LEFT_OF_CHART_CENTER", "LEFT_OF_CHART_INSIDE", "BELOW_CHART_LEFT", "BELOW_CHART_RIGHT", "BELOW_CHART_CENTER". Form can be one of the following: "SQUARE", "CIRCLE", "LINE"
SetVisibleAnimated (arg0AsInt, arg1AsBoolean)
ShowYaxisLeftLabelsAsBoolean [write only]
Show or don't show the left Y-Axis labels.
ShowYaxisRightLabelsAsBoolean [write only]
Show or don't show the right Y-Axis labels.
TagAsObject
TheLegendColorAsInt [write only]
Set the legend text color This will be overridden if LegendTextColorsToMatchLineColors = True in which case the legend text color will match the corresponding line color
TheLegendTextSizeAsFloat [write only]
Set the legend text size
TopAsInt
ValueTextColor() AsInt [write only]
Set the color of the values for each line chart These are the values that are displayed inside the chart when DrawGraphValues are set to true
ValueTextSize() AsFloat [write only]
Set the text size of the values for each line chart These are the values that are displayed inside the chart when DrawGraphValues are set to true
VerticalGridColorAsInt [write only]
Sets the Vertical grid color
VisibleAsBoolean
WidthAsInt
XAnimateAsBoolean [write only]
Set wether Animation in X direction should be enable when drawing the charts
XaxisLabelPositionAsString [write only]
set x-axis label position XaxisLabelPosition can be one of the following: TOP, BOTTOM, BOTH_SIDED, TOP_INSIDE, BOTTOM_INSIDE
XaxisLabelsToSkipAsInt [write only]
Sets the number of labels that should be skipped on the axis before the next label is drawn. This will disable the feature that automatically calculates an adequate space between the axis labels and set the number of labels to be skipped to the fixed number provided by this method.
XaxisLables() AsString [write only]
Set the X-Axis labels.
XaxisTextAngleAsFloat [write only]
Sets the angle to rotate the X-axis labels by Suggest rotation of between -30.0 and 30.0 where 0.0 will be no rotation (i.e text horizontal)
XaxisTextColorAsInt [write only]
set X-Axis text color
XaxisTextSizeAsFloat [write only]
set X-Axis text size
XYAnimateAsBoolean [write only]
Set wether Animation in X and Y directions should be enable when drawing the charts
YAnimateAsBoolean [write only]
Set wether Animation in Y direction should be enable when drawing the charts
YaxisDependancy() AsString [write only]
Sets the Y axis dependancy Pass an array of strings (maximum 5) of "LEFT"'s and "RIGHT"'s
YaxisLeftLabelCountAsInt [write only]
Set the label count for the left Y Axis
YaxisLeftMaxValAsFloat [write only]
Set the maximum value for the y axis (Left) If a value is not set then it will be calculated automatically
YaxisLeftMinValAsFloat [write only]
Set the minimum value for the y axis (Left) If a value is not set then it will be calculated automatically
YaxisLeftStartAtZeroAsBoolean [write only]
YaxisLeftTextColorAsInt [write only]
set Y-Axis Left text color
YaxisRightLabelCountAsInt [write only]
Set the label count for the right Y Axis
YaxisRightMaxValAsFloat [write only]
Set the maximum value for the y axis (Right) If a value is not set then it will be calculated automatically
YaxisRightMinValAsFloat [write only]
Set the minimum value for the y axis (Right) If a value is not set then it will be calculated automatically
YaxisRightStartAtZeroAsBoolean [write only]
YaxisRightTextColorAsInt [write only]
set Y-Axis Right text color
YaxisTextAngleAsFloat [write only]
Sets the angle to rotate the Y-axis labels by Suggest rotation of between -30.0 and 30.0 where 0.0 will be no rotation (i.e text horizontal)
sets the space between the legend entries on a horizontal axis in pixels, converts to dp internally Default value is 6.0f
LegendShapeSizeAsFloat [write only]
LegendText() AsString [write only]
LegendTitleAsString [write only]
MarkerToUseAsInt [write only]
Set the marker (image)to be used. An int value from 1 to 4 See the res/drawable and res/layout folders of the B4A project
MaxVisibleValueCountAsInt [write only]
PinchZoomAsBoolean [write only]
if set to true, both x and y axis can be scaled with 2 fingers, if false, x and y axis can be scaled separately. default: false
RemoveView
RequestFocusAsBoolean
SavedImageBackgroundColorAsInt [write only]
saveToGallery (fileNameAsString, qualityAsInt)
Saves the current state of the chart to the gallery as a JPEG image. The filename and compression can be set. 0 == maximum compression, 100 = low compression (high quality). NOTE: Needs permission WRITE_EXTERNAL_STORAGE
fileName e.g. "my_image" quality e.g. 50, min = 0, max = 100
saveToPath (fileNameAsString, pathOnSDAsString)
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD card chart is saved as a PNG image, example: saveToPath("myfilename", "foldername1/foldername2");
fileName e.g. "my_image" pathOnSD e.g. "folder1/folder2/folder3"
ScaleEnabledAsBoolean [write only]
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) on both X- and Y-Axis.
ScaleXEnabledAsBoolean [write only]
ScaleYEnabledAsBoolean [write only]
ScatterColors() AsInt [write only]
ScatterShape() AsString [write only]
sets the shape of the scatter graphs Can be CIRCLE, SQUARE, TRIANGLE, CROSS
set this to true to draw the text that is displayed in the center of the pie chart
DrawHoleEnabledAsBoolean [write only]
set this to true to draw the pie center empty
DrawSliceTextAsBoolean [write only]
set this to true to draw the x-value text into the pie slices
EnabledAsBoolean
HeightAsInt
HoleColorAsInt [write only]
Sets the color for the hole that is drawn in the center of the PieChart (if enabled). NOTE: Use setHoleColorTransparent(boolean enabled) to make the hole transparent.
HoleColorTransparentAsBoolean [write only]
Set the hole in the center of the PieChart transparent. Thank you, code provided by:
HoleRadiusAsFloat
Returns the size of the hole radius in percent of the total radius.
should the center text be word wrapped? note that word wrapping takes a toll on performance if word wrapping is disabled, newlines are still respected
isDrawCenterTextEnabledAsBoolean
returns true if drawing the center text is enabled Return type: @return:
isDrawHoleEnabledAsBoolean
returns true if the hole in the center of the pie-chart is set to be visible, false if not Return type: @return:
isDrawRoundedSlicesEnabledAsBoolean
Returns true if the chart is set to draw each end of a pie-slice "rounded". Return type: @return:
isDrawSliceTextEnabledAsBoolean
returns true if drawing x-values is enabled, false if not Return type: @return:
isHoleTransparentAsBoolean
Returns true if the hole in the center of the PieChart is transparent, false if not. Return type: @return:true if hole is transparent.
IsInitializedAsBoolean
isUsePercentValuesEnabledAsBoolean
Returns true if using percentage values is enabled for the chart. Return type: @return:
LeftAsInt
LegendText() AsString [write only]
LegendTitleAsString [write only]
PieColors() AsInt [write only]
PieDataAsInt [write only]
RemoveView
RequestFocusAsBoolean
SavedImageBackgroundColorAsInt [write only]
saveToGallery (fileNameAsString, qualityAsInt)
Saves the current state of the chart to the gallery as a JPEG image. The filename and compression can be set. 0 == maximum compression, 100 = low compression (high quality). NOTE: Needs permission WRITE_EXTERNAL_STORAGE
fileName e.g. "my_image" quality e.g. 50, min = 0, max = 100
saveToPath (fileNameAsString, pathOnSDAsString)
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD card chart is saved as a PNG image, example: saveToPath("myfilename", "foldername1/foldername2");
fileName e.g. "my_image" pathOnSD e.g. "folder1/folder2/folder3"
Sets the amount of transparency the transparent circle should have 0 = fully transparent, 255 = fully opaque. Default value is 100.
TransparentCircleColorAsInt [write only]
Sets the color the transparent-circle should have.
TransparentCircleRadiusAsFloat
sets the radius of the transparent circle that is drawn next to the hole in the piechart in percent of the maximum radius (max = the radius of the whole chart), default 55% -> means 5% larger than the center-hole by default
UsePercentValuesAsBoolean [write only]
If this is enabled, values inside the PieChart are drawn in percent and not with their original value. Values provided for the ValueFormatter to format are then provided in percent.
Set the marker (image)to be used. An int value from 1 to 4 See the res/drawable and res/layout folders of the B4A project
RadialLineWidthAsFloat [write only]
RemoveView
RequestFocusAsBoolean
SavedImageBackgroundColorAsInt [write only]
saveToGallery (fileNameAsString, qualityAsInt)
Saves the current state of the chart to the gallery as a JPEG image. The filename and compression can be set. 0 == maximum compression, 100 = low compression (high quality). NOTE: Needs permission WRITE_EXTERNAL_STORAGE
fileName e.g. "my_image" quality e.g. 50, min = 0, max = 100
saveToPath (fileNameAsString, pathOnSDAsString)
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD card chart is saved as a PNG image, example: saveToPath("myfilename", "foldername1/foldername2");
fileName e.g. "my_image" pathOnSD e.g. "folder1/folder2/folder3"
sets the space between the legend entries on a horizontal axis in pixels, converts to dp internally Default value is 6.0f
LegendShapeSizeAsFloat [write only]
LegendText() AsString [write only]
LegendTitleAsString [write only]
MarkerToUseAsInt [write only]
Set the marker (image)to be used. An int value from 1 to 4 See the res/drawable and res/layout folders of the B4A project
MaxVisibleValueCountAsInt [write only]
PinchZoomAsBoolean [write only]
if set to true, both x and y axis can be scaled with 2 fingers, if false, x and y axis can be scaled separately. default: false
RemoveView
RequestFocusAsBoolean
SavedImageBackgroundColorAsInt [write only]
saveToGallery (fileNameAsString, qualityAsInt)
Saves the current state of the chart to the gallery as a JPEG image. The filename and compression can be set. 0 == maximum compression, 100 = low compression (high quality). NOTE: Needs permission WRITE_EXTERNAL_STORAGE
fileName e.g. "my_image" quality e.g. 50, min = 0, max = 100
saveToPath (fileNameAsString, pathOnSDAsString)
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD card chart is saved as a PNG image, example: saveToPath("myfilename", "foldername1/foldername2");
fileName e.g. "my_image" pathOnSD e.g. "folder1/folder2/folder3"
ScaleEnabledAsBoolean [write only]
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) on both X- and Y-Axis.