static CrosshairOptionsBuilder |
CrosshairOptionsBuilder.create() |
Returns new builder instance.
|
static CrosshairOptionsBuilder |
CrosshairOptionsBuilder.create(IsChart chart) |
Returns new builder instance using the chart global options.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setEnabled(boolean enabled) |
Sets true if plugin is enabled.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setGroup(String group) |
Sets the group name used to synchronized more chart instances.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setLabelsBackgroundColor(String color) |
Sets, for both labels, the background color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setLabelsBackgroundColor(IsColor color) |
Sets, for both labels, the background color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setLabelsBorderColor(String borderColor) |
Sets the border color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setLabelsBorderColor(IsColor borderColor) |
Sets the border color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setLabelsBorderRadius(int borderRadius) |
Sets, for both labels, the label border radius (in pixels).
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setLabelsBorderWidth(int borderWidth) |
Sets the border width.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setLabelsColor(String color) |
Sets, for both labels, the crosshair label font color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setLabelsColor(IsColor color) |
Set the crosshair label font color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setLabelsDisplay(boolean display) |
Sets, for both labels, true if label will be applied in the chart, otherwise false .
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setLabelsPadding(int padding) |
Sets, for both labels, the padding of crosshair label.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setLineColor(String color) |
Sets the color of the line.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setLineColor(IsColor color) |
Sets the color of the line.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setLineDash(int... lineDash) |
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setLineDashOffset(double lineDashOffset) |
Sets the line dash pattern offset.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setLineWidth(int lineWidth) |
Sets the width of the line.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setMode(InteractionAxis mode) |
Sets the interaction axis mode.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setModifierKey(ModifierKey modifierKey) |
Sets the modifier key to activate the crosshair.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setXLabelBackgroundColor(String color) |
Sets, for X label, the background color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setXLabelBackgroundColor(IsColor color) |
Sets, for X label, the background color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setXLabelBorderColor(String borderColor) |
Sets the border color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setXLabelBorderColor(IsColor borderColor) |
Sets the border color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setXLabelBorderRadius(int borderRadius) |
Sets, for X label, the label border radius (in pixels).
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setXLabelBorderWidth(int borderWidth) |
Sets the border width.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setXLabelColor(String color) |
Sets, for X label, the crosshair label font color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setXLabelColor(IsColor color) |
Set the crosshair label font color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setXLabelDisplay(boolean display) |
Sets, for X label, true if label will be applied in the chart, otherwise false .
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setXLabelFormatter(CrosshairFormatterCallback formatterCallback) |
Sets, for X label, the callback which can be implemented to change the text of label.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setXLabelPadding(int padding) |
Sets, for X label, the padding of crosshair label.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setXScaleID(String scaleId) |
Sets the ID of the X scale to bind onto.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setXScaleID(ScaleId scaleId) |
Sets the ID of the X scale to bind onto.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setYLabelBackgroundColor(String color) |
Sets, for Y label, the background color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setYLabelBackgroundColor(IsColor color) |
Sets, for Y label, the background color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setYLabelBorderColor(String borderColor) |
Sets the border color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setYLabelBorderColor(IsColor borderColor) |
Sets the border color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setYLabelBorderRadius(int borderRadius) |
Sets, for Y label, the label border radius (in pixels).
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setYLabelBorderWidth(int borderWidth) |
Sets the border width.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setYLabelColor(String color) |
Sets, for Y label, the crosshair label font color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setYLabelColor(IsColor color) |
Set the crosshair label font color.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setYLabelDisplay(boolean display) |
Sets, for Y label, true if label will be applied in the chart, otherwise false .
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setYLabelFormatter(CrosshairFormatterCallback formatterCallback) |
Sets, for Y label, the callback which can be implemented to change the text of label.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setYLabelPadding(int padding) |
Sets, for Y label, the padding of crosshair label.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setYScaleID(String scaleId) |
Sets the ID of the Y scale to bind onto.
|
CrosshairOptionsBuilder |
CrosshairOptionsBuilder.setYScaleID(ScaleId scaleId) |
Sets the ID of the Y scale to bind onto.
|