Enable / disable graph to be pinch zoomed NOTE: This is not working very well as left/right edges of graph goes outside plot boundry This is however how it is implimented in the original AndroidPlot project
GraphPlotAreaBackgroundColorAsInt [write only]
set the background color of the plot area
GraphReset
reset the graph after a pich zoom to get it back within it's boundries
GraphTitleAsString [write only]
set the graph title
GraphTitleBoldAsBoolean [write only]
set bold text of the graph main title
GraphTitleColorAsInt [write only]
set the color main graph title
GraphTitleSkewXAsFloat [write only]
set the skewness to the main graph title a float value ranging from -1.0 to 1.0
set the color of the major grid lines parallel to the x-axis
XaxisGridLineWidthAsFloat [write only]
set the width of the major grid lines parallel to the x-axis
XaxisLabelOrientationAsFloat [write only]
set x-axis label orientation (degrees)
XAxisLabels() AsString [write only]
set the x-axis labels
XaxisLabelTextColorAsInt [write only]
set x-axis label text color
XaxisLabelTextSizeAsFloat [write only]
set x-axis label text size
XaxisLabelTicksAsInt [write only]
set the number of x-axis ticks between consecutive labels
YaxisDivisionsAsInt [write only]
Set the number of y-axis divisions
YaxisGridLineColorAsInt [write only]
set the color of the major grid lines parallel to the y-axis
YaxisGridLineWidthAsFloat [write only]
set the width of the major grid lines parallel to the y-axis
YaxisLabelAndTitleDistanceAsFloat [write only]
set the distance between yaxis labels and the y-axis title
YaxisLabelColorAsInt [write only]
set the color of the y-axis labels
YaxisLabelOrientationAsFloat [write only]
set the text orientation of the y-axis labels
YaxisLabelTextSizeAsFloat [write only]
set the text size of the y-axis labels
YaxisLabelTicksAsInt [write only]
set the number of y-axis ticks between consecutive labels
YaxisRange (mimimumAsFloat, maximumAsFloat)
Set the minimum and maximum range of the y-axis If not set then they y-axis min and max will be set automatically
YaxisShowZeroAsBoolean [write only]
Force y-axis to start at zero NOTE: If set to True it will ignore lc1.YaxisRange(minval, maxval) and scale the y-axis automatically and equally around the 0 point.
YaxisTitleAsString [write only]
set the range label (i.e the y-axis title)
YaxisTitleColorAsInt [write only]
set the y-axis title color
YaxisTitleFakeBoldAsBoolean [write only]
set fake bold of the y-axis title
YaxisTitleTextSizeAsFloat [write only]
set the y-axis title text size
YaxisTitleTextSkewnessAsFloat [write only]
set the y-axis title text skewness a float value ranging from -1.0 to 1.0
YaxisTitleUnderlineAsBoolean [write only]
set underlining of the y-axis title
YaxisValueFormatAsString [write only]
set the y-axis value format (eg 99, 99.1, 99.12, 99.123) pass the required ValueFormat_x string eg lc1.YaxisValueFormat = lc1.ValueFormat_3
Enable / disable graph to be pinch zoomed NOTE: This is not working very well as left/right edges of graph goes outside plot boundry This is however how it is implimented in the original AndroidPlot project
GraphPlotAreaBackgroundColorAsInt [write only]
set the background color of the plot area
GraphReset
reset the graph after a pich zoom to get it back within it's boundries
GraphTitleAsString [write only]
set the graph title
GraphTitleBoldAsBoolean [write only]
set bold text of the graph main title
GraphTitleColorAsInt [write only]
set the color main graph title
GraphTitleSkewXAsFloat [write only]
set the skewness to the main graph title a float value ranging from -1.0 to 1.0
set the color of the major grid lines parallel to the x-axis
XaxisGridLineWidthAsFloat [write only]
set the width of the major grid lines parallel to the x-axis
XaxisLabelOrientationAsFloat [write only]
set x-axis label orientation (degrees)
XAxisLabels() AsString [write only]
set the x-axis labels
XaxisLabelTextColorAsInt [write only]
set x-axis label text color
XaxisLabelTextSizeAsFloat [write only]
set x-axis label text size
XaxisLabelTicksAsInt [write only]
set the number of x-axis ticks between consecutive labels
YaxisDivisionsAsInt [write only]
Set the number of y-axis divisions
YaxisGridLineColorAsInt [write only]
set the color of the major grid lines parallel to the y-axis
YaxisGridLineWidthAsFloat [write only]
set the width of the major grid lines parallel to the y-axis
YaxisLabelAndTitleDistanceAsFloat [write only]
set the distance between yaxis labels and the y-axis title
YaxisLabelColorAsInt [write only]
set the color of the y-axis labels
YaxisLabelOrientationAsFloat [write only]
set the text orientation of the y-axis labels
YaxisLabelTextSizeAsFloat [write only]
set the text size of the y-axis labels
YaxisLabelTicksAsInt [write only]
set the number of y-axis ticks between consecutive labels
YaxisRange (mimimumAsFloat, maximumAsFloat)
Set the minimum and maximum range of the y-axis If not set then they y-axis min and max will be set automatically
YaxisShowZeroAsBoolean [write only]
Force y-axis to start at zero NOTE: If set to True it will ignore lc1.YaxisRange(minval, maxval) and scale the y-axis automatically and equally around the 0 point.
YaxisTitleAsString [write only]
set the range label (i.e the y-axis title)
YaxisTitleColorAsInt [write only]
set the y-axis title color
YaxisTitleFakeBoldAsBoolean [write only]
set fake bold of the y-axis title
YaxisTitleTextSizeAsFloat [write only]
set the y-axis title text size
YaxisTitleTextSkewnessAsFloat [write only]
set the y-axis title text skewness a float value ranging from -1.0 to 1.0
YaxisTitleUnderlineAsBoolean [write only]
set underlining of the y-axis title
YaxisValueFormatAsString [write only]
set the y-axis value format (eg 99, 99.1, 99.12, 99.123) pass the required ValueFormat_x string eg lc1.YaxisValueFormat = lc1.ValueFormat_3
set the graph buffer size before scrolling will start it is also the maximum number of points that will be displayed (i.e the range) once the buffer is full it will deleted the oldest data point and add a new data point in its place
GraphFrameColorAsInt [write only]
set the color of the outer frame around the graph
GraphFrameWidthAsFloat [write only]
set the width of the outer frame around the graph
GraphLegendVisibilityAsBoolean [write only]
set the legend visibility
GraphPinchZoomableAsBoolean [write only]
Enable / disable graph to be pinch zoomed NOTE: This is not working very well as left/right edges of graph goes outside plot boundry This is however how it is implimented in the original AndroidPlot project
GraphPlotAreaBackgroundColorAsInt [write only]
set the background color of the plot area
GraphReset
reset the graph after a pich zoom to get it back within it's boundries
GraphTitleAsString [write only]
set the graph title
GraphTitleBoldAsBoolean [write only]
set bold text of the graph main title
GraphTitleColorAsInt [write only]
set the color main graph title
GraphTitleSkewXAsFloat [write only]
set the skewness to the main graph title a float value ranging from -1.0 to 1.0
set the color of the major grid lines parallel to the x-axis
XaxisGridLineWidthAsFloat [write only]
set the width of the major grid lines parallel to the x-axis
XaxisLabelOrientationAsFloat [write only]
set x-axis label orientation (degrees)
XAxisLabels() AsString [write only]
set the x-axis labels
XaxisLabelTextColorAsInt [write only]
set x-axis label text color
XaxisLabelTextSizeAsFloat [write only]
set x-axis label text size
XaxisLabelTicksAsInt [write only]
set the number of x-axis ticks between consecutive labels
YaxisDivisionsAsInt [write only]
Set the number of y-axis divisions
YaxisGridLineColorAsInt [write only]
set the color of the major grid lines parallel to the y-axis
YaxisGridLineWidthAsFloat [write only]
set the width of the major grid lines parallel to the y-axis
YaxisLabelAndTitleDistanceAsFloat [write only]
set the distance between yaxis labels and the y-axis title
YaxisLabelColorAsInt [write only]
set the color of the y-axis labels
YaxisLabelOrientationAsFloat [write only]
set the text orientation of the y-axis labels
YaxisLabelTextSizeAsFloat [write only]
set the text size of the y-axis labels
YaxisLabelTicksAsInt [write only]
set the number of y-axis ticks between consecutive labels
YaxisMode_AUTOAsString
y-axis scale will adjust automatically
YaxisMode_FIXEDAsString
y-axis scale will be fixed between min and max set by lc1.YaxisRange(float mimimum, float maximum)
YaxisRange (minimumAsFloat, maximumAsFloat)
Set the minimum and maximum range of the y-axis If not set then they y-axis min and max will be set automatically
YaxisRangeModeAsString [write only]
Set the y-axis range mode Default value is "AUTO" (can also be set to "FIXED")
YaxisShowZeroAsBoolean [write only]
Force y-axis to start at zero NOTE: If set to True it will ignore lc1.YaxisRange(minval, maxval) and scale the y-axis automatically and equally around the 0 point.
YaxisTitleAsString [write only]
set the range label (i.e the y-axis title)
YaxisTitleColorAsInt [write only]
set the y-axis title color
YaxisTitleFakeBoldAsBoolean [write only]
set fake bold of the y-axis title
YaxisTitleTextSizeAsFloat [write only]
set the y-axis title text size
YaxisTitleTextSkewnessAsFloat [write only]
set the y-axis title text skewness a float value ranging from -1.0 to 1.0
YaxisTitleUnderlineAsBoolean [write only]
set underlining of the y-axis title
YaxisValueFormatAsString [write only]
set the y-axis value format (eg 99, 99.1, 99.12, 99.123) pass the required ValueFormat_x string eg lc1.YaxisValueFormat = lc1.ValueFormat_3
Enable / disable graph to be pinch zoomed NOTE: This is not working very well as left/right edges of graph goes outside plot boundry This is however how it is implimented in the original AndroidPlot project
GraphPlotAreaBackgroundColorAsInt [write only]
set the background color of the plot area
GraphReset
reset the graph after a pich zoom to get it back within it's boundries
GraphTitleAsString [write only]
set the graph title
GraphTitleBoldAsBoolean [write only]
set bold text of the graph main title
GraphTitleColorAsInt [write only]
set the color main graph title
GraphTitleSkewXAsFloat [write only]
set the skewness to the main graph title a float value ranging from -1.0 to 1.0
set the color of the major grid lines parallel to the x-axis
XaxisGridLineWidthAsFloat [write only]
set the width of the major grid lines parallel to the x-axis
XaxisLabelOrientationAsFloat [write only]
set x-axis label orientation (degrees)
XAxisLabels() AsString [write only]
set the x-axis labels
XaxisLabelTextColorAsInt [write only]
set x-axis label text color
XaxisLabelTextSizeAsFloat [write only]
set x-axis label text size
XaxisLabelTicksAsInt [write only]
set the number of x-axis ticks between consecutive labels
YaxisDivisionsAsInt [write only]
Set the number of y-axis divisions
YaxisGridLineColorAsInt [write only]
set the color of the major grid lines parallel to the y-axis
YaxisGridLineWidthAsFloat [write only]
set the width of the major grid lines parallel to the y-axis
YaxisLabelAndTitleDistanceAsFloat [write only]
set the distance between yaxis labels and the y-axis title
YaxisLabelColorAsInt [write only]
set the color of the y-axis labels
YaxisLabelOrientationAsFloat [write only]
set the text orientation of the y-axis labels
YaxisLabelTextSizeAsFloat [write only]
set the text size of the y-axis labels
YaxisLabelTicksAsInt [write only]
set the number of y-axis ticks between consecutive labels
YaxisRange (mimimumAsFloat, maximumAsFloat)
Set the minimum and maximum range of the y-axis If not set then they y-axis min and max will be set automatically
YaxisShowZeroAsBoolean [write only]
Force y-axis to start at zero NOTE: If set to True it will ignore lc1.YaxisRange(minval, maxval) and scale the y-axis automatically and equally around the 0 point.
YaxisTitleAsString [write only]
set the range label (i.e the y-axis title)
YaxisTitleColorAsInt [write only]
set the y-axis title color
YaxisTitleFakeBoldAsBoolean [write only]
set fake bold of the y-axis title
YaxisTitleTextSizeAsFloat [write only]
set the y-axis title text size
YaxisTitleTextSkewnessAsFloat [write only]
set the y-axis title text skewness a float value ranging from -1.0 to 1.0
YaxisTitleUnderlineAsBoolean [write only]
set underlining of the y-axis title
YaxisValueFormatAsString [write only]
set the y-axis value format (eg 99, 99.1, 99.12, 99.123) pass the required ValueFormat_x string eg lc1.YaxisValueFormat = lc1.ValueFormat_3
Enable / disable graph to be pinch zoomed NOTE: This is not working very well as left/right edges of graph goes outside plot boundry This is however how it is implimented in the original AndroidPlot project
GraphPlotAreaBackgroundColorAsInt [write only]
set the background color of the plot area
GraphReset
reset the graph after a pich zoom to get it back within it's boundries
GraphTitleAsString [write only]
set the graph title
GraphTitleBoldAsBoolean [write only]
set bold text of the graph main title
GraphTitleColorAsInt [write only]
set the color main graph title
GraphTitleSkewXAsFloat [write only]
set the skewness to the main graph title a float value ranging from -1.0 to 1.0
set the color of the major grid lines parallel to the x-axis
XaxisGridLineWidthAsFloat [write only]
set the width of the major grid lines parallel to the x-axis
XaxisLabelOrientationAsFloat [write only]
set x-axis label orientation (degrees)
XAxisLabels() AsString [write only]
set the x-axis labels
XaxisLabelTextColorAsInt [write only]
set x-axis label text color
XaxisLabelTextSizeAsFloat [write only]
set x-axis label text size
XaxisLabelTicksAsInt [write only]
set the number of x-axis ticks between consecutive labels
YaxisDivisionsAsInt [write only]
Set the number of y-axis divisions
YaxisGridLineColorAsInt [write only]
set the color of the major grid lines parallel to the y-axis
YaxisGridLineWidthAsFloat [write only]
set the width of the major grid lines parallel to the y-axis
YaxisLabelAndTitleDistanceAsFloat [write only]
set the distance between yaxis labels and the y-axis title
YaxisLabelColorAsInt [write only]
set the color of the y-axis labels
YaxisLabelOrientationAsFloat [write only]
set the text orientation of the y-axis labels
YaxisLabelTextSizeAsFloat [write only]
set the text size of the y-axis labels
YaxisLabelTicksAsInt [write only]
set the number of y-axis ticks between consecutive labels
YaxisRange (mimimumAsFloat, maximumAsFloat)
Set the minimum and maximum range of the y-axis If not set then they y-axis min and max will be set automatically
YaxisShowZeroAsBoolean [write only]
Force y-axis to start at zero NOTE: If set to True it will ignore lc1.YaxisRange(minval, maxval) and scale the y-axis automatically and equally around the 0 point.
YaxisTitleAsString [write only]
set the range label (i.e the y-axis title)
YaxisTitleColorAsInt [write only]
set the y-axis title color
YaxisTitleFakeBoldAsBoolean [write only]
set fake bold of the y-axis title
YaxisTitleTextSizeAsFloat [write only]
set the y-axis title text size
YaxisTitleTextSkewnessAsFloat [write only]
set the y-axis title text skewness a float value ranging from -1.0 to 1.0
YaxisTitleUnderlineAsBoolean [write only]
set underlining of the y-axis title
YaxisValueFormatAsString [write only]
set the y-axis value format (eg 99, 99.1, 99.12, 99.123) pass the required ValueFormat_x string eg lc1.YaxisValueFormat = lc1.ValueFormat_3
Top