com.aspose.slides
Interface IMarker

All Known Implementing Classes:
Marker

public interface IMarker


Method Summary
 IFormat getFormat()
           Gets the marker fill.
 int getSize()
           Represents the marker size in a line chart, scatter chart, or radar chart.
 int getSymbol()
           Represents the marker style in a line chart, scatter chart, or radar chart.
 void setSize(int value)
           Represents the marker size in a line chart, scatter chart, or radar chart.
 void setSymbol(int value)
           Represents the marker style in a line chart, scatter chart, or radar chart.
 

Method Detail

getSymbol

int getSymbol()

Represents the marker style in a line chart, scatter chart, or radar chart. Read/write MarkerStyleType.


setSymbol

void setSymbol(int value)

Represents the marker style in a line chart, scatter chart, or radar chart. Read/write MarkerStyleType.


getFormat

IFormat getFormat()

Gets the marker fill. Read-only IFormat.


getSize

int getSize()

Represents the marker size in a line chart, scatter chart, or radar chart. Read/write int.


setSize

void setSize(int value)

Represents the marker size in a line chart, scatter chart, or radar chart. Read/write int.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.