Zeggraph attribute Meaning

Source: Internet
Author: User
Tags border color dashed line julian day time 0

First, the main content concept

Property name

Attribute value, function

Masterpane

A class object manages multiple Graphpane from Panebase. Using the Masterpane class is optional, and the Graphpane class can be used directly for a single pane. Also provides methods and management to arrange the layout of personal Graphpane objects

Graphpane

Beginner's lesson, from the Panebase map. Includes properties for all other classes. The title of glass also controls the glass frame and shaft frame, background and so on.

Xaxis, YAxis, Y2axis

Children of the Axis class. These courses include many aspects of the axes, including convulsions, meshes, colors, pens, fonts, labels and styles.

Scale

A class instance maintains an axis class. Contains size, range, steps, and displays the size of the option format. In linear, log, mutation, order, text, date, dateasordinal index, linearasordinal scale.

Legend

Our class, describes the location, font, color, etc., used to draw the legend.

Curveitem

Abstract base classes, including data, for a single curve. Lineitem,baritem Hilowbaritem,errorbaritem,pieitem,stickitem,ohlcbaritem,japanesecandlestickitem, all originated from this class.

Curvelist

The Curveitem of a collection class maintains a list object. The list control for this order is drawn z-order the curve. The final curve of the list will appear all the other curves.

Graphobj

The abstract base class includes location information for a variety of auxiliary graphic object plots. Textobj,imageobj lineobj,arrowobj,ellipseobj,boxobj,polyobj, from Graphobj.

Graphobjlist

The Graphobj of a collection class maintains a list object. object's order list, plus a ZOrder property, control Z-order draw. The list of last items will appear behind all other items ZOrder the same value.

Fontspec

A tool class that contains text on fonts, colors, corners, family sizes, styles, frames, and background fills. Each lesson includes text messages that will contain one or more Fontspec objects, specifically explaining the relevant fonts.

Fill

A tool class that includes the background color fill for the feature. Each object has a color fill capability that will contain one or more Fill objects to specify the relevant colors.

Border

A tool class that includes the bounds of the feature object. The ability to have boundaries for each object will include one or more boundary objects to specify the associated border color and line properties.

Location

A general position for dealing with graphical objects of conspiracy.

Pointpair

An image encapsulates a single pair of two-value (x, y) data points. This is the value of its internal data storage format in each curveitem arrangement.

Pointpairlist

The Pointpair of a collection class maintains a list object.

Xdate

This class encapsulates a Date-time value (stored as a system.double), plus a variety of methods in the XL date, the Astronomical Julian Day, the Gregorian date, the score, and so on. See below for a discussion of date-time axis details.

Bartype.cluster

This is the normal format for various Rod series combinations in the cluster at each base value (just like the first case chart).

Bartype.clusterhilow

This format attracts Hi-low (the bar has a user-defined clustering format at the top and bottom), so how high it is for each group of groups.

Bartype.overlay

In this format, the bar is, the baritem painted on the back, and the last Baritem painted in front.

Bartype.sortedoverlay

This is similar, but the value, classification and maximum value of the package of this bar is drawn on the back, the smallest value is in front.

Bartype.stack

This bar is stacked up and down, accumulating value.

Bartype.percentstack

This bar is stacked up and down, and as a percentile, the total height is always 100%.

Fill (Color)

Causes the solid color to fill the specified color.

Fill (color, color)

Makes a gradient fill, from the angle of the Color1 color2 tilt, to 0 degrees.

Fill (color, color, floatangle)

Make a gradient fill, from Color1 color2, to tilt the angle.

Fill (Image, WrapMode)

Specifies an image to use for padding.

Fill (Brush)

Use the specified brush to directly scale the brush to fill the target object collision box.

Fill (Brush,

bool

isscaled)

Lets you disable zooming by using the specified brush.

Fill (Brush, ALIGNH, ALIGNV)

Using the specified brush, no scale, but brush alignment.

Zorder.a_infront

The highest depth, in front of all other objects.

Zorder.b_behindlegend

Legend draws the object later.

Zorder.c_behindchartborder

This chart draws the border areas behind. Framework

Zorder.d_behindaxis

Draw the Axis object behind (the size tag, and so on).

Zorder.e_behindcurves

All Curveitem are drawn after the object.

Zorder.f_behindtitle

Graphpane The title behind the attraction.

Zorder.g_behindall

The diagram draws the rectangle behind the fill (but still in front of the glass rectangular fill).


Second, some basic concepts of zedgraph

Chart

Chartborder border settings for a chart area

Chartfill background fill for chart area

Legend the annotation label of the chart shows the setting item, a set of data corresponding to a color annotation

Ishstack sets whether y-axis data is superimposed or separated when there are multiple display items

X-axis related information settings for the Xaxis chart area

Axiscolor axis Color

The origin of the cross coordinate at which you can set the offset of the coordinate

Crossauto origin Automatic setting: True if Cross is not set.

Fontspec x-axis Title font-related information

Angle x Axis Title font display time angle, 0 is horizontal 90 is vertical

Fill x Axis Title font padding information

Coloropacity Transparency

isscaled set X Axis Title font display size Zoom out according to the scale of the graph

RangeMax Maximum tilt when filling (with transition color, not tried)

RangeMin minimum inclination when filling (with transition color, not tried)

StringAlignment x Axis Title font arrangement (unclear, not tried)

Whether the Isomitmag shows exponential power (10 times, not tried, seems to have a relationship with Isusetenpower)

Ispreventlabeloverlap coordinate values show whether overlapping is allowed, and if false, the control automatically eliminates the display state of part of the coordinate value based on the length of the coordinate value

Isshowtitle X-Axis caption is displayed

Isticsbetweenlabels whether the separator flag is automatically displayed between two coordinate values

Isusetenpower whether the power exponent is used 10 times

IsVisible whether the x-axis is displayed

Iszeroline If the data is displayed at 0 (useful when pie chart is displayed)

Majorgrid large-SPAN x-axis table dashed line display information

Dashoff Dashed Middle hole spacing

Dashon Dashed Unit length

Majortic large span x-axis scale information

Whether the isinside is displayed inside the chart

Whether the isoutside is displayed outside the chart

Whether the isopposite is displayed on the opposite axis

Minorgrid small-span x-axis table dashed display information

Minortic small span x-axis scale information

Minspace the distance between the scale and the axis (not tried)

Some settings for scale values

Isreverse x-axis scale values from high to low or from low to high

Majorstep Large scale Step

Majorstepauto whether to set the large scale step automatically

MajorUnit Large scale Step units

Max scale Max value

Maxauto automatically sets the maximum scale of ticks based on input data

Min Tick min value

Minauto automatically sets the minimum value of ticks based on input data

Mingrace not clear, never tried.

Minorstep Small Scale Step

Minorstepauto whether to set the small scale step automatically

MinorUnit Small Scale Unit

Type data display mode

Liner Direct Reality (automatic)

Date is displayed as dates

Log is displayed as exponential power

Ordinal sequential display

Y2axis Second y-axis coordinate information display (see the X-axis for specific settings)

YAxis First y-axis coordinate information display (see the X-axis for specific settings)

Graphpane

Barbase when creating a histogram, the column is based on the x-axis or other axes.

Bartype Columnar type overlay or other.

isfontsscaled whether the text on the chart is automatically scaled when the scale of the graph changes

Isignoreinitial whether to ignore the initial value

Isignoremissing whether to ignore default values

Ispenwidthscaled scale changes when the thickness of the brush on the chart is automatically scaled

Isshowtitle whether the chart title is displayed

Some padding information for Panefill pane

Masterpane

Basedimension scale Base (can try the effect)

The data has not been tested. Do not know how to bind to the database

Appearance

Isimagemap don't know why.

Behavior

Axischaneged whether to allow automatic drawing (not tried, generally true, dynamic drawing)

CacheDuration Cache Save time 0

OutputFormat output format

Renderedimagepath Output Path

Rendermode output mode, not very clear is generally imagetag, the other output is garbled is not a picture

For charts, there are generally three forms of representation: Histogram, pie chart, and point line chart.

Chartborder

Border settings for chart area

Chartfill

Background fill for chart area

Legend

Note Labels for charts display set items, a set of data corresponding to a color annotation

Ishstack

Sets the Y-axis data to be superimposed or separate when there are multiple display items

Xaxis

X-axis related information settings for the chart area

Axiscolor

Axis Color

Cross

The origin of the coordinates at which you can set the offset of the coordinates

Crossauto

The origin is set automatically: True If Cross is not set.

Fontspec

X-axis Title font-related information

Angle

X Axis Title font display time angle, 0 is horizontal 90 is vertical

Fill

X Axis Title font fill information

Coloropacity

Transparency

Isscaled

Set X axis Title font display size Zoom out according to the scale of the graph

RangeMax

Maximum tilt when filling (with transition color, not tried)

RangeMin

Minimum inclination when filling (with transition color, not tried)

StringAlignment

X Axis Title font arrangement (unclear, not tried)

Isomitmag

Whether to display exponential power (10 times, not tried, seems to have a relationship with Isusetenpower)

Ispreventlabeloverlap

The coordinate values show whether overlapping is allowed, and if false, the control automatically eliminates the display state of some coordinate values based on the length of the coordinate value

Isshowtitle

Whether the X-axis caption is displayed

Isticsbetweenlabels

Whether the separator flag is automatically displayed between two coordinate values

Isusetenpower

Whether to use the power exponent 10 times

Iszeroline

Whether the data is displayed at 0 (useful when the pie chart is displayed)

IsVisible

Whether the X-axis is displayed

Majorgrid

Large-span X-axis table dashed line display information

Dashoff

Hole spacing in dashed lines

Dashon

Dashed unit length

Majortic

Large span X-axis scale information

Isinside

Whether to display inside Chart

Isoutside

Whether the outside of the Chart is displayed

Isopposite

Whether to display on the opposite axis

Minorgrid

Small span X-axis table dashed display information

Minortic

X-axis scale information for small spans

Minspace

The distance between the scale and the axis (not tried)

Scale

Some settings for scale values

Isreverse

X-axis scale values from high to low or from low to high

Majorstep

Large scale Step

Majorstepauto

Whether to set the large scale step automatically

MajorUnit

Large scale Step units

Max

Scale Maximum Value

Maxauto

Automatically set scale max values based on input data

Min

Scale Minimum value

Minauto

Automatically set scale minimum values based on input data

Mingrace

I don't know, I haven't tried.

Minorstep

Small scale Step

Minorstepauto

Whether to set small scale steps automatically

MinorUnit

Small scale units

Type

How data is displayed

Liner

Direct Reality (automatic)

Date

Display by date

Log

Display by exponential power

Ordinal

Sequential display

Y2axis

Second Y-axis coordinate information display (see the X-axis for a specific setting)

YAxis

First Y-axis coordinate information display (see the X-axis for specific settings)

Barbase

When a histogram is generated, the column shape is based on the X-axis or other axes.

Bartype

Type of columnar overlay or other.

Isfontsscaled

Whether the text on the chart is automatically scaled when the graph scale changes

Isignoreinitial

Whether to ignore the initial value

Isignoremissing

Whether to ignore default values

Ispenwidthscaled

Whether the thickness of the brush on the chart is automatically scaled when the graph scale changes

Isshowtitle

Whether the chart title is displayed

Panefill

Some padding information for Pane

Basedimension

Scale base (you can try the effect)

Isimagemap

I don't know why.

Axischaneged

Whether to allow automatic drawing (not tried, generally true, dynamic drawing)

CacheDuration

Cache Save time 0

OutputFormat

Output format

Renderedimagepath

Output path

Rendermode

Output mode, not very clear is generally imagetag, the other output is garbled is not a picture. For charts, there are generally three forms of representation: Histogram, pie chart, and point line chart.

The picture's Save path setting: The Renderedimagepath property is set, and the program should have write and modify permissions for the folder.

Image Output Format: OutputFormat property settings, Png recommendations, relatively clear.

Chartborder

Border settings for chart area

Chartfill

Background fill for chart area

Legend

Note Labels for charts display set items, a set of data corresponding to a color annotation

Ishstack

Sets the Y-axis data to be superimposed or separate when there are multiple display items

Xaxis

X-axis related information settings for the chart area

Axiscolor

Axis Color

Cross

The origin of the coordinates at which you can set the offset of the coordinates

Crossauto

The origin is set automatically: True If Cross is not set.

Fontspec

X-axis Title font-related information

Angle

X Axis Title font display time angle, 0 is horizontal 90 is vertical

Fill

X Axis Title font fill information

Coloropacity

Transparency

Isscaled

Set X axis Title font display size Zoom out according to the scale of the graph

RangeMax

Maximum tilt when filling (with transition color, not tried)

RangeMin

Minimum inclination when filling (with transition color, not tried)

StringAlignment

X Axis Title font arrangement (unclear, not tried)

Isomitmag

Whether to display exponential power (10 times, not tried, seems to have a relationship with Isusetenpower)

Ispreventlabeloverlap

The coordinate values show whether overlapping is allowed, and if false, the control automatically eliminates the display state of some coordinate values based on the length of the coordinate value

Isshowtitle

Whether the X-axis caption is displayed

Isticsbetweenlabels

Whether the separator flag is automatically displayed between two coordinate values

Isusetenpower

Whether to use the power exponent 10 times

Iszeroline

Whether the data is displayed at 0 (useful when the pie chart is displayed)

IsVisible

Whether the X-axis is displayed

Majorgrid

Large-span X-axis table dashed line display information

Dashoff

Hole spacing in dashed lines

Dashon

Dashed unit length

Majortic

Large span X-axis scale information

Isinside

Whether to display inside Chart

Isoutside

Whether the outside of the Chart is displayed

Isopposite

Whether to display on the opposite axis

Minorgrid

Small span X-axis table dashed display information

Minortic

X-axis scale information for small spans

Minspace

The distance between the scale and the axis (not tried)

Scale

Some settings for scale values

Isreverse

X-axis scale values from high to low or from low to high

Majorstep

Large scale Step

Majorstepauto

Whether to set the large scale step automatically

MajorUnit

Large scale Step units

Max

Scale Maximum Value

Maxauto

Automatically set scale max values based on input data

Min

Scale Minimum value

Minauto

Automatically set scale minimum values based on input data

Mingrace

I don't know, I haven't tried.

Minorstep

Small scale Step

Minorstepauto

Whether to set small scale steps automatically

MinorUnit

Small scale units

Type

How data is displayed

Liner

Direct Reality (automatic)

Date

Display by date

Log

Display by exponential power

Ordinal

Sequential display

Y2axis

Second Y-axis coordinate information display (see the X-axis for a specific setting)

YAxis

First Y-axis coordinate information display (see the X-axis for specific settings)

Barbase

When a histogram is generated, the column shape is based on the X-axis or other axes.

Bartype

Type of columnar overlay or other.

Isfontsscaled

Whether the text on the chart is automatically scaled when the graph scale changes

Isignoreinitial

Whether to ignore the initial value

Isignoremissing

Whether to ignore default values

Ispenwidthscaled

Whether the thickness of the brush on the chart is automatically scaled when the graph scale changes

Isshowtitle

Whether the chart title is displayed

Panefill

Some padding information for Pane

Basedimension

Scale base (you can try the effect)

Isimagemap

I don't know why.

Axischaneged

Whether to allow automatic drawing (not tried, generally true, dynamic drawing)

CacheDuration

Cache Save time 0

OutputFormat

Output format

Renderedimagepath

Output path

Rendermode

Output mode, not very clear is generally imagetag, the other output is garbled is not a picture. For charts, there are generally three forms of representation: Histogram, pie chart, and point line chart.

Zeggraph attribute Meaning

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.