Search found 5 matches
- Thu Mar 15, 2007 12:28 pm
- Forum: .NET
- Topic: Set Colorgrid chart depth axis minimun & maximun values
- Replies: 1
- Views: 4521
Set Colorgrid chart depth axis minimun & maximun values
Can I Set minimum & maximun values in depth axis of a colorgrid chart? An example: fill a chart with 50 random values, data values running between [-0.82, 1.28]. Why autoescale limits for depth axis are automatically set [1, 51] (number of points)? If I change that values to [1, 1.25] it has no effe...
- Mon Oct 02, 2006 4:35 pm
- Forum: .NET
- Topic: Print Preview
- Replies: 1
- Views: 3512
Print Preview
I'm making my own print preview dialog. I would like to know how to implement the option "Format->Print background" from the standard tChart print preview dialog. I'm drawing the preview with: private void printDocument1_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e) { tChart...
- Fri Jul 14, 2006 9:03 am
- Forum: .NET
- Topic: Unable to change fontsize in the depth axis
- Replies: 4
- Views: 5874
- Thu Jul 13, 2006 11:27 am
- Forum: .NET
- Topic: Unable to change fontsize in the depth axis
- Replies: 4
- Views: 5874
Hi Narcis, Your code works fine, but my problem comes up loading custom labels. I have the latest TeeChart for .NET v2 version: The following code adds some labels to the depth axis and tries to change the font size, but doesn't work: double[] x = new double[] { 1, 2, 1, 2 }; double[] y = new double...
- Wed Jul 12, 2006 5:15 pm
- Forum: .NET
- Topic: Unable to change fontsize in the depth axis
- Replies: 4
- Views: 5874
Unable to change fontsize in the depth axis
I am unable to change the fontsize in the depth axis of a Waterfall 3D series changing the property:
Steema.Teechart.DepthAxis.Labels.Font.Size
Is that a bug?
Thanks
Steema.Teechart.DepthAxis.Labels.Font.Size
Is that a bug?
Thanks