XPlot


Pie Type

Namespace: XPlot.Plotly

Assembly: XPlot.Plotly.dll

Base Type: Trace

Constructors

Constructor Description

Pie()

Full Usage: Pie()

Returns: Pie

Returns: Pie

Instance members

Instance member Description

this.ShouldSerializedirection()

Full Usage: this.ShouldSerializedirection()

Returns: bool

Returns: bool

this.ShouldSerializedlabel()

Full Usage: this.ShouldSerializedlabel()

Returns: bool

Returns: bool

this.ShouldSerializedomain()

Full Usage: this.ShouldSerializedomain()

Returns: bool

Returns: bool

this.ShouldSerializehole()

Full Usage: this.ShouldSerializehole()

Returns: bool

Returns: bool

this.ShouldSerializehoverinfo()

Full Usage: this.ShouldSerializehoverinfo()

Returns: bool

Returns: bool

this.ShouldSerializeinsidetextfont()

Full Usage: this.ShouldSerializeinsidetextfont()

Returns: bool

Returns: bool

this.ShouldSerializelabel0()

Full Usage: this.ShouldSerializelabel0()

Returns: bool

Returns: bool

this.ShouldSerializelabels()

Full Usage: this.ShouldSerializelabels()

Returns: bool

Returns: bool

this.ShouldSerializelabelssrc()

Full Usage: this.ShouldSerializelabelssrc()

Returns: bool

Returns: bool

this.ShouldSerializelegendgroup()

Full Usage: this.ShouldSerializelegendgroup()

Returns: bool

Returns: bool

this.ShouldSerializemarker()

Full Usage: this.ShouldSerializemarker()

Returns: bool

Returns: bool

this.ShouldSerializeopacity()

Full Usage: this.ShouldSerializeopacity()

Returns: bool

Returns: bool

this.ShouldSerializeoutsidetextfont()

Full Usage: this.ShouldSerializeoutsidetextfont()

Returns: bool

Returns: bool

this.ShouldSerializepull()

Full Usage: this.ShouldSerializepull()

Returns: bool

Returns: bool

this.ShouldSerializepullsrc()

Full Usage: this.ShouldSerializepullsrc()

Returns: bool

Returns: bool

this.ShouldSerializerotation()

Full Usage: this.ShouldSerializerotation()

Returns: bool

Returns: bool

this.ShouldSerializescalegroup()

Full Usage: this.ShouldSerializescalegroup()

Returns: bool

Returns: bool

this.ShouldSerializeshowlegend()

Full Usage: this.ShouldSerializeshowlegend()

Returns: bool

Returns: bool

this.ShouldSerializesort()

Full Usage: this.ShouldSerializesort()

Returns: bool

Returns: bool

this.ShouldSerializestream()

Full Usage: this.ShouldSerializestream()

Returns: bool

Returns: bool

this.ShouldSerializetext()

Full Usage: this.ShouldSerializetext()

Returns: bool

Returns: bool

this.ShouldSerializetextfont()

Full Usage: this.ShouldSerializetextfont()

Returns: bool

Returns: bool

this.ShouldSerializetextinfo()

Full Usage: this.ShouldSerializetextinfo()

Returns: bool

Returns: bool

this.ShouldSerializetextposition()

Full Usage: this.ShouldSerializetextposition()

Returns: bool

Returns: bool

this.ShouldSerializetextpositionsrc()

Full Usage: this.ShouldSerializetextpositionsrc()

Returns: bool

Returns: bool

this.ShouldSerializetextsrc()

Full Usage: this.ShouldSerializetextsrc()

Returns: bool

Returns: bool

this.ShouldSerializetype()

Full Usage: this.ShouldSerializetype()

Returns: bool

Returns: bool

this.ShouldSerializeuid()

Full Usage: this.ShouldSerializeuid()

Returns: bool

Returns: bool

this.ShouldSerializevalues()

Full Usage: this.ShouldSerializevalues()

Returns: bool

Returns: bool

this.ShouldSerializevaluessrc()

Full Usage: this.ShouldSerializevaluessrc()

Returns: bool

Returns: bool

this.ShouldSerializevisible()

Full Usage: this.ShouldSerializevisible()

Returns: bool

Returns: bool

this.direction

Full Usage: this.direction

Specifies the direction at which succeeding sectors follow one another.

this.dlabel

Full Usage: this.dlabel

Sets the label step. See `label0` for more info.

this.domain

Full Usage: this.domain

this.hole

Full Usage: this.hole

Sets the fraction of the radius to cut out of the pie. Use this to make a donut chart.

this.hoverinfo

Full Usage: this.hoverinfo

Determines which trace information appear on hover.

this.insidetextfont

Full Usage: this.insidetextfont

this.label0

Full Usage: this.label0

Alternate to `labels`. Builds a numeric set of labels. Use with `dlabel` where `label0` is the starting label and `dlabel` the step.

this.labels

Full Usage: this.labels

Sets the sector labels.

this.labelssrc

Full Usage: this.labelssrc

Sets the source reference on plot.ly for labels .

this.legendgroup

Full Usage: this.legendgroup

Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items.

this.marker

Full Usage: this.marker

this.opacity

Full Usage: this.opacity

Sets the opacity of the trace.

this.outsidetextfont

Full Usage: this.outsidetextfont

this.pull

Full Usage: this.pull

Sets the fraction of larger radius to pull the sectors out from the center. This can be a constant to pull all slices apart from each other equally or an array to highlight one or more slices.

this.pullsrc

Full Usage: this.pullsrc

Sets the source reference on plot.ly for pull .

this.rotation

Full Usage: this.rotation

Instead of the first slice starting at 12 o'clock, rotate to some other angle.

this.scalegroup

Full Usage: this.scalegroup

If there are multiple pies that should be sized according to their totals, link them by providing a non-empty group id here shared by every trace in the same group.

this.showlegend

Full Usage: this.showlegend

Determines whether or not an item corresponding to this trace is shown in the legend.

this.sort

Full Usage: this.sort

Determines whether or not the sectors of reordered from largest to smallest.

this.stream

Full Usage: this.stream

this.text

Full Usage: this.text

Sets text elements associated with each sector.

this.textfont

Full Usage: this.textfont

this.textinfo

Full Usage: this.textinfo

Determines which trace information appear on the graph.

this.textposition

Full Usage: this.textposition

Specifies the location of the `textinfo`.

this.textpositionsrc

Full Usage: this.textpositionsrc

Sets the source reference on plot.ly for textposition .

this.textsrc

Full Usage: this.textsrc

Sets the source reference on plot.ly for text .

this.type

Full Usage: this.type

this.uid

Full Usage: this.uid

this.values

Full Usage: this.values

Sets the values of the sectors of this pie chart.

this.valuessrc

Full Usage: this.valuessrc

Sets the source reference on plot.ly for values .

this.visible

Full Usage: this.visible

Determines whether or not this trace is visible. If *legendonly*, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).