| Package | Description |
|---|---|
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
static Series.DataPointTypeEnum |
Series.DataPointTypeEnum.fromValue(String text) |
Series.DataPointTypeEnum |
Series.getDataPointType()
Get dataPointType
|
Series.DataPointTypeEnum |
Series.DataPointTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Series.DataPointTypeEnum |
Series.DataPointTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Series.DataPointTypeEnum[] |
Series.DataPointTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Series.setDataPointType(Series.DataPointTypeEnum dataPointType) |
void |
Series.DataPointTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Series.DataPointTypeEnum enumeration) |
Copyright © 2025. All rights reserved.