POST api/Graphics

Request Information

URI Parameters

None.

Body Parameters

SeriesData
NameDescriptionTypeAdditional information
Title

string

None.

PathLocalServer

string

None.

Mix

string

None.

LegendPosition

character

None.

Series

Collection of Serie

None.

Request Formats

application/json, text/json

Sample:
{
  "Title": "sample string 1",
  "PathLocalServer": "sample string 2",
  "Mix": "sample string 3",
  "LegendPosition": "A",
  "Series": [
    {
      "Item": "sample string 1",
      "Value": 2.0,
      "RGB": "sample string 3"
    },
    {
      "Item": "sample string 1",
      "Value": 2.0,
      "RGB": "sample string 3"
    }
  ]
}

application/xml, text/xml

Sample:
<SeriesData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SkCo.Graphics.Api.Models">
  <LegendPosition>65</LegendPosition>
  <Mix>sample string 3</Mix>
  <PathLocalServer>sample string 2</PathLocalServer>
  <Series>
    <Serie>
      <Item>sample string 1</Item>
      <RGB>sample string 3</RGB>
      <Value>2</Value>
    </Serie>
    <Serie>
      <Item>sample string 1</Item>
      <RGB>sample string 3</RGB>
      <Value>2</Value>
    </Serie>
  </Series>
  <Title>sample string 1</Title>
</SeriesData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Chart
NameDescriptionTypeAdditional information
CurrentImageLocation

string

None.

EnableViewState

boolean

None.

ViewStateContent

SerializationContents

None.

ViewStateData

string

None.

SuppressExceptions

boolean

None.

Images

Collection of Object

None.

Font

FontInfo

None.

RenderType

RenderType

None.

ImageLocation

string

None.

RightToLeft

RightToLeft

None.

Series

Collection of Object

None.

Palette

ChartColorPalette

None.

PaletteCustomColors

Collection of Color

None.

DataSource

Object

None.

BuildNumber

string

None.

Serializer

ChartSerializer

None.

ImageType

ChartImageType

None.

Compression

integer

None.

IsMapAreaAttributesEncoded

boolean

None.

IsMapEnabled

boolean

None.

MapAreas

Collection of Object

None.

AntiAliasing

AntiAliasingStyles

None.

TextAntiAliasingQuality

TextAntiAliasingQuality

None.

IsSoftShadows

boolean

None.

ChartAreas

Collection of Object

None.

BackColor

Color

None.

ForeColor

Color

None.

Width

Unit

None.

Legends

Collection of Object

None.

Titles

Collection of Object

None.

Annotations

Collection of Object

None.

DataManipulator

DataManipulator

None.

Height

Unit

None.

BackHatchStyle

ChartHatchStyle

None.

BackImage

string

None.

BackImageWrapMode

ChartImageWrapMode

None.

BackImageTransparentColor

Color

None.

BackImageAlignment

ChartImageAlignmentStyle

None.

BackGradientStyle

GradientStyle

None.

BackSecondaryColor

Color

None.

BorderColor

Color

None.

BorderWidth

Unit

None.

BorderStyle

BorderStyle

None.

BorderlineColor

Color

None.

BorderlineWidth

integer

None.

BorderlineDashStyle

ChartDashStyle

None.

BorderSkin

BorderSkin

None.

AlternateText

string

None.

DescriptionUrl

string

None.

ImageStorageMode

ImageStorageMode

None.

DataMember

string

None.

ItemType

string

None.

SelectMethod

string

None.

DataSourceID

string

None.

DataSourceObject

IDataSource

None.

SupportsDisabledAttribute

boolean

None.

AccessKey

string

None.

Attributes

AttributeCollection

None.

ControlStyle

Style

None.

ControlStyleCreated

boolean

None.

CssClass

string

None.

Style

CssStyleCollection

None.

Enabled

boolean

None.

EnableTheming

boolean

None.

HasAttributes

boolean

None.

SkinID

string

None.

TabIndex

integer

None.

ToolTip

string

None.

ClientIDMode

ClientIDMode

None.

ClientID

string

None.

ID

string

None.

ViewStateMode

ViewStateMode

None.

NamingContainer

Control

None.

BindingContainer

Control

None.

DataItemContainer

Control

None.

DataKeysContainer

Control

None.

Page

Page

None.

RenderingCompatibility

Version

None.

TemplateControl

TemplateControl

None.

Parent

Control

None.

TemplateSourceDirectory

string

None.

AppRelativeTemplateSourceDirectory

string

None.

Site

ISite

None.

Visible

boolean

None.

UniqueID

string

None.

Controls

Collection of Object

None.

ValidateRequestMode

ValidateRequestMode

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.