Lists values that defines how a chart is rendered.
public final enum RenderMode
extends Enum<RenderMode>
The chart is rendered as a surface.
public static final RenderMode SURFACE
Type | Description |
---|---|
com_devexpress_dxcharts_RenderMode_SURFACE |
The chart is rendered as a texture.
public static final RenderMode TEXTURE
Type | Description |
---|---|
com_devexpress_dxcharts_RenderMode_TEXTURE |
Returns the enumeration constant with the specified name.
public static RenderMode valueOf(String name)
Type | Name | Description |
---|---|---|
String | name | The name of the enumeration constant to return. |
Type | Description |
---|---|
com_devexpress_dxcharts_RenderMode_valueOf_java_lang_String_ | The RenderMode enumeration constant with the specified name. |
Returns the array containing all the RenderMode enumeration values in the order they are declared.
public static RenderMode[] values()
Type | Description |
---|---|
RenderMode[] | The array of the RenderMode enumeration values. |