|
AddSkirts
|
This property controls whether 3D surface
plots will contain extra polygons forming sides to the surface. When Plot.PolyMode
is set to PolygonData, if the polygon data forms an enclosed surface,
this property should be set to TRUE. |
|
AllowDataLabels
|
Gets and Sets the type of data-point labels
placed next to data-points. Depending upon setting, you may also need
to set Strings.PointLabels, or Strings.DataPointLabels. |
|
Clipping
|
Gets and Sets whether plotting method graphic
commands are clipped to within the axis in which they reside. Set this
property to False to disable clipping. Manually scaling and zooming can
both cause plotting graphics to extend outside its axis. |
|
DegreePrompting
|
Gets and Sets whether user has ability of
selecting the Pixel Surface plotting method within the customization dialog
and popup menu. |
|
FixedLineThickness
|
Gets and Sets whether line thickness is independent
of image size. This property works with solid line types produced when
Plot.Method is set to Line. |
|
GraphDataLabels
|
This property controls whether data labels
are placed next to data points. The type of labels is defined by Plot.Options.AllowDataLabels. |
|
ManualContourLine
|
Gets and Sets the density of contour lines/colors
when Plot.Option.ShowContour is set to produce contours. If zero (default),
then contour line density is automatically determined. |
|
ManualContourMax
|
Gets and Sets the maximum contour range.
Setting this value also depends on setting ManualContourScaleControl. |
|
ManualContourMin
|
Gets and Sets the minimum contour range.
Setting this value also depends on setting ManualContourScaleControl. |
|
ManualContourScaleControl
|
Gets and Sets control of the range of the
graphs contour lines. Use ManualContourMin and ManualContourMax to define
range. When using this property, it is likely you will also want to set
Plot.Option.ManualContourLine. |
|
NegativeFromXAxis
|
Gets and Sets whether negative Bar, Area,
and Stick plotting method graphics get drawn from the x axis or from bottom
of chart. |
|
RotationDetail
|
Gets or Sets the amount of detail included
in image while UI.AutoRotation = True. |
|
ShadingStyle
|
Gets or Sets the shading style of 3D polygons. |
|
ShowBoundingBox
|
Gets or Sets whether a 2D contour is included
in image. |
|
ShowContour
|
Gets or Sets whether a 2D contour is included
in image. |
|
SurfacePolygonBorders
|
This property controls whether polygons will
show borders when Plot.PlottingMethod is set to Surface with Shading. |
|
SymbolFrequency
|
Gets or Sets the frequency of symbols placed
into plotting methods when Color.ViewingStyle = MonoWithSymbols. |
|
TriangleAnnotationAdj
|
This property controls how triangle data
symbols are located. If True, triangles are located so their vertex is
at the y data value. This allows up-triangle and down-triangle symbols
to work as pointers and point to the location defined by the y data value.
If False, symbols are centered at the y data location. |
|
ZDistance
|
Gets and Sets the viewing distance from the
3D image. This value can be tweaked by a few units if axis labels are
being truncated. Default is -25.0. |